Skip to content

v22.0.2

Choose a tag to compare

@prathmesh-stripe prathmesh-stripe released this 16 Apr 14:53
· 29 commits to master since this release
  • #2685 Adds parseEventNotificationAsync to match existing sync function
  • #2681 Add emitEventBodies config to include bodies in request/response events
    • Added emitEventBodies config option to include request and response bodies in request/response events.
    • Changed httpClient config type from HttpClient class to HttpClientInterface interface.
  • #2670 tolerance, receivedAt, timestamp are now optional in Webhook.ts
  • #2677 Fixed named export for Bun
    // ✅ Fixed
    import { Stripe } from 'stripe';

See the changelog for more details.