Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:25
· 31 commits to main since this release
Immutable release. Only release title and notes can be modified.

2.0.0 (2026-06-23)

⚠ BREAKING CHANGES

  • deadlineMiddleware() no longer accepts options.
    flushBufferMs moves to withLambdaDeadline(handler, options).
    getRemainingTimeInMillis and Milliseconds are no longer exported.

Features

  • Single signal per invocation, drop per-request timer (e03a9dd)