Skip to content

Commit 6861e19

Browse files
chore(5.x): release 5.9.0 [skip-ci] (#3852)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc110e0 commit 6861e19

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.9.0](https://github.com/mongodb/node-mongodb-native/compare/v5.8.1...v5.9.0) (2023-09-14)
6+
7+
8+
### Features
9+
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **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))
17+
518
## [5.8.1](https://github.com/mongodb/node-mongodb-native/compare/v5.8.0...v5.8.1) (2023-08-23)
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.8.1",
3+
"version": "5.9.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)