Skip to content

Releases: mikro-orm/nestjs

v6.0.1

19 May 19:57
Compare
Choose a tag to compare

6.0.1 (2024-05-19)

Bug Fixes

  • reuse single MikroORM instance (3656eaf)
  • improve support for driver specific imports (a71c354)

v6.0.0

19 May 18:02
Compare
Choose a tag to compare

6.0.0 (2024-05-19)

Features

Bug Fixes

  • await useFactory resolution when registering MikroORM with forRootAsync (#166) (ae637bd)

BREAKING CHANGES

v5.2.3

24 Dec 09:47
Compare
Choose a tag to compare

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.2

23 Sep 07:46
Compare
Choose a tag to compare

Full Changelog: v5.2.1...v5.2.2

Features

  • clear the autoLoadEntities cache automatically on app shutdown (#4733) (aca7c01)

v5.2.1

16 Aug 22:21
Compare
Choose a tag to compare

Bug Fixes

  • fix weird bugs when vitest is used with autoLoadEntities (cd7767a), closes #134

Features

v5.2.0

24 Jun 17:11
Compare
Choose a tag to compare

What's Changed

  • support NestJS 10

Full Changelog: v5.1.8...v5.2.0

v5.1.8

29 Mar 10:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.7...v5.1.8

v5.1.7

29 Mar 10:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.6...v5.1.7

v5.1.6

09 Jan 21:16
Compare
Choose a tag to compare

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

v5.1.5

19 Dec 20:54
Compare
Choose a tag to compare
  • fixes some edge cases after the fix from 5.1.3