-
#1874 Add async iteration to v2 list auto-pagination
- Adds
async forsupport to v2ListObject.auto_paging_iter().
- Adds
-
#1869 Surface
objectproperty onEventNotification -
#1867 Emit Claude Code plugin hint at module load time
- Emits new Claude Code plugin hint when
CLAUDECODEorCLAUDE_CODE_CHILD_SESSIONenvironment variables are detected.
- Emits new Claude Code plugin hint when
-
#1855 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.construct_event_without_verification(payload)StripeClient.parse_event_notification_without_verification(payload)
- Added
WebhookSignature.generate_signature_header(payload, secret, timestamp=None), which computes a fullStripe-Signatureheader for the given payload. Useful for unit tests!
- Added methods that return their respective
-
#1863 Add
stripe.major_api_versionconstant