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

13 May 20:17
a20fbf8
Compare
Choose a tag to compare

What's Changed

  • Fix report user event method name

v0.8.1

13 May 03:56
b7cd7fb
Compare
Choose a tag to compare

What's Changed

v0.8.0

04 May 21:24
88f5ee1
Compare
Choose a tag to compare

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

30 Nov 18:54
61371bb
Compare
Choose a tag to compare

What's Changed

v0.6.4

11 Jun 18:54
9c237fa
Compare
Choose a tag to compare

What's Changed

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

v0.6.2

04 Jun 17:01
da9b79a
Compare
Choose a tag to compare

What's Changed

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

v0.6.1

16 May 01:07
3c24f1a
Compare
Choose a tag to compare

What's Changed

  • Added member count to organizations

v0.6.0

28 Mar 18:34
d43b185
Compare
Choose a tag to compare

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

12 Mar 14:42
13903fa
Compare
Choose a tag to compare

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

26 Feb 03:10
9919e4d
Compare
Choose a tag to compare

What's Changed

  • Simplify handle method
  • Add more webhook examples