chore: add changeset

This commit is contained in:
Bereket Engida
2025-07-26 00:23:19 -07:00
parent be544ce355
commit 2bd2fa9864

View File

@@ -0,0 +1,21 @@
---
"better-auth": patch
"@better-auth/cli": patch
"@better-auth/expo": patch
"@better-auth/sso": patch
"@better-auth/stripe": patch
"@better-auth/docs": patch
---
Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.
Organization
- Added listMembers API with pagination, sorting, and filtering.
- Added membersLimit param to getFullOrganization.
- Improved client inference for additional fields in organization schemas.
- Bug Fixes
- Fixed date handling by casting DB values to Date objects before using date methods.
- Fixed Notion OAuth to extract user info correctly.
- Ensured session is set in context when reading from cookie cach