Skip to content

Releases: stripe/stripe-ruby

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.

v11.7.0

14 Jun 06:53
Compare
Choose a tag to compare
  • #1415 Deprecate StripeClient#request
    • Add deprecation warning for StripeClient#request. This helper method will be removed in a future major version. To access response objects, use the last_response property on the returned resource instead. Refer to Accessing a response object in the README for usage details.

See the changelog for more details.

v11.7.0-beta.1

30 May 19:46
Compare
Choose a tag to compare
v11.7.0-beta.1 Pre-release
Pre-release
  • #1400 Update generated code for beta
    • Keeping up with the changes from version 11.6.0

See the changelog for more details.

v11.6.0

30 May 19:40
Compare
Choose a tag to compare
  • #1404 Add method to list invoice line items
    • Add methods list_lines() on the class Invoice to list the invoice line items

See the changelog for more details.

v11.5.0

23 May 20:24
Compare
Choose a tag to compare
  • #999 DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)

See the changelog for more details.

v11.5.0-beta.1

09 May 19:45
Compare
Choose a tag to compare
v11.5.0-beta.1 Pre-release
Pre-release
  • #1395 Update generated code for beta
    • No new beta features. Merging changes from the main branch.

See the changelog for more details.

v11.4.0

09 May 19:38
Compare
Choose a tag to compare
  • #1397 Update generated code
    • Add support for update test helper method on resources Treasury.OutboundPayment and Treasury.OutboundTransfer
  • #1399 Pass params to transfer reversal
    • Allow Stripe::Transfer.retrieve_reversal() to accept a params hash as the third argument, followed by opts. No changes to existing calls are necessary, but in a future major version this method will be updated to only accept params as the first argument. Fixes #1393
  • #1389 Removed jaro_winkler as a dependency
  • #1396 Start tracking StripeClient#request usage

See the changelog for more details.

v11.4.0-beta.1

02 May 22:23
Compare
Choose a tag to compare
v11.4.0-beta.1 Pre-release
Pre-release
  • #1386 Update generated code for beta

See the changelog for more details.