Releases: userhubdev/php-sdk
Releases · userhubdev/php-sdk
v0.7.1
What's Changed
- Fix required PHP version in
composer.json
v0.7.0
What's Changed
- BREAKING CHANGE: Increased minimum supported version of PHP from 8.1 to 8.2
- Added support for exchanging an IdP ID token for an access token to the User API
- Added support for signing in to the Portal to the User API
- Added support for hard deleting organization and user data to the Admin API
- Added more fields to the account connection object in the Admin API
- Added Amazon Cognito support
v0.6.4
What's Changed
- Added support for
{accountId}
in create Portal session Admin API method
v0.6.2
What's Changed
- Added user not found error to simplify implementing a custom user provider
v0.6.1
What's Changed
- Added member count to organizations
v0.6.0
What's Changed
- BREAKING CHANGE: Supported order by fields updated for most list endpoints
- Organization/user list now supports filtering by display name and email
- Flow list endpoints now support filtering by active state and creator
v0.5.0
What's Changed
- BREAKING CHANGE: Renamed card payment method
expiration.year
and expiration.month
to expYear
and expMonth
- Added
lastPaymentError
to payment method
- Added
role
to join organization flow
v0.4.1
v0.4.1
What's Changed
- Simplify handle method
- Add more webhook examples
v0.4.0
What's Changed
- Type improvements
- Add new flow endpoints
- Rename
\UserHub\Webhook\Request
to \UserHub\Webhook\WebhookRequest
- Rename
\UserHub\Webhook\Response
to \UserHub\Webhook\WebhookResponse
v0.3.0
What's Changed
- Added webhook support
- Added
Code
type
- Updated generated code
- Standardized parameter handling to match other libraries