Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Releases: userhubdev/python-sdk

v0.8.2

Choose a tag to compare

@silas silas released this 13 May 20:17
a20fbf8

What's Changed

  • Fix report user event method name

v0.8.1

Choose a tag to compare

@silas silas released this 13 May 03:56
b7cd7fb

What's Changed

v0.8.0

Choose a tag to compare

@silas silas released this 04 May 21:24
88f5ee1

What's Changed

  • Added get and update billing account to the User API
  • Added checkouts to Admin and User APIs
  • Added payment methods to Admin and User APIs
  • Added get pricing to Admin and User APIs
  • Added list roles to Admin and User APIs
  • Added update join organization flows Admin and User APIs
  • Added assign and unassign seat to User API
  • Deprecated Subscription.cancelPeriodEnd, use Subscription.renewCanceled instead.

v0.7.0

Choose a tag to compare

@silas silas released this 30 Nov 18:54
61371bb

What's Changed

v0.6.4

Choose a tag to compare

@silas silas released this 11 Jun 18:54
9c237fa

What's Changed

  • Added support for {accountId} in create Portal session Admin API method

v0.6.2

Choose a tag to compare

@silas silas released this 04 Jun 17:01
da9b79a

What's Changed

  • Added user not found error to simplify implementing a custom user provider

v0.6.1

Choose a tag to compare

@silas silas released this 16 May 01:07
3c24f1a

What's Changed

  • Added member count to organizations

v0.6.0

Choose a tag to compare

@silas silas released this 28 Mar 18:34
d43b185

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

Choose a tag to compare

@silas silas released this 12 Mar 14:42
13903fa

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

Choose a tag to compare

@silas silas released this 26 Feb 03:10
9919e4d

What's Changed

  • Simplify handle method
  • Add more webhook examples