Releases: stelescuraul/rls
Releases · stelescuraul/rls
v2.0.0
What's Changed
feat: upgrade to typeorm v0.3.0 by @stelescuraul in #139
- Update to be able to use typeorm >v0.3.0 and @nestjs/typeorm >v8.1.0.
- Update package dependencies
- Use typeorm datasource
- Don't allow destroy on RLSConnection
- Mark close as deprecated as it is in the base class
- Remove custom repositories from RLSModule to comply with nestjs/typeorm upstream
- Update tests to use new relation structure
- Add test for relationLoadStrategy: 'query'
- Add tests for all find operators (findOne, findOneBy, find, findBy)
- Update test utils to use DataSource
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- feat: allow async factory function on forRoot by @stelescuraul in #133
Full Changelog: v1.3.0...v1.4.0