4.5.3 (2021-04-09)
Bug Fixes
- core: do not auto-join composite relations when not needed (b1420a6), closes #1658
- core: ensure eager loaded relations are actually loaded (897c7bd), closes #1657
- core: fix aliasing of embeddables in update query (#1650) (6cb5f62)
- discovery: fix metadata validation of nested embeddables (1d7c123), closes #1616
- knex: find by custom types with object subconditions (#1656) (d8c328a)
- postgres: improve extra updates logic for batch updates (84b40bc), closes #1664
- postgres: fix batch inserts with PKs with custom field name (4500ca7), closes #1595