mongodb/node-mongodb-native
### [`v4.14.0`](https://togithub.com/mongodb/node-mongodb-native/releases/tag/v4.14.0)
[Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v4.13.0...v4.14.0)
The MongoDB Node.js team is pleased to announce version 4.14.0 of the mongodb package!
##### Deprecations
- **NODE-4992:** Deprecate methods and options that reference legacy logger ([#3532](https://togithub.com/mongodb/node-mongodb-native/issues/3532)) ([6c94b4a](https://togithub.com/mongodb/node-mongodb-native/commit/6c94b4a826f51796a23d26f0d1976e5dfcd88d88))
##### Bug Fixes
- **NODE-4999:** Write Concern 0 Must Not Affect Read Operations ([#3541](https://togithub.com/mongodb/node-mongodb-native/issues/3541)) ([ddfc2b9](https://togithub.com/mongodb/node-mongodb-native/commit/ddfc2b9bc0475b3d18db355ed73cebfccaf6b874))
- **NODE-5026:** revert "ensure that MessageStream is destroyed when connections are destroyed" ([#3551](https://togithub.com/mongodb/node-mongodb-native/issues/3551)) ([c4da623](https://togithub.com/mongodb/node-mongodb-native/commit/c4da623b1b30439521ce59e4d9db810ea7d213e2))
#### Documentation
- Reference: https://docs.mongodb.com/drivers/node/current/
- API: https://mongodb.github.io/node-mongodb-native/4.14/
- Changelog: [HISTORY.md](https://togithub.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
We invite you to try the mongodb library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE).
### [`v4.13.0`](https://togithub.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#4130-httpsgithubcommongodbnode-mongodb-nativecomparev4121v4130-2022-12-19)
[Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v4.12.1...v4.13.0)
##### Features
- **NODE-4691:** interrupt in-flight operations on heartbeat failure ([#3457](https://togithub.com/mongodb/node-mongodb-native/issues/3457)) ([e641bd4](https://togithub.com/mongodb/node-mongodb-native/commit/e641bd44ef39d64b8b572e7a8ab6bfc71a2b4bed))
- **NODE-4810:** define the new Logger ([#3475](https://togithub.com/mongodb/node-mongodb-native/issues/3475)) ([6ef11d7](https://togithub.com/mongodb/node-mongodb-native/commit/6ef11d70c07e2e223d376e7527354ddf758a163a))
##### Bug Fixes
- **NODE-4447:** disable causal consistency in implicit sessions ([#3479](https://togithub.com/mongodb/node-mongodb-native/issues/3479)) ([6566fb5](https://togithub.com/mongodb/node-mongodb-native/commit/6566fb58400c956bb5e56bd7c8affe2ebf2ce558))
- **NODE-4834:** ensure that MessageStream is destroyed when connections are destroyed ([#3482](https://togithub.com/mongodb/node-mongodb-native/issues/3482)) ([8338bae](https://togithub.com/mongodb/node-mongodb-native/commit/8338bae933c777dee4e7e49dbcf52c4fd7047528))
##### [4.12.1](https://togithub.com/mongodb/node-mongodb-native/compare/v4.12.0...v4.12.1) (2022-11-23)
##### Bug Fixes
- **NODE-4830:** lazily import aws module ([#3476](https://togithub.com/mongodb/node-mongodb-native/issues/3476)) ([ff375e9](https://togithub.com/mongodb/node-mongodb-native/commit/ff375e9cfb84c85b7036a7ef0f87385d3ec126bb))
- **NODE-4831:** check map value is not undefined ([#3477](https://togithub.com/mongodb/node-mongodb-native/issues/3477)) ([9795cdb](https://togithub.com/mongodb/node-mongodb-native/commit/9795cdb19f8e652b4dc4badd4fe8e6d1a7b837a6))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.12.1
->4.14.0
Release Notes
mongodb/node-mongodb-native
### [`v4.14.0`](https://togithub.com/mongodb/node-mongodb-native/releases/tag/v4.14.0) [Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v4.13.0...v4.14.0) The MongoDB Node.js team is pleased to announce version 4.14.0 of the mongodb package! ##### Deprecations - **NODE-4992:** Deprecate methods and options that reference legacy logger ([#3532](https://togithub.com/mongodb/node-mongodb-native/issues/3532)) ([6c94b4a](https://togithub.com/mongodb/node-mongodb-native/commit/6c94b4a826f51796a23d26f0d1976e5dfcd88d88)) ##### Bug Fixes - **NODE-4999:** Write Concern 0 Must Not Affect Read Operations ([#3541](https://togithub.com/mongodb/node-mongodb-native/issues/3541)) ([ddfc2b9](https://togithub.com/mongodb/node-mongodb-native/commit/ddfc2b9bc0475b3d18db355ed73cebfccaf6b874)) - **NODE-5026:** revert "ensure that MessageStream is destroyed when connections are destroyed" ([#3551](https://togithub.com/mongodb/node-mongodb-native/issues/3551)) ([c4da623](https://togithub.com/mongodb/node-mongodb-native/commit/c4da623b1b30439521ce59e4d9db810ea7d213e2)) #### Documentation - Reference: https://docs.mongodb.com/drivers/node/current/ - API: https://mongodb.github.io/node-mongodb-native/4.14/ - Changelog: [HISTORY.md](https://togithub.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) We invite you to try the mongodb library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE). ### [`v4.13.0`](https://togithub.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#4130-httpsgithubcommongodbnode-mongodb-nativecomparev4121v4130-2022-12-19) [Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v4.12.1...v4.13.0) ##### Features - **NODE-4691:** interrupt in-flight operations on heartbeat failure ([#3457](https://togithub.com/mongodb/node-mongodb-native/issues/3457)) ([e641bd4](https://togithub.com/mongodb/node-mongodb-native/commit/e641bd44ef39d64b8b572e7a8ab6bfc71a2b4bed)) - **NODE-4810:** define the new Logger ([#3475](https://togithub.com/mongodb/node-mongodb-native/issues/3475)) ([6ef11d7](https://togithub.com/mongodb/node-mongodb-native/commit/6ef11d70c07e2e223d376e7527354ddf758a163a)) ##### Bug Fixes - **NODE-4447:** disable causal consistency in implicit sessions ([#3479](https://togithub.com/mongodb/node-mongodb-native/issues/3479)) ([6566fb5](https://togithub.com/mongodb/node-mongodb-native/commit/6566fb58400c956bb5e56bd7c8affe2ebf2ce558)) - **NODE-4834:** ensure that MessageStream is destroyed when connections are destroyed ([#3482](https://togithub.com/mongodb/node-mongodb-native/issues/3482)) ([8338bae](https://togithub.com/mongodb/node-mongodb-native/commit/8338bae933c777dee4e7e49dbcf52c4fd7047528)) ##### [4.12.1](https://togithub.com/mongodb/node-mongodb-native/compare/v4.12.0...v4.12.1) (2022-11-23) ##### Bug Fixes - **NODE-4830:** lazily import aws module ([#3476](https://togithub.com/mongodb/node-mongodb-native/issues/3476)) ([ff375e9](https://togithub.com/mongodb/node-mongodb-native/commit/ff375e9cfb84c85b7036a7ef0f87385d3ec126bb)) - **NODE-4831:** check map value is not undefined ([#3477](https://togithub.com/mongodb/node-mongodb-native/issues/3477)) ([9795cdb](https://togithub.com/mongodb/node-mongodb-native/commit/9795cdb19f8e652b4dc4badd4fe8e6d1a7b837a6))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.