- #2685 Adds
parseEventNotificationAsyncto match existing sync function - #2681 Add emitEventBodies config to include bodies in request/response events
- Added
emitEventBodiesconfig option to include request and response bodies inrequest/responseevents. - Changed
httpClientconfig type fromHttpClientclass toHttpClientInterfaceinterface.
- Added
- #2670 tolerance, receivedAt, timestamp are now optional in Webhook.ts
- #2677 Fixed named export for Bun
// ✅ Fixed import { Stripe } from 'stripe';