Skip to content

Releases: chargebee/chargebee-python

v3.25.0

Choose a tag to compare

@cb-alish cb-alish released this 01 Jul 10:14
675450b

v3.25.0 (2026-07-01)


New Features

  • Added an optional telemetry adapter hook for tracing Chargebee API calls via OpenTelemetry (or any APM). Configure it via Chargebee(..., telemetry_adapter=adapter). When unconfigured, the SDK skips all telemetry work — no behavior change for existing integrations.
  • Each API call emits one CLIENT span (chargebee.{resource}.{operation}) with OpenTelemetry HTTP semantic-convention attributes plus chargebee.* attributes. Adapters may inject W3C trace context (traceparent) into outbound request headers for distributed tracing.
  • Exposed the telemetry types (TelemetryAdapter, RequestTelemetryContext, RequestTelemetryResult, RequestTelemetryError), the TelemetrySupport helpers, and the TelemetryAttributeKeys constants under chargebee.telemetry. OpenTelemetry is not bundled with the SDK; bring your own OTel packages in the host application.

v3.24.0

Choose a tag to compare

@cb-alish cb-alish released this 15 Jun 09:34
ad66ecc

v3.24.0 (2026-06-12)

New Resources:

New Attributes:

New Parameters:

New Enums:

v3.23.0

Choose a tag to compare

@cb-alish cb-alish released this 08 Jun 06:39
ac26509

v3.23.0 (2026-06-08)

New Attributes:

New Parameters:

Parameter Updates:

New Events:

Deleted Resources:

  • QuoteEntitlement has been removed.

Deleted Attributes:

  • entity_id has been removed from QuoteEntitlement.
  • entity_type has been removed from QuoteEntitlement.
  • feature_id has been removed from QuoteEntitlement.
  • value has been removed from QuoteEntitlement.
  • is_enabled has been removed from QuoteEntitlement.
  • start_date has been removed from QuoteEntitlement.
  • end_date has been removed from QuoteEntitlement.
  • created_at has been removed from QuoteEntitlement.
  • modified_at has been removed from QuoteEntitlement.

Deleted Parameters:

New Enums:

  • omnichannel_subscription_item_updated and omnichannel_subscription_item_recovered have been added as new values enum EventType.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values enum PaymentMethod.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values enum PaymentMethodType.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values enum Type.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values to enum attribute payment_method_type in PaymentIntent.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values to enum attribute active_payment_attempt.payment_method_type in PaymentIntent.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values to enum request body parameter payment_method_type in update_a_payment_intent of PaymentIntent.
  • klarna, alipay_hk, paypay, gcash, and south_korean_cards have been added as new values to enum request body parameter payment_method_type in create_a_payment_intent of PaymentIntent.

v3.22.0

Choose a tag to compare

@cb-alish cb-alish released this 08 May 05:47
07c4977

v3.22.0 (2026-05-07)


Bug fixes:

  • Fixed an inconsistency in required parameters for API methods between the SDK Generator and OpenAPI specifications.

v3.21.0

Choose a tag to compare

@cb-alish cb-alish released this 04 May 07:19
dc31c49

v3.21.0 (2026-05-04)

New Resources:

New Actions:

New Attributes:

New Parameters:

Read more

v3.20.0

Choose a tag to compare

@cb-alish cb-alish released this 27 Mar 06:17
0160344

v3.20.0 (2026-03-27)

New Resources:

New Actions:

New Attributes:

New Parameters:

New Events:

New Enums:

v3.19.1

Choose a tag to compare

@cb-alish cb-alish released this 11 Mar 05:24
5835793

v3.19.1 (2026-03-11)


Bug Fixes:

  • Fixed URL construction to avoid appending a trailing ? when there are no query parameters.

v3.19.0

Choose a tag to compare

@cb-alish cb-alish released this 02 Mar 09:50
0ef1537

v3.19.0 (2026-03-02)

New Resources:

New Attributes:

New Parameters:

New Enums:

v3.18.2

Choose a tag to compare

@cb-alish cb-alish released this 19 Feb 06:21
711311c

v3.18.2 (2026-02-19)


Bug Fixes:

v2.60.1

Choose a tag to compare

@cb-alish cb-alish released this 18 Feb 04:53
29849f2

v2.60.1 (2025-12-30)


Bug Fixes

  • Fixed an issue where empty parameters were incorrectly parsed as a JSON string for Content-Type: application/json requests. They are now correctly handled as an empty JSON object ({}) instead of an empty string.