#1756 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 and carefully review the API changes before upgrading.
⚠️ Breaking changes
Rename usage_threshold_config to usage_threshold on Billing.Alert
Remove support for filter on Billing.Alert. Use the filters on the usage_threshold instead
Additions
Add support for new value international_transaction on enum Treasury.ReceivedCredit.failure_code
Add support for new Usage Billing APIs Billing.MeterEvent, Billing.MeterEventAdjustments, Billing.MeterEventSession, Billing.MeterEventStream and the new Events API Core.Events under the v2 namespace
Add new method parseThinEvent() on the StripeClient class to parse thin events.
Add a new method rawRequest() on the StripeClient class 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.
Remove the support for resource Margin that was accidentally made public in the last release
16.0.0 - 2024-10-01
#1756 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 and carefully review the API changes before upgrading.
⚠️ Breaking changes
Rename usage_threshold_config to usage_threshold on Billing.Alert
Remove support for filter on Billing.Alert. Use the filters on the usage_threshold instead
Additions
Add support for new value international_transaction on enum Treasury.ReceivedCredit.failure_code
Add support for new Usage Billing APIs Billing.MeterEvent, Billing.MeterEventAdjustments, Billing.MeterEventSession, Billing.MeterEventStream and the new Events API Core.Events under the v2 namespace
Add new method parseThinEvent() on the StripeClient class to parse thin events.
Add a new method rawRequest() on the StripeClient class 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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps stripe/stripe-php from 15.10.0 to 16.1.0.
Release notes
Sourced from stripe/stripe-php's releases.
Changelog
Sourced from stripe/stripe-php's changelog.
Commits
47c55a5
Bump version to 16.1.098d68d2
Update generated code for v1268 (#1765)7a0b028
Bump version to 16.0.03a9c9ac
Removed parseSnapshotEvent (#1764)b12bec9
Support for APIs in the new API version 2024-09-30.acacia (#1756)3a88f90
Revert "added new example template and instructions on how to create more"002550f
added new example template and instructions on how to create moreDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show