Skip to content

v6.4.5

Latest
Compare
Choose a tag to compare
@B4nan B4nan released this 30 Jan 08:35
· 9 commits to master since this release

6.4.5 (2025-01-30)

Bug Fixes

  • core: allow querying by embedded instance with em.findAndCount (#6370) (9e60817), closes #6353
  • core: ensure populating Ref properties do not result in TypeError (7d34645)
  • core: fix creating new entities with composite props that share a column (68c79b2), closes #6360
  • core: fix processing of queries for composite props that share a column (c01522d), closes #6359

Features

  • migrations: allow returning promise from generateMigrationFile (af75d06), closes #6364