Skip to content

Latest commit

 

History

History
199 lines (101 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

199 lines (101 loc) · 8.66 KB

2.0.4 (2023-02-28)

Bug Fixes

  • skip resetting RLS on errored transactions (#213) (8ac921c)

2.0.3 (2022-11-22)

Bug Fixes

2.0.2 (2022-11-22)

Bug Fixes

2.0.1 (2022-11-21)

Bug Fixes

  • rls settings on connection in pg pool (f97de54)

2.0.0 (2022-08-23)

Features

  • upgrade to typeorm v0.3.0 (40d0812)

BREAKING CHANGES

  • must use at least node v14, typeorm v0.3.0 and @nestjs/typeorm v8.1.0

1.4.0 (2022-08-08)

Features

  • allow async factory function on forRoot (1d1f855)

1.3.0 (2022-03-28)

Bug Fixes

Features

  • update packages (36c750b)
  • update to node 16 and typeorm 0.2.45 (75bea0c)

1.2.0 (2021-11-23)

Features

  • typeorm: update typeorm version release (ef24f29)

1.1.9 (2021-10-07)

Bug Fixes

  • running rls set on transaction rollback (8a56682)
  • running rls set on transaction rollback (ad8c3ca)
  • deps: bump semver-regex from 3.1.2 to 3.1.3 (3f7e65e)

1.1.8 (2021-09-10)

Bug Fixes

1.1.7 (2021-08-23)

Bug Fixes

1.1.6 (2021-08-23)

Bug Fixes

  • dependabot: update config (d4ff445)

1.1.5 (2021-08-02)

Bug Fixes

  • manager: use the right manager for repository (c917d94)

1.1.4 (2021-07-20)

Bug Fixes

  • allow typeorm peer dep 0.2.31 (2ecf206)

1.1.3 (2021-07-19)

Bug Fixes

  • add relation connection wrapper (f521e3c)

1.1.2 (2021-06-27)

Bug Fixes

  • update readme to reflect the nestjs module (2174b61)

1.1.1 (2021-06-26)

Bug Fixes

  • allow nestjs to import modules (deed505)

Performance Improvements

1.1.0 (2021-06-24)

Bug Fixes

Features

  • use forFeature as dynamic module (0afbe90)

1.0.2 (2021-06-23)

Bug Fixes

1.0.1 (2021-06-03)

Bug Fixes

1.0.0 (2021-06-03)

Bug Fixes

  • add cleanup on each connection (1c8ab3c)
  • add connection to metadatas (a8e930f)
  • add utility function toJson (6f3fb65)
  • allow testing with/without docker (da3d043)
  • don't allow to close virtual connection (677f696)
  • multiple connections and users (74df27a)
  • register the entities as providers (0b46c5c)
  • remove the name from ormconfig (95be582)
  • run all tests (a31716b)
  • security update on dependency (92686cd)
  • update release pipeline (c53853f)
  • update test utils (d736eba)

Features

  • add coverage report open script (5204fcf)
  • add forRoot and and export providers (ad387de)
  • add test configs (85275cf)
  • export interfaces (25de9a1)
  • rls: add rls classes and modules (b54acb0)