Skip to content

v9.0.0

Compare
Choose a tag to compare
@adborroto adborroto released this 01 Apr 08:32
· 3 commits to master since this release

9.0.0 (2025-04-01)

⚠ BREAKING CHANGES

  • Updated to MongoDB driver v6 which requires:
  • BSON types must be from version 6.x
  • Node.js version compatible with MongoDB 6.x
  • Updated connection patterns and BSON handling
  • Removed support for deprecated methods
  • support mongo v6 and update mongoist

Features

  • enhance documentation (e98640e)
  • migrate to ts (1f8f10f)
  • support mongo v6 and update mongoist (5017252)
  • typescript convertion (54a54b7)
  • update deps and support mongo v7 (42aa306)
  • deps: bump mongoist & mongo memory server to use version 5.0.18 (f2b2343)
  • mongodb: add support to native mongodb 3+ (9c64b88)

Bug Fixes

  • lint fixes (2110240)
  • restore express dependency and improve findWithPagination function (6e7401d)
  • update collation type and simplify utils function (4ae455b)
  • deps: update dependency node to v18 (94c87f9)