Event parsing helpers skip re-verification; API version constant added
v22.5.0
3 featuresThis release3 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
-
#2805 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
-
#2794 add/adjust event parsing helpers
- Added methods that return their respective
Event/EventNotificationobjects 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.stripe.webhooks.constructEventWithoutVerification(payload)stripe.constructEventWithoutVerification(payload)stripe.parseEventNotificationWithoutVerification(payload)
- Added methods that return their respective
-
#2799 Add
stripe.major_api_versionconstant
Fetched August 11, 2026
