From e6b3f24873c591315fee2c8dd7eac05e7e879471 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:16:40 +0000 Subject: [PATCH] chore(5.x): release 5.9.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 31a23848bd..fce7e66ae2 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.9.0](https://github.com/mongodb/node-mongodb-native/compare/v5.8.1...v5.9.0) (2023-09-14) + + +### Features + +* **NODE-5564:** bump bson version to ^5.5.0 ([#3865](https://github.com/mongodb/node-mongodb-native/issues/3865)) ([dc110e0](https://github.com/mongodb/node-mongodb-native/commit/dc110e002e8194b9881a8c2aa140a8ce95f344c0)) + + +### Bug Fixes + +* **NODE-5550:** set AWS region from environment variable for STSClient ([#3851](https://github.com/mongodb/node-mongodb-native/issues/3851)) ([2fab06b](https://github.com/mongodb/node-mongodb-native/commit/2fab06b2bdf019a0924fda24d6a81565350c28d6)) +* **NODE-5587:** recursive calls to next cause memory leak ([#3842](https://github.com/mongodb/node-mongodb-native/issues/3842)) ([f60f1b5](https://github.com/mongodb/node-mongodb-native/commit/f60f1b5f12522b32ea34a4db8cf750718f53e8b9)) + ## [5.8.1](https://github.com/mongodb/node-mongodb-native/compare/v5.8.0...v5.8.1) (2023-08-23) diff --git a/package-lock.json b/package-lock.json index d7934dc611..290690d7a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "5.8.1", + "version": "5.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "5.8.1", + "version": "5.9.0", "license": "Apache-2.0", "dependencies": { "bson": "^5.5.0", diff --git a/package.json b/package.json index 86de3ce6c1..b8f2065322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "5.8.1", + "version": "5.9.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [