| Name | Modified | Size | Downloads / 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
LocalJumpErrorto prevent crash when callingbreakinside anauto_paging_each - #1927 Surface
objectproperty onEventNotification -
#1918 add/adjust event parsing helpers
-
Added methods that return their respective
Event/EventNotificationclass 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