Releases: needle-innovision/nestjs-tenancy
Releases · needle-innovision/nestjs-tenancy
Docs update
Full Changelog: v3.0.1...v3.0.2
Updated docs
Full Changelog: v3.0.0...v3.0.1
Upgraded nest version dependencies to v9
What's Changed
- Fixes by @sandeepsuvit in #35
- Feature/feature/nest version9 upgrade by @sandeepsuvit in #36
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Upgraded dependencies to support nestjs version 8 by @sandeepsuvit in #25
- Reverted nestjs 8 upgrade by @sandeepsuvit in #26
- Feature/nest version8 upgrade by @sandeepsuvit in #28
Full Changelog: v1.0.21...v2.0.0
v1.0.21
Full Changelog: v1.0.20...v1.0.21
Code refactoring
Published missing commits
v1.0.18 1.0.18
Code cleanup
v1.0.16 1.0.16
v1.0.15
What's Changed
- Change tenancy-options uri to Promise or `string by @ephrimlawrence in #14
New Contributors
- @ephrimlawrence made their first contribution in #14
Full Changelog: v1.0.14...v1.0.15
Support for transactions
Added a feature support for the tenancy module to work with mongo transactions. For this to work please provide forceCreateCollections: true
in the TenancyModuleOptions
that is set while configuring the module with your application. This option is turned off by default.