File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # [ 6.0.0] ( https://github.com/mikro-orm/nestjs/compare/v5.2.3...v6.0.0 ) (2023-08-23)
2
+
3
+ ### Features
4
+
5
+ * support MikroORM v6 ([ #153 ] ( https://github.com/mikro-orm/nestjs/issues/153 ) ) ([ a3ad8d6] ( https://github.com/mikro-orm/nestjs/commit/a3ad8d6 ) )
6
+ * register driver specific MikroORM provider ([ #176 ] ( https://github.com/mikro-orm/nestjs/issues/176 ) ) ([ d65b268] ( https://github.com/mikro-orm/nestjs/commit/d65b268 ) )
7
+
8
+ ### Bug Fixes
9
+
10
+ * await ` useFactory ` resolution when registering MikroORM with ` forRootAsync ` ([ #166 ] ( https://github.com/mikro-orm/nestjs/issues/166 ) ) ([ ae637bd] ( https://github.com/mikro-orm/nestjs/commit/ae637bd ) )
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - MikroORM v6 and Nest v10 required
15
+ - Node 18.12+ and TS 5.0+ required
16
+ - https://mikro-orm.io/docs/upgrading-v5-to-v6
17
+
18
+
1
19
# [ 5.2.3] ( https://github.com/mikro-orm/nestjs/compare/v5.2.2...v5.2.3 ) (2023-08-23)
2
20
3
21
### Features
You can’t perform that action at this time.
0 commit comments