Releases: puzpuzpuz/cls-rtracer
Releases · puzpuzpuz/cls-rtracer
2.6.3
- Update
uuid
to 9.0.0 (#70)
2.6.2
- Fix wrapped EventEmitter listener leak (#62)
2.6.1
- Fix EventEmitter wrapper to support same listener on multiple events (#60)
- Update uuid (#52)
- Add pino integration samples (#50)
2.6.0
- Allow intercepted request to be used by requestIdFactory function (#48)
2.5.1
- Fix echoing header in Hapi plugin for error responses (#45)
2.5.0
- Add optional echoing back for request ids in response headers (#44)
2.4.0
- Add requestIdFactory option (#40)
2.3.0
- Add support for Fastify v3 (#36)
2.2.1
- Fix EE wrapper to patch listeners instead of emit (#39)
2.2.0
- 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)