puzpuzpuz/cls-rtracer
Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included
19 Releases
Latest: 1mo ago
2.6.4Latest
📋 Changes
- Fix EventEmitter wrapper to remove the correct listener (#78)
2.6.3
📋 Changes
- Update `uuid` to 9.0.0 (#70)
2.6.2
📋 Changes
- Fix wrapped EventEmitter listener leak (#62)
2.6.1
📋 Changes
- Fix EventEmitter wrapper to support same listener on multiple events (#60)
- Update uuid (#52)
- Add pino integration samples (#50)
2.6.0
📋 Changes
- Allow intercepted request to be used by requestIdFactory function (#48)
2.5.1
📋 Changes
- Fix echoing header in Hapi plugin for error responses (#45)
2.5.0
📋 Changes
- Add optional echoing back for request ids in response headers (#44)
2.4.0
📋 Changes
- Add requestIdFactory option (#40)
2.3.0
📋 Changes
- Add support for Fastify v3 (#36)
2.2.1
📋 Changes
- Fix EE wrapper to patch listeners instead of emit (#39)
2.2.0
📋 Changes
- Migrate from factory function to single instance of Fastify plugin (#34)
- Important note: this change breaks compatibility of recently introduced Fastify plugin
- Fix typings for runWithId (#33)
2.1.0
📋 Changes
- Add Fastify plugin (#30)
- Also documents the middleware for Fastify as deprecated
- Add runWithId function (#31)
2.0.0
📋 Changes
- Migrate from cls-hooked to ALS (#28):
- Also includes: update dependencies to the latest stable versions
1.4.1
📋 Changes
- Fix engines expression in `package.json` (#27)
1.4.0
📋 Changes
- Migrate to UUID V1 (#22)
1.3.0
📋 Changes
- Add Hapi support (#14)
1.2.0
📋 Changes
- Add Fastify support (#6)
- Add Koa v1 support (#7)
1.1.1
📋 Changes
- Fix missing typings in npm artifact
1.1.0
Includes #3
