Skip to content

Commit dd5f75d

Browse files
chore(5.x): release 5.8.0 [skip-ci]
1 parent 39ff81d commit dd5f75d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

HISTORY.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.8.0](https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v5.8.0) (2023-08-18)
6+
7+
8+
### Features
9+
10+
* **NODE-5399:** use mongodb-js/saslprep instead of saslprep ([#3818](https://github.com/mongodb/node-mongodb-native/issues/3818)) ([c0d3927](https://github.com/mongodb/node-mongodb-native/commit/c0d39273793d09cc9a0c1ca9955afaf77f9f62c6))
11+
* **NODE-5429:** deprecate the `AutoEncrypter` interface ([#3764](https://github.com/mongodb/node-mongodb-native/issues/3764)) ([9bb0d95](https://github.com/mongodb/node-mongodb-native/commit/9bb0d955e73a6bc819992617c99c4406d7f9c550))
12+
* **NODE-5465,NODE-5538:** lower `@aws-sdk/credential-providers` version to 3.188.0 and `zstd` to `^1.0.0` ([#3821](https://github.com/mongodb/node-mongodb-native/issues/3821)) ([39ff81d](https://github.com/mongodb/node-mongodb-native/commit/39ff81d40220e1fc03627fce8f5af85f11283e97))
13+
* **NODE-5489:** update kerberos dependency ([8c25d6d](https://github.com/mongodb/node-mongodb-native/commit/8c25d6d0a7cb0a766f356e7320d09c964d21542b))
14+
15+
16+
### Bug Fixes
17+
18+
* **NODE-5489:** set kerberos compatibility to ^1.0.0 || ^2.0.0 ([#3803](https://github.com/mongodb/node-mongodb-native/issues/3803)) ([c3b35b3](https://github.com/mongodb/node-mongodb-native/commit/c3b35b321b6ac0408af4dc10251c84a196a6f953))
19+
* **NODE-5495:** do not emit deprecation warning when tlsCertificateKeyFile is specified and tlsCertificateFile is not ([#3810](https://github.com/mongodb/node-mongodb-native/issues/3810)) ([e81d4a2](https://github.com/mongodb/node-mongodb-native/commit/e81d4a2fc0ffc1d32dc3e124ceadd887e0a78ec4))
20+
* **NODE-5537:** remove credentials from ConnectionPoolCreatedEvent options ([#3813](https://github.com/mongodb/node-mongodb-native/issues/3813)) ([4cf1e96](https://github.com/mongodb/node-mongodb-native/commit/4cf1e96c68410d743c592b27e8864917ca16e160))
21+
522
## [5.7.0](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.7.0) (2023-07-06)
623

724

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)