2.162.0

Released: 2024-10-13

  • Added: ProvisionSubscriptionInput.paying_customer_id
  • Added: UpdateSubscriptionInput.paying_customer_id
  • Added: ApplySubscriptionInput.paying_customer_id
  • Added: PreviewSubscriptionInput.paying_customer_id
  • Added: EstimateSubscriptionInput.paying_customer_id
  • Added: EstimateSubscriptionUpdateInput.paying_customer_id

2.160.0

Released: 2024-10-13

  • Added: raise error when sync to Stripe fails due to unrecognized customer billing address

2.151.0

Released: 2024-10-06

  • Added: usage_period_start and usage_period_end to EntitlementFragment

2.131.1

Released: 2024-09-19

  • Added: raise error when attempting to import a customer with an existing billing_id
  • Added: the default value of optional fields is None

2.129.0

Released: 2024-09-17

  • Added: CustomerPortalSubscriptionFragment.plan_id

2.123.1

Released: 2024-09-11

  • Added: SubscriptionCouponInput.billing_coupon_id
  • 🟑 Deprecated: ProvisionSubscriptionInput.promotion_code
  • 🟑 Deprecated: UpdateSubscriptionInput.promotion_code
  • 🟑 Deprecated: ApplySubscriptionInput.promotion_code
  • 🟑 Deprecated: PreviewSubscriptionInput.promotion_code
  • 🟑 Deprecated: EstimateSubscriptionInput.promotion_code
  • 🟑 Deprecated: EstimateSubscriptionUpdateInput.promotion_code

2.100.2

Released: 2024-09-01

  • Added: ProvisionSubscriptionInput.paying_customer_id
  • Added: ApplySubscriptionInput.paying_customer_id
  • Added: slimSubscriptionFragmentV2Fragment.payingCustomer
  • Added: FullSubscription.payingCustomer

2.86.0

Released: 2024-08-22

  • Added: ProvisionSubscriptionInput.applied_coupon
  • Added: UpdateSubscriptionInput.applied_coupon
  • Added: ApplySubscriptionInput.applied_coupon
  • Added: PreviewSubscriptionInput.applied_coupon
  • Added: EstimateSubscriptionInput.applied_coupon
  • Added: EstimateSubscriptionUpdateInput.applied_coupon

2.80.2

Released: 2024-08-20

  • Changed: ImportCustomerBulk changed to ImportCustomerBulkInput

2.62.4

Released: 2024-08-07

  • Added: cancel_schedule()

2.62.0

Released: 2024-08-07

  • Added: preview_next_invoice()

2.20.0

Released: 2024-07-07

  • Changed: fetch_usage_history() now returns the precise timestamp when the usage was reset

2.13.5

Released: 2024-07-01

  • Changed: UpdateSubscriptionInput.subscription_entitlements does not require the full list of entitlements when only needing to add or update specific entitlements

2.8.2

Released: 2024-06-27

  • Added: TrialOverrideConfigurationInput.trial_end_date to allow scheduled trial cancelation when provisioning and updating subscriptions

1.236.0

Released: 2024-06-20

  • Added: get_active_subscriptions_list() which is served from Edge

1.232.0

Released: 2024-06-16

  • Added: get_active_subscriptions()