Fastify Request Context Versions Save

Request-scoped storage support, based on Asynchronous Local Storage (with fallback to cls-hooked)

v5.1.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/v5.0.0...v5.1.0

v5.0.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/v4.2.0...v5.0.0

v4.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/v4.1.0...v4.2.0

v4.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/v4.0.0...v4.1.0

v3.1.1

1 year ago

Same as v3.0.0.

v4.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/v3.0.0...v4.0.0

v3.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-request-context/compare/2.2.0...v3.0.0

2.2.0

2 years ago
  • TypeScript: Enable specifying interface for context data #48

2.1.3

3 years ago
  • Avoid emitting a deprecation warning for the decorator

2.1.1

3 years ago

Fix exported TypeScript type