Skip to content

Releases: stripe/stripe-ruby

v10.11.0

29 Feb 22:49
Compare
Choose a tag to compare
  • #1348 Use sorbet gem instead of sorbet-static
  • #1342 Update generated code
    • Add list_refunds and retrieve_refund methods on resource Charge.
  • #1345 Update README to use add_beta_version

See the changelog for more details.

v10.11.0-beta.1

22 Feb 23:45
Compare
Choose a tag to compare
v10.11.0-beta.1 Pre-release
Pre-release
  • #1335 Update generated code for beta

See the changelog for more details.

v10.10.0

22 Feb 22:19
Compare
Choose a tag to compare
  • #1336 Update generated code
    • Add InvoiceLineItem.update method.
  • #1334 Add TaxIds API
    • Add support for all, create, and retrieve methods on resource TaxId
    • The delete method now sends a DELETE request to /v1/tax_ids/{id} instead of /v1/customers/{customer}/tax_ids/{id}. The endpoints are functionally the same when operating on a Customer Tax ID.
    • The resource_url method on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

See the changelog for more details.

v10.10.0-beta.1

16 Feb 18:03
Compare
Choose a tag to compare
v10.10.0-beta.1 Pre-release
Pre-release
  • #1332 Update generated code for beta
    • Add support for decrement_authorization method on resource PaymentIntent
  • #1328 Update generated code for beta

See the changelog for more details.

v10.9.0

16 Feb 00:21
Compare
Choose a tag to compare
  • #1329 Update generated code
    • Fixed bug where TaxId resource delete method sent request to wrong URL (#1333)
  • #1324 Start running Sorbet in CI
  • #1327 Add methods for dynamically referenced constants

See the changelog for more details.

v10.9.0-beta.1

08 Feb 22:13
Compare
Choose a tag to compare
v10.9.0-beta.1 Pre-release
Pre-release
  • #1321 Update generated code for beta
    • Release specs are identical.

See the changelog for more details.

v10.8.0

08 Feb 22:06
Compare
Choose a tag to compare
  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

See the changelog for more details.

v10.7.1

05 Feb 18:30
Compare
Choose a tag to compare
  • #1320 Remove spurious _search deprecation messages (#1319)

See the changelog for more details.

v10.8.0-beta.1

02 Feb 02:13
Compare
Choose a tag to compare
v10.8.0-beta.1 Pre-release
Pre-release
  • #1318 Update generated code for beta
    • Add support for new resources Entitlements.Event and Entitlements.Feature
    • Add support for create method on resource Event
    • Add support for create and list methods on resource Feature

See the changelog for more details.

v10.7.0

01 Feb 22:15
Compare
Choose a tag to compare
  • #1317 Remove list method in child resources
    • Removes list method mixin from child resources, as these methods always return InvalidRequestError and never succeed
  • #1311 Use the deprecation gem in search and clean up usage of the gem

See the changelog for more details.