Skip to content

Releases: stripe/stripe-ruby

v12.6.0-beta.1

05 Sep 21:05
Compare
Choose a tag to compare
v12.6.0-beta.1 Pre-release
Pre-release
  • #1441 Update generated code for beta
    • Add support for new resources Billing.MeterErrorReport and Terminal.ReaderCollectedData
    • Add support for retrieve method on resource ReaderCollectedData

See the changelog for more details.

v12.5.0

08 Aug 23:56
Compare
Choose a tag to compare
  • #1440 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for activate, archive, create, deactivate, list, and retrieve methods on resource Alert
    • Add support for retrieve method on resource Tax.Calculation

See the changelog for more details.

v12.5.0-beta.2

01 Aug 21:41
Compare
Choose a tag to compare
v12.5.0-beta.2 Pre-release
Pre-release
  • #1439 Update generated code for beta
    • Add support for attach_payment method on resource Invoice

See the changelog for more details.

v12.5.0-beta.1

25 Jul 21:31
Compare
Choose a tag to compare
v12.5.0-beta.1 Pre-release
Pre-release
  • #1429 Update generated code for beta
    • Add support for new resources Billing.AlertTriggered, Billing.Alert, and Tax.Association
    • Add support for activate, archive, create, deactivate, list, and retrieve methods on resource Alert
    • Add support for find method on resource Association
  • #1434 Merge changes from stripe/stripe-ruby master

See the changelog for more details.

v12.4.0

25 Jul 21:00
Compare
Choose a tag to compare
  • #1437 Update generated code
    • Add support for update method on resource Checkout.Session

See the changelog for more details.

v12.3.0

18 Jul 20:08
Compare
Choose a tag to compare
  • #1436 Fixed changelog for major release 12.0.0
  • #1435 Add deprecation warning for APIResource.request

See the changelog for more details.

v12.2.0

12 Jul 16:29
Compare
Choose a tag to compare
  • #1430 Update generated code

  • #1433 Add usage to raw_request call

  • #1431 Add raw_request

    • Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using Stripe::APIResource.request(...) to make custom requests, which is discouraged and will be broken in a future major version.

See the changelog for more details.

v12.2.0-beta.1

05 Jul 18:54
Compare
Choose a tag to compare
v12.2.0-beta.1 Pre-release
Pre-release
  • #1428 Update generated code for beta
    • Add support for new resource FinancialConnections.Institution
    • Add support for list and retrieve methods on resource Institution
  • #1409 Update generated code for beta

See the changelog for more details.

v12.1.0

05 Jul 18:51
Compare
Choose a tag to compare
  • #1425 Update generated code

    • Add support for add_lines, remove_lines, and update_lines methods on resource Invoice
  • #1420 Update static methods for delete/list on BankAccount/Card to throw NotImplementedError

    • The below methods have been throwing InvalidRequestError because the urls used to make the requests have been buggy. Updating them to throw NotImplementedError instead just like their counterparts for update & retrieve because they cannot be implemented without the parent id.
    Methods affected Use these instead in the context of payment method Use these in the context of external accounts
    Stripe:: BankAccount.delete Stripe::Customer.delete_source Stripe::Account.delete_external_account
    Stripe:: BankAccount.list Stripe::Customer.list_sources Stripe::Customer.list_external_accounts
    Stripe:: Card.delete Stripe::Customer.delete_source Stripe::Account.delete_external_account
    Stripe:: Card.list Stripe::Customer.list_sources Stripe::Customer.list_external_accounts
  • #1427 Regenerate rbis

  • #1426 Remove coveralls and re-added JRuby

See the changelog for more details.

v12.0.0

24 Jun 23:08
Compare
Choose a tag to compare
  • #1418 Add missing static method for verify on BankAccount

  • #1419

    This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    Additions

    • Add support for finalize_amount test helper method on resource Issuing.Authorization

See the changelog for more details.