Skip to content

Commit 6138968

Browse files
Bump version to 81.5.0-beta.1
1 parent 6f08f66 commit 6138968

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 81.5.0-beta.1 - 2025-03-18
4+
* [#1997](https://github.com/stripe/stripe-go/pull/1997) Beta SDK updates between Open API versions 1473 and 1505
5+
6+
* Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
7+
* Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitParams`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitParams`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`
8+
* [#1995](https://github.com/stripe/stripe-go/pull/1995) Revert "Merge pull request #1987 from stripe/latest-codegen-beta"
9+
* [#1987](https://github.com/stripe/stripe-go/pull/1987) Update generated code for beta
10+
* Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
11+
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
12+
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
13+
* Add support for `InterchangeFeesAmount`, `NetTotalAmount`, `NetworkFeesAmount`, `OtherFeesAmount`, `OtherFeesCount`, and `TransactionAmount` on `IssuingSettlement`
14+
* Remove support for `InterchangeFees`, `NetTotal`, `NetworkFees`, and `TransactionVolume` on `IssuingSettlement`
15+
* Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitParams`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitParams`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`
16+
* Add support for `ACHCreditTransfer`, `ACHDebit`, `ACSSDebit`, `AUBECSDebit`, `Affirm`, `AfterpayClearpay`, `Alipay`, `Alma`, `AmazonPay`, `BACSDebit`, `BLIK`, `Bancontact`, `Boleto`, `CardPresent`, `Card`, `CashApp`, `CustomerBalance`, `EPS`, `FPX`, `Giropay`, `Gopay`, `Grabpay`, `IDBankTransfer`, `IDEAL`, `InteracPresent`, `KakaoPay`, `Klarna`, `Konbini`, `KrCard`, `Link`, `MbWay`, `Mobilepay`, `Multibanco`, `NaverPay`, `OXXO`, `P24`, `PayByBank`, `PayNow`, `Payco`, `Paypal`, `Payto`, `Pix`, `PromptPay`, `Qris`, `Rechnung`, `RevolutPay`, `SEPACreditTransfer`, `SEPADebit`, `SamsungPay`, `Shopeepay`, `Sofort`, `StripeAccount`, `Swish`, `TWINT`, `USBankAccount`, `WeChatPay`, `WeChat`, and `Zip` on `PaymentAttemptRecordPaymentMethodDetails` and `PaymentRecordPaymentMethodDetails`
17+
* Change type of `PaymentAttemptRecordPaymentMethodDetailsCustom` and `PaymentRecordPaymentMethodDetailsCustom` from `nullable(PaymentsPrimitivesPaymentRecordsResourcePaymentMethodDetailsResourceCustomDetails)` to `PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails`
18+
* Change type of `PaymentAttemptRecordPaymentMethodDetailsType` and `PaymentRecordPaymentMethodDetailsType` from `literal('custom')` to `string`
19+
* Add support for `Wifi` on `TerminalConfigurationParams` and `TerminalConfiguration`
20+
321
## 81.4.0-beta.1 - 2025-02-07
422
* [#1973](https://github.com/stripe/stripe-go/pull/1973) Update generated code for beta
523
* Add support for `RejectedReason` on `AccountRiskControls`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81.4.0-beta.1
1+
81.5.0-beta.1

stripe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
13941394
//
13951395

13961396
// clientversion is the binding version
1397-
const clientversion = "81.4.0-beta.1"
1397+
const clientversion = "81.5.0-beta.1"
13981398

13991399
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
14001400
// This is chosen to be consistent with the other Stripe language libraries and

0 commit comments

Comments
 (0)