indentlabs / notebook

Notebook.ai is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://www.notebook.ai
MIT License
353 stars 72 forks source link

Bump stripe from 5.55.0 to 8.5.0 #1241

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps stripe from 5.55.0 to 8.5.0.

Release notes

Sourced from stripe's releases.

v8.5.0

  • #1203 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the create_from_calculation method.
  • #1201 Update save deprecation message

See the changelog for more details.

v8.5.0-beta.1

  • #1194 Update generated code for beta (new)
    • Add support for new resources Tax.CalculationLineItem and Tax.TransactionLineItem
    • Add support for collect_inputs method on resource Terminal.Reader

See the changelog for more details.

v8.4.0

  • #1197 Update generated code (new)
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
  • #1152 Symbolize hash keys inside convert_to_stripe_object_with_params

See the changelog for more details.

v8.4.0-beta.4

  • #1189 Update generated code for beta (new)
    • Add support for create_from_calculation method on resource Tax.Transaction
  • #1188 Update generated code for beta (new)
    • Remove support for resources Capital.FinancingOffer and Capital.FinancingSummary
    • Remove support for list, mark_delivered, and retrieve methods on resource FinancingOffer
    • Remove support for retrieve method on resource FinancingSummary
  • #1187 Merge upstream master

See the changelog for more details.

v8.4.0-beta.3

  • #1184 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Remove support for list_transactions method on resource Tax.Transaction

See the changelog for more details.

v8.4.0-beta.2

  • #1183 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resources Issuing.CardBundle and Issuing.CardDesign
    • Add support for list and retrieve methods on resource CardBundle
    • Add support for list, retrieve, and update methods on resource CardDesign

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe's changelog.

8.5.0 - 2023-03-30

  • #1203 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the create_from_calculation method.
  • #1201 Update save deprecation message

8.4.0 - 2023-03-23

  • #1197 Update generated code (new)
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
  • #1152 Symbolize hash keys inside convert_to_stripe_object_with_params

8.3.0 - 2023-02-16

  • #1175 API Updates
    • Add support for refund_payment method on resource Terminal.Reader

8.2.0 - 2023-02-02

  • #1173 API Updates
    • Add support for resume method on resource Subscription
  • #1171 Remove unused partial param from initialize_from

8.1.0 - 2023-01-12

  • #1162 Improve request events instrumentation

8.0.0 - 2022-11-16

  • #1144 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

Deprecated

  • The save method is deprecated. Prefer the static update method that doesn't require retrieval of the resource to update it.
    # before
    refund = Stripe::Refund.retrieve("re_123")
    refund.description = "Refund description"
    refund.save
    

    after

    Stripe::Refund.update("re_123", description: "Refund description")

⚠️ Removed

  • Removed deprecated Sku resource.
  • Removed deprecated Orders resource.
  • Removed deprecated delete method on Subscription resource. Please use cancel method instead.
    # before
    

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 11 months ago

Superseded by #1301.