Releases: mikro-orm/nestjs
Releases Β· mikro-orm/nestjs
v6.0.2
Bug Fixes
- allow dev versions of
@mikro-orm/core
(685d7e7)
- register
MongoMikroORM
provider even if we fail to infer driver from config and there is mongo installed (7e73205)
Full Changelog: v6.0.1...v6.0.2
v6.0.1
6.0.1 (2024-05-19)
Bug Fixes
- reuse single
MikroORM
instance (3656eaf)
- improve support for driver specific imports (a71c354)
v6.0.0
6.0.0 (2024-05-19)
Features
Bug Fixes
- await
useFactory
resolution when registering MikroORM with forRootAsync
(#166) (ae637bd)
BREAKING CHANGES
v5.2.3
What's Changed
- fix: defer automatic clear call on autoLoadEntities cache done on shutdown 8b670e
Full Changelog: v5.2.2...v5.2.3
v5.2.1
Bug Fixes
- fix weird bugs when
vitest
is used with autoLoadEntities
(cd7767a), closes #134
Features
v5.1.6
What's Changed
- tries to fix issue with async
useFactory
- tries to fix issue with
autoLoadEntities
and repeatable init/close
calls
Full Changelog: v5.1.4...v5.1.6