6.0.2 (2024-06-04)
- allow dev versions of
@mikro-orm/core(685d7e7) - register
MongoMikroORMprovider even if we fail to infer driver from config and there is mongo installed (7e73205)
6.0.1 (2024-05-19)
6.0.0 (2024-05-19)
- MikroORM v6 and Nest v10 required
- Node 18.12+ and TS 5.0+ required
- https://mikro-orm.io/docs/upgrading-v5-to-v6
5.2.3 (2023-08-23)
- defer automatic
clearcall onautoLoadEntitiescache done on shutdown (8b670eb)
5.2.2 (2023-08-23)
5.2.1 (2023-08-16)
- support NestJS 10
- support TS 5
- support custom repositories in v6
- export
MikroORMsprovider (#88)
- tries to fix issue with async
useFactory - tries to fix issue with
autoLoadEntitiesand repeatableinit/closecalls
- fixes some edge cases after the fix from 5.1.3
- removes yarn v3 constraint from package.json
engines
- this version uses different mechanism for registering the EntityManager flavours (e.g.
SqlEntityManager), which should also help with pnpm dependency resolution issues
- this version adds all ORM packages as optional peer dependencies, which might help with PNPM dependency resolution (#81)
- make the
forFeaturetype more loose and accept anyEntitySchema(c0012c9) - return same EM fork for EM from core and driver packages (#82) (d6789f6)
- ensure correct application shutdown with forRootAsync and multiple databases (#75) (91b6faf)
- ensure correct
contextNameinforRootAsync(#74) (4609e5d)
5.0.0 (2022-02-20)
- support multiple database connections (#56) (df4725b)
- return value from UseRequestContext callback (#28) (4bf5b0f)
- MikroORM v5 and Nest v8 required
@UseRequestContextdecorator is now moved to thecorepackage- Node 14+ and TS 4.1+ required
- https://mikro-orm.io/docs/upgrading-v4-to-v5
4.3.0 (2021-08-19)
4.2.0 (2020-09-25)
4.1.0 (2020-09-23)
- core: add
@UseRequestContext()decorator (7aeac9d), closes #5 - core: add
autoLoadEntitiesoption (ceaf16e), closes #8