Releases: stripe/stripe-ruby
Releases · stripe/stripe-ruby
v13.2.0-beta.3
- #1484 Update generated code for beta
v13.1.2
v13.2.0-beta.2
- #1480 Update generated code for beta
- Add support for new resources
Issuing.FraudLiabilityDebit
,PaymentAttemptRecord
, andPaymentRecord
- Add support for
list
andretrieve
methods on resourcesFraudLiabilityDebit
andPaymentAttemptRecord
- Add support for
report_payment_attempt_canceled
,report_payment_attempt_failed
,report_payment_attempt_guaranteed
,report_payment_attempt
,report_payment
, andretrieve
methods on resourcePaymentRecord
- Add support for new resources
v13.1.1
v13.2.0-beta.1
- #1477 Update generated code for beta
- Add support for
trigger_action
method on resourcePaymentIntent
- Add support for
v13.1.0
- #1472 This release changes the pinned API version to
2024-10-28.acacia
.- Add support for
submit_card
test helper method on resourceIssuing.Card
- Add support for new resource
V2.EventDestinations
- Add support for
create
,retrieve
,update
,list
,delete
,disable
,enable
andping
methods on resourceV2.EventDestinations
- Add support for
- #1476 Fix APIResource#retrieve bug not returning instance of custom resources
- Fix bug in APIResource#refresh and APIResource#retrieve where they returned an instance of
StripeObject
for custom resources. They should now return the instance of the custom resource.
- Fix bug in APIResource#refresh and APIResource#retrieve where they returned an instance of
v13.0.2
-
#1473 Always return the result of APIResource#refresh in APIResource.retrieve
- Fix bug where we would not return the mutated
self
object when callingAPIResource.retrieve
- Fix bug where we would not return the mutated
v13.1.0-beta.3
- #1469 Update generated code for beta
v13.0.1
v13.1.0-beta.2
- #1468 Update generated code for beta
- Add support for
submit_card
test helper method on resourceIssuing.Card
- Add support for