Skip to content

Commit 870029f

Browse files
chore(5.x): release 5.10.0 [skip-ci]
1 parent 60bfc48 commit 870029f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

HISTORY.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.10.0](https://github.com/mongodb/node-mongodb-native/compare/v5.9.2...v5.10.0) (2024-02-28)
6+
7+
8+
### Features
9+
10+
* **NODE-5815:** remove oidc ([#3981](https://github.com/mongodb/node-mongodb-native/issues/3981)) ([4893330](https://github.com/mongodb/node-mongodb-native/commit/48933301caf293a1e76bff96ce7b1e7a8e321067))
11+
* **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))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
518
## [5.9.2](https://github.com/mongodb/node-mongodb-native/compare/v5.9.1...v5.9.2) (2023-11-16)
619

720

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.9.2",
3+
"version": "5.10.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)