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
orEntityRepository
to@CreateRequestContext
decorator (184cdd4) - postgres: add
?
,?|
and?&
json operators (#5366) (6418872), closes #4678