Skip to content

Commit f1eabf4

Browse files
committed
chore(release): 4.0.0-beta.2
1 parent a516903 commit f1eabf4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

HISTORY.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [4.0.0-beta.2](https://github.com/mongodb/node-mongodb-native/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2021-03-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove deprecated items (#2740)
11+
* remove enums in favor of const objects (#2741)
12+
13+
### Bug Fixes
14+
15+
* add FLE AWS sessionToken TypeScript definitions ([#2737](https://github.com/mongodb/node-mongodb-native/issues/2737)) ([f4698b5](https://github.com/mongodb/node-mongodb-native/commit/f4698b540add23a71ecfb31bd1f6694a0c49beed))
16+
* remove catch for synchronous socket errors and remove validation on nodejs option ([#2746](https://github.com/mongodb/node-mongodb-native/issues/2746)) ([a516903](https://github.com/mongodb/node-mongodb-native/commit/a516903bf91e34bb83a3bf565c2a39cdbfddd072))
17+
* session support detection spec compliance [PORT: 4.0] ([#2733](https://github.com/mongodb/node-mongodb-native/issues/2733)) ([1615be0](https://github.com/mongodb/node-mongodb-native/commit/1615be0dfcc2af570606aa27cd2d1b40219a389e))
18+
19+
20+
* remove deprecated items ([#2740](https://github.com/mongodb/node-mongodb-native/issues/2740)) ([ee1a4d3](https://github.com/mongodb/node-mongodb-native/commit/ee1a4d32ac95b7d143b08896bc486cfa8c2895a1))
21+
* remove enums in favor of const objects ([#2741](https://github.com/mongodb/node-mongodb-native/issues/2741)) ([d52c00e](https://github.com/mongodb/node-mongodb-native/commit/d52c00ee2a7da10f2369717eeb01a113a67dc57b))
22+
523
## [4.0.0-beta.1](https://github.com/mongodb/node-mongodb-native/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2021-02-02)
624

725

package-lock.json

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

0 commit comments

Comments
 (0)