Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump stripe/stripe-php from 15.7.0 to 16.0.0 #2388

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps stripe/stripe-php from 15.7.0 to 16.0.0.

Release notes

Sourced from stripe/stripe-php's releases.

v16.0.0

  • #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.

See the changelog for more details.

v15.11.0-beta.1

  • #1748 Update generated code for beta
    • Remove support for resource QuotePhase
    • Remove support for list_line_items and retrieve methods on resource QuotePhase
    • Add support for new value rechnung on enum PaymentLink.payment_method_types[]

See the changelog for more details.

v15.10.0

  • #1747 Update generated code
    • Add support for new value international_transaction on enum Treasury.ReceivedDebit.failure_code
  • #1745 Update generated code
    • Add support for new value terminal_reader_invalid_location_for_activation on enum StripeError.code
    • Add support for automatically_finalizes_at on Invoice

See the changelog for more details.

v15.10.0-beta.1

  • #1743 Update generated code for beta
    • Add support for new resources Issuing.DisputeSettlementDetail and Issuing.Settlement
    • Add support for all and retrieve methods on resource DisputeSettlementDetail
    • Remove support for all method on resource QuotePhase
    • Add support for new values issuing_dispute_settlement_detail.created, issuing_dispute_settlement_detail.updated, issuing_settlement.created, and issuing_settlement.updated on enum Event.type
    • Add support for settlement on Issuing.Transaction

See the changelog for more details.

v15.9.0

  • #1737 Update generated code
    • Add support for new resource InvoiceRenderingTemplate

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

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.

15.10.0 - 2024-09-18

  • #1747 Update generated code
    • Add support for new value international_transaction on enum Treasury.ReceivedDebit.failure_code
  • #1745 Update generated code
    • Add support for new value terminal_reader_invalid_location_for_activation on enum StripeError.code
    • Add support for automatically_finalizes_at on Invoice

15.9.0 - 2024-09-12

  • #1737 Update generated code
    • Add support for new resource InvoiceRenderingTemplate
    • Add support for all, archive, retrieve, and unarchive methods on resource InvoiceRenderingTemplate

15.8.0 - 2024-08-29

  • #1742 Generate SDK for OpenAPI spec version 1230
    • Add support for new value issuing_regulatory_reporting on enum File.purpose
    • Add support for new value hr_oib on enum TaxId.type
    • Add support for status_details on TestHelpers.TestClock
Commits
  • 7a0b028 Bump version to 16.0.0
  • 3a9c9ac 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 more
  • 3df1a19 Bump version to 15.10.0
  • 59e4339 Update generated code for v1267 (#1747)
  • 9115c65 Update generated code (#1745)
  • dc9726a Bump version to 15.9.0
  • 2bb84be Update generated code (#1737)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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](https://github.com/stripe/stripe-php) from 15.7.0 to 16.0.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v15.7.0...v16.0.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 1, 2024
@pirate-bot
Copy link
Contributor

Plugin build for 35f397a is ready 🛎️!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant