From c83a801a8375131c0d2327d9c9e6f50ed6600008 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:58:39 -0400 Subject: [PATCH] chore(4.x): release 4.17.0 [skip-ci] (#3763) --- HISTORY.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7b0c67549f..429c4652a9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,23 @@ 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. +## [4.17.0](https://github.com/mongodb/node-mongodb-native/compare/v4.16.0...v4.17.0) (2023-08-17) + + +### Features + +* **NODE-5272:** do not create or drop ecc collections ([#3678](https://github.com/mongodb/node-mongodb-native/issues/3678)) ([d26ad61](https://github.com/mongodb/node-mongodb-native/commit/d26ad6166ae58c9976770eec84f32f9c2c17a0f3)) +* **NODE-5398:** use mongodb-js/saslprep instead of saslprep ([#3820](https://github.com/mongodb/node-mongodb-native/issues/3820)) ([5244711](https://github.com/mongodb/node-mongodb-native/commit/5244711723cc7b05c50dac6ba4b7363b5af2ac37)) + + +### Bug Fixes + +* **NODE-5262:** AWS Lambda metadata detection logic is too permissive ([#3683](https://github.com/mongodb/node-mongodb-native/issues/3683)) ([c0c3d99](https://github.com/mongodb/node-mongodb-native/commit/c0c3d99784fc487f1cbe0eb02a63c58a1242d872)) +* **NODE-5311:** construct error messages for AggregateErrors in Node16+ ([#3683](https://github.com/mongodb/node-mongodb-native/issues/3683)) ([98b7bdf](https://github.com/mongodb/node-mongodb-native/commit/98b7bdf2d6c08ba9470bbda0fad3251ea0a08949)) +* **NODE-5316:** prevent parallel topology creation in MongoClient.connect ([#3696](https://github.com/mongodb/node-mongodb-native/issues/3696)) ([e13038d](https://github.com/mongodb/node-mongodb-native/commit/e13038d1c7246e95b32993fc97331713b542fd74)) +* **NODE-5356:** prevent scram auth from throwing TypeError if saslprep is not a function ([#3732](https://github.com/mongodb/node-mongodb-native/issues/3732)) ([2d028af](https://github.com/mongodb/node-mongodb-native/commit/2d028af31d17a25a16c1ef73749a266fe7cf3a33)) +* **NODE-5536:** remove credentials from ConnectionPoolCreatedEvent options ([#3812](https://github.com/mongodb/node-mongodb-native/issues/3812)) ([2910dca](https://github.com/mongodb/node-mongodb-native/commit/2910dcae38ce29e0ee5afc497ac146de2a4bb984)) + ## [4.16.0](https://github.com/mongodb/node-mongodb-native/compare/v4.15.0...v4.16.0) (2023-04-18) diff --git a/package-lock.json b/package-lock.json index 41f5daf94c..325b711a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.16.0", + "version": "4.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.16.0", + "version": "4.17.0", "license": "Apache-2.0", "dependencies": { "bson": "^4.7.2", diff --git a/package.json b/package.json index 1b6f801975..9641c54793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.16.0", + "version": "4.17.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [