Skip to content

v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 04:40
ba3d896

New features

  • Add webhook signature verification with configurable timestamp tolerance.
  • Add ConstructEvent and ConstructEventWithDefaultTolerance.
  • Support structured webhook values, including customVariables.
  • Add ConstructLogEventBatch and ConstructLogEventBatchWithDefaultTolerance for batched log events.
  • Add typed InvalidSignatureError and InvalidPayloadError errors.

Bug fixes

  • Improve invalid webhook payload handling and required-field validation.
  • Prevent batched log events from being parsed as single webhook events.

Full Changelog: v2.1.0...v2.2.0