Skip to content

Releases: stripe/stripe-ruby

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.

v11.3.0

02 May 20:56
Compare
Choose a tag to compare

See the changelog for more details.

v11.3.0-beta.1

18 Apr 21:44
Compare
Choose a tag to compare
v11.3.0-beta.1 Pre-release
Pre-release
  • #1383 Update generated code for beta

See the changelog for more details.

v11.2.0

18 Apr 21:24
Compare
Choose a tag to compare
  • #1385 Update generated code
    • Add support for create_preview method on resource Invoice

See the changelog for more details.

v11.1.0

16 Apr 15:58
Compare
Choose a tag to compare
  • #1379 Update generated code
    • Add support for new resource Entitlements.ActiveEntitlementSummary
  • #1382 Revert Makefile change to allow autoformatting in codegen
  • #1380 Rename section for object types

See the changelog for more details.

v11.1.0-beta.1

12 Apr 05:06
Compare
Choose a tag to compare
v11.1.0-beta.1 Pre-release
Pre-release
  • #1376 Update generated code for beta
    • Add support for retrieve method on resources Entitlements.ActiveEntitlement and Entitlements.Feature

See the changelog for more details.

v11.0.0

10 Apr 23:01
Compare
Choose a tag to compare
  • #1374

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

    ⚠️ Breaking changes

    • When no x-stripe-should-retry header is set in the response, the library now retries all requests with status >= 500, not just non-POST methods.

See the changelog for more details.

v10.15.0

09 Apr 21:12
Compare
Choose a tag to compare
  • #1377 Add last_response to StripeObject
    • Users can now retrieve raw response from the returned resource, using the last_response property. See README for an example.
  • #1372 Update generated code
    • Add support for new resources Entitlements.ActiveEntitlement and Entitlements.Feature
    • Add support for list and retrieve methods on resource ActiveEntitlement
    • Add support for create, list, retrieve, and update methods on resource Feature
  • #1366 Move executables to exe folder

See the changelog for more details.