-
#1932 Handle break in auto-paging blocks
- Rescues
LocalJumpErrorto prevent crash when callingbreakinside anauto_paging_each
- Rescues
-
#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)
- Added methods that return their respective
-
#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