Skip to content

Commit e2b4cc3

Browse files
chore(main): release 6.3.0 [skip-ci]
1 parent bb5fa43 commit e2b4cc3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [6.3.0](https://github.com/mongodb/node-mongodb-native/compare/v6.2.0...v6.3.0) (2023-11-03)
6+
7+
8+
### Features
9+
10+
* **NODE-4849:** Add Typescript support for log path in client options ([#3886](https://github.com/mongodb/node-mongodb-native/issues/3886)) ([f495abb](https://github.com/mongodb/node-mongodb-native/commit/f495abb0e25755e867b311a19c8cd35a4c606aa4))
11+
* **NODE-5452:** Logging Cosmos Document DB Info Message ([#3902](https://github.com/mongodb/node-mongodb-native/issues/3902)) ([bb5fa43](https://github.com/mongodb/node-mongodb-native/commit/bb5fa43ce58f11d4961f1feaa0d6e58ef6bd8378))
12+
* **NODE-5590:** deprecate GridFS fields ([#3905](https://github.com/mongodb/node-mongodb-native/issues/3905)) ([d2225da](https://github.com/mongodb/node-mongodb-native/commit/d2225da322d9367a9216e554e7fe927fb1cd08aa))
13+
14+
15+
### Bug Fixes
16+
17+
* **NODE-5709:** bump mongodb-connection-string-url to 3.0.0 ([#3909](https://github.com/mongodb/node-mongodb-native/issues/3909)) ([1c3dc02](https://github.com/mongodb/node-mongodb-native/commit/1c3dc0259c0758f3b16de3a696d2c40df32f8ad7))
18+
519
## [6.2.0](https://github.com/mongodb/node-mongodb-native/compare/v6.1.0...v6.2.0) (2023-10-19)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)