MikroORM v4.5.3 Release Notes

Release Date: 2021-04-09 // about 3 years ago
  • ๐Ÿ› 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

    ๐Ÿ”‹ Features

    • postgres: fix batch inserts with PKs with custom field name (4500ca7), closes #1595
    • ๐Ÿ— query-builder: allow passing raw query bindings via qb.raw() (aa423a5), closes #1654