Skip to content

Releases: stripe/stripe-ruby

stripe-ruby v3.13.0

11 Apr 20:53
Compare
Choose a tag to compare
  • #498 Add support for flexible billing primitives

See the changelog for more details.

stripe-ruby v3.12.1

05 Apr 23:19
Compare
Choose a tag to compare
  • #636 Fix a warning for uninitialized instance variable @additive_params

See the changelog for more details.

stripe-ruby v3.12.0

05 Apr 14:21
Compare
Choose a tag to compare
  • #632 Introduce additive_object_param so that non-metadata subobjects don't zero their keys as they're being replaced

See the changelog for more details.

stripe-ruby v3.11.0

26 Feb 12:32
3bc4256
Compare
Choose a tag to compare
  • #628 Add support for code attribute on all Stripe exceptions

See the changelog for more details.

stripe-ruby v3.10.0

21 Feb 19:38
Compare
Choose a tag to compare

stripe-ruby v3.9.2

12 Feb 19:35
fafd449
Compare
Choose a tag to compare
  • #625 Skip calling to_hash for nil

See the changelog for more details.

stripe-ruby v3.9.1

15 Dec 08:49
Compare
Choose a tag to compare
  • #616 Support all file-like objects for uploads with duck typed checks on path and read (we previously whitelisted only certain classes)

See the changelog for more details.

stripe-ruby v3.9.0

08 Dec 18:50
Compare
Choose a tag to compare
  • #613 Introduce new IdempotencyError type for idempotency-specific failures

See the changelog for more details.

stripe-ruby v3.8.2

07 Dec 21:37
Compare
Choose a tag to compare
  • #612 Fix integer-indexed array encoding when sent as query parameter (subscription items can now be used when fetching an upcoming invoice)

See the changelog for more details.

stripe-ruby v3.8.1

06 Dec 18:18
Compare
Choose a tag to compare
  • #611 Support Tempfile (as well as File) in file uploads

See the changelog for more details.