Skip to content

v6.1.12

Compare
Choose a tag to compare
@B4nan B4nan released this 24 Mar 11:35
· 181 commits to master since this release

6.1.12 (2024-03-24)

Bug Fixes

  • core: fix assignability of partially loaded entities (9de4965), closes #5374
  • core: fix inlining of $and conditions (8ddb3e4), closes #5368
  • entity-generator: try to resolve errors for foreign keys without indexes (f2094ab), closes #5364
  • postgres: fix query for loading all foreign keys from existing schema (2eb85d5), closes #5364
  • reflection: fallback to not proving path to tsconfig if not found (a24d80d)

Features

  • cli: add reason for failed connection check in debug command (d61e248)
  • core: allow passing EntityManager or EntityRepository to @CreateRequestContext decorator (184cdd4)
  • postgres: add ?, ?| and ?& json operators (#5366) (6418872), closes #4678

Performance Improvements

  • postgres: try to optimize loading of foreign keys (2dff96b), closes #5364