|
| 1 | +## 7.12.0 - 2024-01-12 |
| 2 | +* [#1188](https://github.com/stripe/stripe-python/pull/1188) Update generated code |
| 3 | + * Add support for new resource `CustomerSession` |
| 4 | + * Add support for `create` method on resource `CustomerSession` |
| 5 | + * Remove support for values `obligation_inbound`, `obligation_payout_failure`, `obligation_payout`, and `obligation_reversal_outbound` from enum `BalanceTransaction.type` |
| 6 | + * Add support for new values `eps` and `p24` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` |
| 7 | + * Remove support for value `obligation` from enum `Reporting.ReportRunCreateParams.parameters.reporting_category` |
| 8 | + * Add support for `billing_cycle_anchor_config` on `SubscriptionCreateParams` and `Subscription` |
| 9 | + |
1 | 10 | ## 7.11.0 - 2024-01-04 |
2 | 11 | * [#1186](https://github.com/stripe/stripe-python/pull/1186) Update generated code |
3 | | - * Add support for `retrieve` on resource `tax.Registration` |
4 | | - * Change type from `Optional[PaymentDetails]` to `PaymentDetails` of `payment_details` on field `AccountSession.Components` |
5 | | - * Change type from `Optional[Payments]` to `Payments` of `payments` on field `AccountSession.Components` |
6 | | - * Change type from `Optional[Payouts]` to `Payouts` of `payouts` on field `AccountSession.Components` |
7 | | - * Change type from `Optional[Features]` to `Features` of `features` on fields `AccountSession.Components.PaymentDetails`, `AccountSession.Components.Payments`, and `AccountSession.Components.Payouts` |
8 | | - * Change type from `Optional[InvoiceSettings]` to `InvoiceSettings` of `invoice_settings` on field `SubscriptionSchedule.DefaultSettings` |
9 | | - |
| 12 | + * Add support for `retrieve` on resource `tax.Registration` |
| 13 | + * Change type from `Optional[PaymentDetails]` to `PaymentDetails` of `payment_details` on field `AccountSession.Components` |
| 14 | + * Change type from `Optional[Payments]` to `Payments` of `payments` on field `AccountSession.Components` |
| 15 | + * Change type from `Optional[Payouts]` to `Payouts` of `payouts` on field `AccountSession.Components` |
| 16 | + * Change type from `Optional[Features]` to `Features` of `features` on fields `AccountSession.Components.PaymentDetails`, `AccountSession.Components.Payments`, and `AccountSession.Components.Payouts` |
| 17 | + * Change type from `Optional[InvoiceSettings]` to `InvoiceSettings` of `invoice_settings` on field `SubscriptionSchedule.DefaultSettings` |
| 18 | + |
10 | 19 |
|
11 | 20 | ## 7.10.0 - 2023-12-22 |
12 | 21 | * [#1176](https://github.com/stripe/stripe-python/pull/1176) Update generated code |
|
0 commit comments