Skip to content

v1.5.0

Choose a tag to compare

@livetocode livetocode released this 09 Aug 15:03
· 82 commits to main since this release

Full Changelog: v1.4.0...v1.5.0

This release only touches the "node-mongo" package and bumped it to v8.0.0:

  • Upgrade to the latest versions of MongoDB (6.18.0) and Mongoose (8.17.1).
  • WARNING! We jumped two major releases of MongoDB and there are a few breaking changes such as findOneAndUpdate which might return null.
  • Remove deprecated connection options such as useNewUrlParser and useUnifiedTopology.
  • Upgrade the mock server to the latest 8.0.12 version.