|
| 1 | +## 7.6.0 - 2023-11-21 |
| 2 | +* [#1138](https://github.com/stripe/stripe-python/pull/1138) Update generated code |
| 3 | + * Add support for `electronic_commerce_indicator` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure` and `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure` |
| 4 | + * Add support for `exemption_indicator` on resource class `Charge.PaymentMethodDetails.Card.ThreeDSecure` |
| 5 | + * Add support for `transaction_id` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure`, `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`, `issuing.Authorization.NetworkData`, and `issuing.Transaction.NetworkData` |
| 6 | + * Add support for `offline` on resource class `Charge.PaymentMethodDetails.CardPresent` |
| 7 | + * Add support for `transferred_to_balance` on resource `CustomerCashBalanceTransaction` |
| 8 | + * Add support for `three_d_secure` on parameter classes `PaymentIntent.ConfirmParamsPaymentMethodOptionsCard`, `PaymentIntent.CreateParamsPaymentMethodOptionsCard`, `PaymentIntent.ModifyParamsPaymentMethodOptionsCard`, `SetupIntent.ConfirmParamsPaymentMethodOptionsCard`, `SetupIntent.CreateParamsPaymentMethodOptionsCard`, and `SetupIntent.ModifyParamsPaymentMethodOptionsCard` |
| 9 | + * Add support for `system_trace_audit_number` on resource class `issuing.Authorization.NetworkData` |
| 10 | + * Add support for `network_risk_score` on resource classes `issuing.Authorization.PendingRequest` and `issuing.Authorization.RequestHistory` |
| 11 | + * Add support for `requested_at` on resource class `issuing.Authorization.RequestHistory` |
| 12 | + * Add support for `authorization_code` on resource class `issuing.Transaction.NetworkData` |
| 13 | + |
1 | 14 | ## 7.5.0 - 2023-11-16 |
2 | 15 | * [#1127](https://github.com/stripe/stripe-python/pull/1127) Update generated code |
3 | 16 | * Add support for `bacs_debit_payments` on `Account.CreateParamsSettings` |
|
10 | 23 | * [#1135](https://github.com/stripe/stripe-python/pull/1135) Add initial tests for exports and run them in mypy and pyright |
11 | 24 | * [#1130](https://github.com/stripe/stripe-python/pull/1130) Mention types in README.md |
12 | 25 | * [#1134](https://github.com/stripe/stripe-python/pull/1134) Run pyright via tox |
13 | | -* [#1131](https://github.com/stripe/stripe-python/pull/1131) Upgrade black dependency |
| 26 | +* [#1131](https://github.com/stripe/stripe-python/pull/1131) Upgrade black dependency |
14 | 27 | * [#1132](https://github.com/stripe/stripe-python/pull/1132) Fix unnecessary casts from pyright 1.1.336 |
15 | 28 | * [#1126](https://github.com/stripe/stripe-python/pull/1126) Suppress type errors from latest pyright |
16 | 29 | * [#1125](https://github.com/stripe/stripe-python/pull/1125) Add support for Python 3.11/3.12 |
|
0 commit comments