Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Releases: stelescuraul/rls

v2.1.3

13 Jan 21:35

Choose a tag to compare

2.1.3 (2026-01-13)

Bug Fixes

  • update nestjs supported versions (6d2776c)

v2.1.2

28 Jul 15:20
f2c9191

Choose a tag to compare

2.1.2 (2025-07-28)

Bug Fixes

  • multiple queries in transaction for the same connection in the pool (418e47c)

v2.1.1

27 May 21:36

Choose a tag to compare

2.1.1 (2025-05-27)

Bug Fixes

  • set publish access to public (5d5f3bd)

v2.0.0

23 Aug 07:51

Choose a tag to compare

What's Changed

feat: upgrade to typeorm v0.3.0 by @stelescuraul in https://github.com/Avallone-io/rls/pull/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: Avallone-io/rls@v1.4.0...v2.0.0

v1.4.0

23 Aug 07:51

Choose a tag to compare

What's Changed

Full Changelog: Avallone-io/rls@v1.3.0...v1.4.0