From 9dc872e1e2c6643a6d9a318ce0bfc26536b3cd2f Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 7 Nov 2024 17:12:18 -0500 Subject: [PATCH] Bump version to 81.1.0-beta.2 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410f81e122..2d13d51681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 81.1.0-beta.2 - 2024-11-07 +* [#1949](https://github.com/stripe/stripe-go/pull/1949) Update generated code for beta + * Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord` + * Add support for `Get` and `List` methods on resources `FraudLiabilityDebit` and `PaymentAttemptRecord` + * Add support for `Get`, `ReportPaymentAttemptCanceled`, `ReportPaymentAttemptFailed`, `ReportPaymentAttemptGuaranteed`, `ReportPaymentAttempt`, and `ReportPayment` methods on resource `PaymentRecord` + * Change type of `AccountFutureRequirementsDisabledReason` and `AccountRequirementsDisabledReason` from `string` to `enum` + * Remove support for `MoneyMovement` on `AccountSessionComponentsFinancialAccountFeaturesParams` + * Add support for `CardManagement`, `CardSpendDisputeManagement`, `CardholderManagement`, and `SpendControlManagement` on `AccountSessionComponentsIssuingCardFeaturesParams` + * Add support for `DisableStripeUserAuthentication` on `AccountSessionComponentsIssuingCardsListFeaturesParams` + * Add support for `AdaptivePricing` on `CheckoutSessionParams` and `CheckoutSession` + * Add support for `MandateOptions` on `CheckoutSessionPaymentMethodOptionsBacsDebitParams`, `CheckoutSessionPaymentMethodOptionsBacsDebit`, `CheckoutSessionPaymentMethodOptionsSepaDebitParams`, and `CheckoutSessionPaymentMethodOptionsSepaDebit` + * Add support for `RequestDecrementalAuthorization`, `RequestExtendedAuthorization`, `RequestIncrementalAuthorization`, `RequestMulticapture`, and `RequestOvercapture` on `CheckoutSessionPaymentMethodOptionsCardParams` and `CheckoutSessionPaymentMethodOptionsCard` + * Add support for `CaptureMethod` on `CheckoutSessionPaymentMethodOptionsKakaoPayParams`, `CheckoutSessionPaymentMethodOptionsKrCardParams`, `CheckoutSessionPaymentMethodOptionsNaverPayParams`, `CheckoutSessionPaymentMethodOptionsPaycoParams`, and `CheckoutSessionPaymentMethodOptionsSamsungPayParams` + * Add support for new value `li_vat` on enums `CheckoutSessionCollectedInformationTaxIdsType`, `CheckoutSessionCustomerDetailsTaxIdsType`, `InvoiceCustomerTaxIdsType`, `OrderTaxDetailsTaxIdsType`, `TaxCalculationCustomerDetailsTaxIdsType`, `TaxIdType`, and `TaxTransactionCustomerDetailsTaxIdsType` + * Add support for new values `invoice.payment_attempt_required` and `issuing_fraud_liability_debit.created` on enum `EventType` + * Add support for `AccountHolderAddress`, `AccountHolderName`, `AccountType`, and `BankAddress` on `FundingInstructionsBankTransferFinancialAddressesAba`, `FundingInstructionsBankTransferFinancialAddressesSwift`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesAba`, and `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSwift` + * Add support for `PaymentRecordData` and `PaymentRecord` on `InvoiceAttachPaymentParams` + * Remove support for `OutOfBandPayment` on `InvoiceAttachPaymentParams` + * Add support for `AmountOverpaid` on `Invoice` + * Add support for new value `custom` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes` + * Add support for `MerchantAmount` and `MerchantCurrency` on `IssuingAuthorizationParams` + * Add support for new value `link` on enums `PaymentIntentPaymentMethodOptionsCardNetwork`, `SetupIntentPaymentMethodOptionsCardNetwork`, and `SubscriptionPaymentSettingsPaymentMethodOptionsCardNetwork` + * Add support for `SubmitType` on `PaymentLinkParams` + * Add support for new value `service_tax` on enums `TaxCalculationLineItemTaxBreakdownTaxRateDetailsTaxType`, `TaxCalculationShippingCostTaxBreakdownTaxRateDetailsTaxType`, `TaxCalculationTaxBreakdownTaxRateDetailsTaxType`, `TaxRateTaxType`, and `TaxTransactionShippingCostTaxBreakdownTaxRateDetailsTaxType` + ## 81.1.0-beta.1 - 2024-10-29 * [#1945](https://github.com/stripe/stripe-go/pull/1945) Update generated code for beta * Add support for `TriggerAction` method on resource `PaymentIntent` diff --git a/VERSION b/VERSION index 4028209d4c..52ab75695f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.1.0-beta.1 +81.1.0-beta.2 diff --git a/stripe.go b/stripe.go index 900d2e47ee..e8e813a885 100644 --- a/stripe.go +++ b/stripe.go @@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "81.1.0-beta.1" +const clientversion = "81.1.0-beta.2" // defaultHTTPTimeout is the default timeout on the http.Client used by the library. // This is chosen to be consistent with the other Stripe language libraries and