Closed aiae-renovate closed 1 month ago
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 80.x
releases. But if you manually upgrade to 80.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
v79.12.0
->v80.2.0
Release Notes
stripe/stripe-go (github.com/stripe/stripe-go/v79)
### [`v80.2.0`](https://togithub.com/stripe/stripe-go/releases/tag/v80.2.0) [Compare Source](https://togithub.com/stripe/stripe-go/compare/v80.1.0...v80.2.0) - [#1929](https://togithub.com/stripe/stripe-go/pull/1929), [#1933](https://togithub.com/stripe/stripe-go/pull/1933) Remove rawrequests Post, Get, and Delete in favor of rawrequests.Client - The individual `rawrequests` functions for Post, Get, and Delete methods are removed in favor of the client model which allows local configuration of backend and api key, which enables more flexible calls to new/preview/unsupported APIs. See [the changelog for more details](https://togithub.com/stripe/stripe-go/blob/v80.2.0/CHANGELOG.md). ### [`v80.1.0`](https://togithub.com/stripe/stripe-go/releases/tag/v80.1.0) [Compare Source](https://togithub.com/stripe/stripe-go/compare/v80.0.0...v80.1.0) - [#1928](https://togithub.com/stripe/stripe-go/pull/1928) Update generated code - Remove the support for resource `Margin` that was accidentally made public in the last release See [the changelog for more details](https://togithub.com/stripe/stripe-go/blob/v80.1.0/CHANGELOG.md). ### [`v80.0.0`](https://togithub.com/stripe/stripe-go/releases/tag/v80.0.0) [Compare Source](https://togithub.com/stripe/stripe-go/compare/v79.12.0...v80.0.0) - [#1926](https://togithub.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://togithub.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. See [the changelog for more details](https://togithub.com/stripe/stripe-go/blob/v80.0.0/CHANGELOG.md).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.