Skip to content

v6.5.6

Choose a tag to compare

@B4nan B4nan released this 25 Sep 06:58
· 157 commits to master since this release

6.5.6 (2025-09-25)

Bug Fixes

  • core: account for nullability when applying default value (#6880) (9763275), closes #6879
  • core: enhance type of bigint, array, decimal properties when using defineEntity helper (#6873) (42e7df1)
  • core: ensure em.refresh will refresh detached entities too (c156e30), closes #6867
  • core: prevent stack overflow errors when populating relations on lots of entities with select-in strategy (#6874) (d5c23c7)

Features

  • core: allow sha256 hashing in FileCacheAdapter (#6866) (21d364d)
  • schema: add skipTables and skipColumns options to schema generator (#6870) (5937ab6), closes #5346