Skip to content

Commit 3188b4c

Browse files
author
Chris Cho
authored
Node Driver 3.5 Updates (#608)
* update node driver version
1 parent 927d269 commit 3188b4c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
'java-docs-latest': ('http://mongodb.github.io/mongo-java-driver/3.12/%s', ''),
7373
'kafka-21-javadoc': ('https://kafka.apache.org/21/javadoc/org/apache/kafka%s', ''),
7474
'csharp-docs-latest': ('http://mongodb.github.io/mongo-csharp-driver/2.10%s', ''),
75-
'node-docs-latest': ('http://mongodb.github.io/node-mongodb-native/3.4%s', ''),
75+
'node-docs-latest': ('http://mongodb.github.io/node-mongodb-native/3.5%s', ''),
7676
'scala-docs-latest': ('http://mongodb.github.io/mongo-scala-driver/2.8%s', ''),
7777
'aws-docs': ('https://docs.aws.amazon.com/%s', ''),
7878
'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''),

source/includes/language-compatibility-table-node.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
- Node.js v10.x.x
1414
- Node.js v12.x.x
1515

16+
* - 3.5.X
17+
-
18+
-
19+
-
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
1626
* - 3.4.X
1727
-
1828
-

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- MongoDB 3.0
1313
- MongoDB 2.6
1414

15-
* - >= 3.4
15+
* - >= 3.5
1616
- |checkmark|
1717
- |checkmark|
1818
- |checkmark|
@@ -21,6 +21,14 @@
2121
- |checkmark|
2222
- |checkmark|
2323

24+
* - >= 3.4
25+
- |checkmark|
26+
- |checkmark|
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
2432

2533
* - >= 3.3
2634
- |checkmark|

0 commit comments

Comments
 (0)