-
#1559 Add RBI annotations for fields and params
- Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services
- See the wiki for more details
- Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services
-
#1543 Support for APIs in the new API version 2025-03-31.basil
This release changes the pinned API version to
2025-03-31.basil
.⚠️ Breaking changes due to changes in the Stripe API
Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.
- Remove support for resources
SubscriptionItemUsageRecordSummary
andSubscriptionItemUsageRecord
- Remove support for
create
method on resourceSubscriptionItemUsageRecord
- Remove support for
list
method on resourceSubscriptionItemUsageRecordSummary
- Remove support for
upcomingLines
andupcoming
methods on resourceInvoice
⚠️ Other breaking changes in the SDK
- #1553 Remove public idempotent_replayed? method
- ⚠️ Remove the
idempotent_replayed?
method onStripeError
- The information is accessible indirectly via the raw response headers,
StripeResponse.http_headers
. For example, useresource.last_response.http_headers['Idempotent-Replayed']
- The information is accessible indirectly via the raw response headers,
- ⚠️ Remove the
Additions to the Stripe API
- Add support for new resource
InvoicePayment
- Add support for
list
andretrieve
methods on resourceInvoicePayment
- Remove support for resources