Skip to content

Commit

Permalink
chore(4.x): release 4.17.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2023
1 parent 0c1b654 commit 9576079
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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-07-07)


### 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))


### 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))

## [4.16.0](https://github.com/mongodb/node-mongodb-native/compare/v4.15.0...v4.16.0) (2023-04-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 9576079

Please sign in to comment.