Skip to content

Releases: mikkopiu/lambda-deadline-middleware

v2.0.0

23 Jun 11:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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)

v1.1.0

15 Jun 17:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.0 (2026-06-15)

Features

  • simplify significantly, drop OTel (01c1bc0)

Bug Fixes

  • deps: enforce fixed esbuild@0.28.1 (77c9179)

v1.0.1

12 Jun 19:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.0.1 (2026-06-12)

Bug Fixes

  • provenance config, missing repo link (a2827c0)