Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@stelescuraul stelescuraul released this 23 Aug 07:51
· 31 commits to master since this release

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