File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
MongoDB Node.js Driver Documentation
3
3
====================================
4
4
5
- Welcome to the MongoDB Node.js 3.3 driver documentation.
5
+ Welcome to the MongoDB Node.js 3.4 driver documentation.
6
6
7
7
What's New
8
8
----------
@@ -40,7 +40,7 @@ Advanced features for the driver.
40
40
.. toctree::
41
41
:hidden:
42
42
:glob:
43
-
43
+
44
44
installation-guide
45
45
quick-start
46
46
whats-new
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type = "index"
6
6
7
7
# MongoDB Node.js Driver Documentation
8
8
9
- Welcome to the MongoDB Node.js 3.3 driver documentation.
9
+ Welcome to the MongoDB Node.js 3.4 driver documentation.
10
10
11
11
12
12
## What's New
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ title = "Upgrade Guide"
7
7
pre = " <i class='fa fa-cog'></i>"
8
8
+++
9
9
10
+ # What's new in 3.4
11
+
12
+ - MongoDB Client Side Field Level Encryption
13
+
14
+ [ Full 3.4 Changes Here] ( https://github.com/mongodb/node-mongodb-native/releases/tag/v3.4.0 )
15
+
16
+
10
17
# What's new in 3.3
11
18
12
19
- Supports Distributed Transactions
Original file line number Diff line number Diff line change 1
1
# Update versions in config.toml as well
2
2
githubRepo = " node-mongodb-native"
3
3
githubBranch = " master"
4
- currentVersion = " 3.3 "
4
+ currentVersion = " 3.4 "
5
5
highlightTheme = " idea.css"
6
6
apiUrl = " /api"
You can’t perform that action at this time.
0 commit comments