Skip to content

v6.5.3

Choose a tag to compare

@B4nan B4nan released this 13 Sep 09:00
· 189 commits to master since this release

6.5.3 (2025-09-13)

Bug Fixes

  • core: align implementation of filters in em.find and em.count (ead5074), closes #6823
  • core: export RequiredNullable from @mikro-orm/core (#6836) (961ee74)
  • core: fix propagation from em.transactional with composite custom type PK (0b82f43), closes #6825
  • core: include hidden properties when refreshing via em.refresh() (9a7bbc3), closes #6828
  • query-builder: properly wrap composite keys in join conditions (#6831) (b720ca5), closes #6830
  • query-builder: skip branching on to-one joins (#6826) (65812c4), closes #6824