Skip to content

Releases: stripe/stripe-ruby

v13.2.0-beta.3

15 Nov 00:00
Compare
Choose a tag to compare
v13.2.0-beta.3 Pre-release
Pre-release
  • #1484 Update generated code for beta

See the changelog for more details.

v13.1.2

15 Nov 15:26
Compare
Choose a tag to compare
  • #1488 Fix incorrect key in param encoding
  • #1487 Update VSCode default extensions to use solargraph instead of ruby lsp

See the changelog for more details.

v13.2.0-beta.2

07 Nov 22:10
Compare
Choose a tag to compare
v13.2.0-beta.2 Pre-release
Pre-release
  • #1480 Update generated code for beta
    • Add support for new resources Issuing.FraudLiabilityDebit, PaymentAttemptRecord, and PaymentRecord
    • Add support for list and retrieve methods on resources FraudLiabilityDebit and PaymentAttemptRecord
    • Add support for report_payment_attempt_canceled, report_payment_attempt_failed, report_payment_attempt_guaranteed, report_payment_attempt, report_payment, and retrieve methods on resource PaymentRecord

See the changelog for more details.

v13.1.1

06 Nov 22:38
Compare
Choose a tag to compare
  • #1483 Fix APIResource#retrieve not sending stripe_version
  • #1478 Update changelog with a note on 2024-10-28.acacia API version

See the changelog for more details.

v13.2.0-beta.1

29 Oct 23:07
Compare
Choose a tag to compare
v13.2.0-beta.1 Pre-release
Pre-release
  • #1477 Update generated code for beta
    • Add support for trigger_action method on resource PaymentIntent

See the changelog for more details.

v13.1.0

29 Oct 21:16
Compare
Choose a tag to compare
  • #1472 This release changes the pinned API version to 2024-10-28.acacia.
    • Add support for submit_card test helper method on resource Issuing.Card
    • Add support for new resource V2.EventDestinations
    • Add support for create, retrieve, update, list, delete, disable, enable and ping methods on resource V2.EventDestinations
  • #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.

See the changelog for more details.

v13.0.2

23 Oct 18:03
Compare
Choose a tag to compare
  • #1473 Always return the result of APIResource#refresh in APIResource.retrieve

    • Fix bug where we would not return the mutated self object when calling APIResource.retrieve

See the changelog for more details.

v13.1.0-beta.3

18 Oct 19:03
Compare
Choose a tag to compare
v13.1.0-beta.3 Pre-release
Pre-release
  • #1469 Update generated code for beta

See the changelog for more details.

v13.0.1

18 Oct 18:42
Compare
Choose a tag to compare
  • #1471 update object tags for meter-related classes

    • fixes a bug where the object property of the MeterEvent, MeterEventAdjustment, and MeterEventSession didn't match the server.
  • #1470 Cleaned up examples and added documentation

See the changelog for more details.

v13.1.0-beta.2

08 Oct 19:25
Compare
Choose a tag to compare
v13.1.0-beta.2 Pre-release
Pre-release
  • #1468 Update generated code for beta
    • Add support for submit_card test helper method on resource Issuing.Card

See the changelog for more details.