Releases: stripe/stripe-ruby
Releases · stripe/stripe-ruby
stripe-ruby v4.13.0
- #766 Relax constraints on objects that we'll accept as a file (now they just need to respond to
#read
)
stripe-ruby v4.12.0
stripe-ruby v4.11.0
- #753 Add a global proxy configuration parameter
stripe-ruby v4.10.0
stripe-ruby v4.9.1
- #750 Catch error and warn if unable to remove a method
stripe-ruby v4.9.0
- #739 Add support for
SubscriptionSchedule
andSubscriptionScheduleRevision
stripe-ruby v4.8.1
stripe-ruby v4.8.0
- #741 Use
FaradayStripeEncoder
to encode all parameter styles
stripe-ruby v4.7.1
- #740 Fix query encoding for integer-indexed maps
stripe-ruby v4.7.0
- #735 Rename
CheckoutSession
toSession
and move it under theCheckout
namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach.