Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 3.77 KB

HISTORY.md

File metadata and controls

64 lines (32 loc) · 3.77 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.1 (2023-10-18)

Bug Fixes

6.0.0 (2023-08-28)

⚠ BREAKING CHANGES

  • NODE-5585: adopt mongodb driver v6 (#26)
  • NODE-5432: remove addUser and collection.stats (#22)
  • NODE-5416: bump minimum Node.js version to v16.20.1 (#18)

Features

  • NODE-5416: bump minimum Node.js version to v16.20.1 (#18) (b176e49)
  • NODE-5432: remove addUser and collection.stats (#22) (0a3b91d)
  • NODE-5585: adopt mongodb driver v6 (#26) (0f086ce)

5.0.0 (2023-01-31)

⚠ BREAKING CHANGES

  • NODE-4885: adopt mongodb v5.0.0 (#14)

Features

Bug Fixes

  • NODE-5002: cloned cursors are not legacy api (#11) (5413962)

4.0.1 (2023-01-17)

Bug Fixes

  • NODE-4957: Missing callback typings for insertOne method (#10) (613e4b7)

4.0.0 (2022-09-19)

Features

  • NODE-4541: implement legacy callback wrapper library (#1) (a539ec3)
  • NODE-4559: add mongodb-legacy metadata (#5) (41437ea)
  • NODE-4592: add type defs for wrapped methods (#3) (d59a002)

Bug Fixes

  • NODE-4626: remove nested import logic (#7) (61b469e)

0.0.0 (2022-08-17)