Skip to content

Commit

Permalink
Bump version to 7.8.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Nov 30, 2023
1 parent 242da92 commit e97e139
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
43 changes: 23 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,43 @@
# Changelog

## 7.8.0b1 - 2023-11-30
* [#1148](https://github.com/stripe/stripe-python/pull/1148) Update generated code for beta

## 7.7.0b1 - 2023-11-21
* [#1141](https://github.com/stripe/stripe-python/pull/1141) Update generated code for beta
* Rename `receipient` to `recipient` beneath `PaymentDetails` on `Charge` and `PaymentIntent` APIs.* Add support for `electronic_commerce_indicator` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure` and `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`
* Add support for `components` on parameter class `CustomerSession.CreateParams` and resource `CustomerSession`

## 7.6.0 - 2023-11-21
* [#1138](https://github.com/stripe/stripe-python/pull/1138) Update generated code
* Add support for `electronic_commerce_indicator` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure` and `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`
* Add support for `exemption_indicator` on resource class `Charge.PaymentMethodDetails.Card.ThreeDSecure`
* Add support for `transaction_id` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure`, `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`, `issuing.Authorization.NetworkData`, and `issuing.Transaction.NetworkData`
* Add support for `offline` on resource class `Charge.PaymentMethodDetails.CardPresent`
* Add support for `transferred_to_balance` on resource `CustomerCashBalanceTransaction`
* Add support for `three_d_secure` on parameter classes `PaymentIntent.ConfirmParamsPaymentMethodOptionsCard`, `PaymentIntent.CreateParamsPaymentMethodOptionsCard`, `PaymentIntent.ModifyParamsPaymentMethodOptionsCard`, `SetupIntent.ConfirmParamsPaymentMethodOptionsCard`, `SetupIntent.CreateParamsPaymentMethodOptionsCard`, and `SetupIntent.ModifyParamsPaymentMethodOptionsCard`
* Add support for `system_trace_audit_number` on resource class `issuing.Authorization.NetworkData`
* Add support for `network_risk_score` on resource classes `issuing.Authorization.PendingRequest` and `issuing.Authorization.RequestHistory`
* Add support for `requested_at` on resource class `issuing.Authorization.RequestHistory`
* Add support for `electronic_commerce_indicator` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure` and `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`
* Add support for `exemption_indicator` on resource class `Charge.PaymentMethodDetails.Card.ThreeDSecure`
* Add support for `transaction_id` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure`, `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`, `issuing.Authorization.NetworkData`, and `issuing.Transaction.NetworkData`
* Add support for `offline` on resource class `Charge.PaymentMethodDetails.CardPresent`
* Add support for `transferred_to_balance` on resource `CustomerCashBalanceTransaction`
* Add support for `three_d_secure` on parameter classes `PaymentIntent.ConfirmParamsPaymentMethodOptionsCard`, `PaymentIntent.CreateParamsPaymentMethodOptionsCard`, `PaymentIntent.ModifyParamsPaymentMethodOptionsCard`, `SetupIntent.ConfirmParamsPaymentMethodOptionsCard`, `SetupIntent.CreateParamsPaymentMethodOptionsCard`, and `SetupIntent.ModifyParamsPaymentMethodOptionsCard`
* Add support for `system_trace_audit_number` on resource class `issuing.Authorization.NetworkData`
* Add support for `network_risk_score` on resource classes `issuing.Authorization.PendingRequest` and `issuing.Authorization.RequestHistory`
* Add support for `requested_at` on resource class `issuing.Authorization.RequestHistory`
* Add support for `authorization_code` on resource class `issuing.Transaction.NetworkData`

## 7.6.0b1 - 2023-11-16
* [#1128](https://github.com/stripe/stripe-python/pull/1128) Update generated code for beta
* Add support for `issuing_card` and `issuing_cards_list` on `AccountSession.CreateParamsComponents`
* Add support for `event_details` and `subscription` on `payment_details` types
* Add support for `affiliate` and `delivery` on `payment_details.flight`, `payment_details.lodging`, and `payment_details.car_rental` types
* Add support for `drivers` on `payment_details.car_rental` types
* Add support for `passengers` on `payment_details.flight` and `payment_details.lodging` types
* Add support for `issuing_card` and `issuing_cards_list` on `AccountSession.CreateParamsComponents`
* Add support for `event_details` and `subscription` on `payment_details` types
* Add support for `affiliate` and `delivery` on `payment_details.flight`, `payment_details.lodging`, and `payment_details.car_rental` types
* Add support for `drivers` on `payment_details.car_rental` types
* Add support for `passengers` on `payment_details.flight` and `payment_details.lodging` types
* Add support for `created` on `CustomerSession`

## 7.5.0 - 2023-11-16
* [#1127](https://github.com/stripe/stripe-python/pull/1127) Update generated code
* Add support for `bacs_debit_payments` on `Account.CreateParamsSettings`
* Add support for `service_user_number` on `Account.Settings.BacsDebitPayments`
* Add support for `capture_before` on `Charge.PaymentMethodDetails.Card.capture_before`
* Add support for `Paypal` on `Checkout.Session.PaymentMethodOptions`
* Add support for `tax_amounts` on `CreditNote.CreateParamsLine`, `CreditNote.PreviewParamsLine`, and `CreditNote.PreviewLinesParamsLine`
* Add support for `network_data` on `Issuing.Transaction`
* Add support for `bacs_debit_payments` on `Account.CreateParamsSettings`
* Add support for `service_user_number` on `Account.Settings.BacsDebitPayments`
* Add support for `capture_before` on `Charge.PaymentMethodDetails.Card.capture_before`
* Add support for `Paypal` on `Checkout.Session.PaymentMethodOptions`
* Add support for `tax_amounts` on `CreditNote.CreateParamsLine`, `CreditNote.PreviewParamsLine`, and `CreditNote.PreviewLinesParamsLine`
* Add support for `network_data` on `Issuing.Transaction`
* Add support for `status` on `Checkout.Session.ListParams`
* [#1135](https://github.com/stripe/stripe-python/pull/1135) Add initial tests for exports and run them in mypy and pyright
* [#1130](https://github.com/stripe/stripe-python/pull/1130) Mention types in README.md
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.7.0b1
7.8.0b1
2 changes: 1 addition & 1 deletion stripe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "7.7.0b1"
VERSION = "7.8.0b1"

0 comments on commit e97e139

Please sign in to comment.