Releases: erikc5000/nest-mongodb
Releases · erikc5000/nest-mongodb
v6.4.0
6.3.1
What's Changed
- Fix application shutdown behavior by @erikc5000 in #9
Full Changelog: v6.3.0...v6.3.1
6.3.0
- Add support for NestJS 8.x
- Add support for MongoDB driver 4.x
The useNewUrlParser
option is no longer provided by the default MongoClient
options since it's removed in version 4.0.0. If you're using an older version of the driver, you may need to supply this option manually.