Skip to content

Commit

Permalink
Bump version to 80.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Oct 3, 2024
1 parent f227370 commit 1ba5c95
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
34 changes: 19 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# Changelog

## 80.1.0 - 2024-10-03
* [#1928](https://github.com/stripe/stripe-go/pull/1928) Update generated code
* Remove the support for resource `Margin` that was accidentally made public in the last release

## 80.0.0 - 2024-10-01
* [#1926](https://github.com/stripe/stripe-go/pull/1926) Support for APIs in the new API version 2024-09-30.acacia

This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.

### ⚠️ Breaking changes

* Rename `usage_threshold_config` to `usage_threshold` on `BillingAlertParams` and `BillingAlert`
* Remove support for `filter` on `BillingAlertParams` and `BillingAlert`. Use the filters on the `usage_threshold` instead
* Remove support for `CustomerConsentCollected` on `TerminalReaderProcessSetupIntentParams`


### Additions
* Add support for `CustomUnitAmount` on `ProductDefaultPriceDataParams`
* Add support for `AllowRedisplay` on `TerminalReaderProcessPaymentIntentProcessConfigParams` and `TerminalReaderProcessSetupIntentParams`
* Add support for new value `international_transaction` on enum `TreasuryReceivedCreditFailureCode`
* Add method [RawRequest()](https://github.com/stripe/stripe-go/tree/master?tab=readme-ov-file#custom-requests) that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.

This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.

### ⚠️ Breaking changes

* Rename `usage_threshold_config` to `usage_threshold` on `BillingAlertParams` and `BillingAlert`
* Remove support for `filter` on `BillingAlertParams` and `BillingAlert`. Use the filters on the `usage_threshold` instead
* Remove support for `CustomerConsentCollected` on `TerminalReaderProcessSetupIntentParams`


### Additions
* Add support for `CustomUnitAmount` on `ProductDefaultPriceDataParams`
* Add support for `AllowRedisplay` on `TerminalReaderProcessPaymentIntentProcessConfigParams` and `TerminalReaderProcessSetupIntentParams`
* Add support for new value `international_transaction` on enum `TreasuryReceivedCreditFailureCode`
* Add method [RawRequest()](https://github.com/stripe/stripe-go/tree/master?tab=readme-ov-file#custom-requests) that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.

## 79.12.0 - 2024-09-18
* [#1919](https://github.com/stripe/stripe-go/pull/1919) Update generated code
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80.0.0
80.1.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "80.0.0"
const clientversion = "80.1.0"

// 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
Expand Down

0 comments on commit 1ba5c95

Please sign in to comment.