Skip to content

Commit

Permalink
chore(5.x): release 5.10.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent 60bfc48 commit 870029f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [5.10.0](https://github.com/mongodb/node-mongodb-native/compare/v5.9.2...v5.10.0) (2024-02-28)


### Features

* **NODE-5815:** remove oidc ([#3981](https://github.com/mongodb/node-mongodb-native/issues/3981)) ([4893330](https://github.com/mongodb/node-mongodb-native/commit/48933301caf293a1e76bff96ce7b1e7a8e321067))
* **NODE-5940:** cache the AWS credentials provider in the MONGODB-AWS auth logic ([#4000](https://github.com/mongodb/node-mongodb-native/issues/4000)) ([60bfc48](https://github.com/mongodb/node-mongodb-native/commit/60bfc483dba568c1a0f62a2a78d7ce50ed03082c))


### Bug Fixes

* **NODE-5790:** type error with $addToSet in bulkWrite ([#3956](https://github.com/mongodb/node-mongodb-native/issues/3956)) ([f524a94](https://github.com/mongodb/node-mongodb-native/commit/f524a946ae99caf710220d264819187bd976af53))

## [5.9.2](https://github.com/mongodb/node-mongodb-native/compare/v5.9.1...v5.9.2) (2023-11-16)


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": "5.9.2",
"version": "5.10.0",
"description": "The official MongoDB driver for Node.js",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 870029f

Please sign in to comment.