From 870029fda41641a802ea06a1217e5e28bfd5b2fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:54:47 +0000 Subject: [PATCH] chore(5.x): release 5.10.0 [skip-ci] --- HISTORY.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c5e09b31ea0..43a33a7c412 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9b9a3c16b98..54b58052b97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "5.9.2", + "version": "5.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "5.9.2", + "version": "5.10.0", "license": "Apache-2.0", "dependencies": { "bson": "^5.5.0", diff --git a/package.json b/package.json index 451b6f9489c..14a43e1fddf 100644 --- a/package.json +++ b/package.json @@ -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": [