Releases: stripe/stripe-ruby
Releases · stripe/stripe-ruby
stripe-ruby v3.13.0
- #498 Add support for flexible billing primitives
stripe-ruby v3.12.1
- #636 Fix a warning for uninitialized instance variable
@additive_params
stripe-ruby v3.12.0
- #632 Introduce
additive_object_param
so that non-metadata
subobjects don't zero their keys as they're being replaced
stripe-ruby v3.11.0
- #628 Add support for
code
attribute on all Stripe exceptions
stripe-ruby v3.10.0
- #627 Add support for topups
stripe-ruby v3.9.2
- #625 Skip calling
to_hash
fornil
stripe-ruby v3.9.1
- #616 Support all file-like objects for uploads with duck typed checks on
path
andread
(we previously whitelisted only certain classes)
stripe-ruby v3.9.0
- #613 Introduce new
IdempotencyError
type for idempotency-specific failures
stripe-ruby v3.8.2
- #612 Fix integer-indexed array encoding when sent as query parameter (subscription items can now be used when fetching an upcoming invoice)
stripe-ruby v3.8.1
- #611 Support
Tempfile
(as well asFile
) in file uploads