|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 81.3.0-beta.1 - 2025-01-09 |
| 4 | +* [#1958](https://github.com/stripe/stripe-go/pull/1958) Update generated code for beta |
| 5 | + * Add support for `Close` method on resource `Treasury.FinancialAccount` |
| 6 | + * Add support for `OwnershipExemptionReason` on `AccountCompanyParams`, `AccountCompany`, and `TokenAccountCompanyParams` |
| 7 | + * Add support for `DirectorshipDeclaration` on `AccountCompany` |
| 8 | + * Add support for `AdviceCode` on `ChargeOutcome`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError` |
| 9 | + * Remove support for value `always_invoice` from enum `BillingPortalConfigurationFeaturesSubscriptionCancelProrationBehavior` |
| 10 | + * Add support for `BrandProduct` on `Card`, `SourceCardPresent`, `SourceCard`, and `SourceThreeDSecure` |
| 11 | + * Add support for `Country` on `ChargePaymentMethodDetailsPaypal`, `ConfirmationTokenPaymentMethodPreviewPaypal`, and `PaymentMethodPaypal` |
| 12 | + * Add support for new value `al_tin` on enums `CheckoutSessionCollectedInformationTaxIdsType` and `OrderTaxDetailsTaxIdsType` |
| 13 | + * Add support for `Nickname` on `TreasuryFinancialAccountParams` and `TreasuryFinancialAccount` |
| 14 | + * Add support for `ForwardingSettings` on `TreasuryFinancialAccountParams` |
| 15 | + * Add support for `IsDefault` on `TreasuryFinancialAccount` |
| 16 | + * Add support for `DestinationPaymentMethodData` on `TreasuryOutboundTransferParams` |
| 17 | + * Add support for `FinancialAccount` on `TreasuryOutboundTransferDestinationPaymentMethodDetails` |
| 18 | + * Change type of `TreasuryOutboundTransferDestinationPaymentMethodDetailsType` from `literal('us_bank_account')` to `enum('financial_account'|'us_bank_account')` |
| 19 | + * Add support for `OutboundTransfer` on `TreasuryReceivedCreditLinkedFlowsSourceFlowDetails` |
| 20 | + * Add support for new value `outbound_transfer` on enum `TreasuryReceivedCreditLinkedFlowsSourceFlowDetailsType` |
| 21 | + |
3 | 22 | ## 81.2.0 - 2024-12-18
|
4 | 23 | * [#1957](https://github.com/stripe/stripe-go/pull/1957) This release changes the pinned API version to `2024-12-18.acacia`.
|
5 | 24 | * Add support for `NetworkAdviceCode` and `NetworkDeclineCode` on `ChargeOutcome`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError`
|
|
0 commit comments