Download Latest Version v19.5.0 source code.zip (5.8 MB)
Email in envelope

Get an email when there's a new version of Stripe Ruby Library

Home / v19.5.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-10 1.4 kB
v19.5.0 source code.tar.gz 2026-08-10 4.3 MB
v19.5.0 source code.zip 2026-08-10 5.8 MB
Totals: 3 Items   10.1 MB 0
  • #1932 Handle break in auto-paging blocks
  • Rescues LocalJumpError to prevent crash when calling break inside an auto_paging_each
  • #1927 Surface object property on EventNotification
  • #1918 add/adjust event parsing helpers

  • Added methods that return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.

    • Webhook#construct_event_without_verification(payload)
    • StripeClient#parse_event_notification_without_verification(payload)
  • #1924 Discard the connection when a request is interrupted
  • Fix connection reuse after a request is interrupted by a non-StandardError exception (e.g. from rack-timeout), which could cause subsequent requests to receive a previous request's response

See the changelog for more details.

Source: README.md, updated 2026-08-10