Stripe Ruby Versions Save

Ruby library for the Stripe API.

v11.3.0-beta.1

1 month ago
  • #1383 Update generated code for beta

See the changelog for more details.

v11.2.0

1 month ago
  • #1385 Update generated code
    • Add support for create_preview method on resource Invoice

See the changelog for more details.

v11.1.0

1 month ago
  • #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

1 month ago
  • #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

1 month ago
  • #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

1 month ago
  • #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.

v10.15.0-beta.1

1 month ago
  • #1373 Update generated code for beta
    • Add support for update method on resource Entitlements.Feature
  • #1370 Update generated code for beta

See the changelog for more details.

v10.14.0

1 month ago
  • #1369 Update generated code
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for create, deactivate, list, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent

See the changelog for more details.

v10.14.0-beta.1

1 month ago
  • #1363 Update generated code for beta
    • Add support for new resources Entitlements.ActiveEntitlementSummary and Entitlements.ActiveEntitlement
    • Add support for list method on resource ActiveEntitlement

See the changelog for more details.

v10.13.0

1 month ago
  • #1367 Update generated code
    • Add support for new resources ConfirmationToken and Forwarding.Request
    • Add support for retrieve method on resource ConfirmationToken
    • Add support for create, list, and retrieve methods on resource Request
  • #1362 Exclude sorbet directory and tapioca script when packing gem

See the changelog for more details.