Releases: userhubdev/python-sdk
Releases · userhubdev/python-sdk
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
What's Changed
- Simplify handle method
- Add more webhook examples
v0.4.0
What's Changed
- Type improvements
- Add new flow endpoints
- Rename
userhub_sdk.webhook.Request
to userhub_sdk.webhook.WebhookRequest
- Rename
userhub_sdk.webhook.Response
to userhub_sdk.webhook.WebhookResponse
v0.3.0
What's Changed
- Added webhook support
- Added
Code
type
- Updated generated code
v0.2.0
Add organizations to User API.