Papooch / nestjs-cls

A continuation-local storage (async context) module compatible with NestJS's dependency injection.
https://papooch.github.io/nestjs-cls/
MIT License
431 stars 28 forks source link

feat: add support for transaction propagation modes #111

Closed Papooch closed 8 months ago

Papooch commented 8 months ago

Closes #108

BREAKING CHANGE: The default mode is now REQUIRED which re-uses the transaction if one exists, while previously a new one was always started.