Skip to content

Commit 8cbddaa

Browse files
author
Chris Cho
authored
DOCSP-20256: 4.3 updates (#274)
* DOCSP-20256: 4.3 updates
1 parent af35d58 commit 8cbddaa

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc_landing_pages = ["/fundamentals/authentication", "/fundamentals", "/fundamen
55
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
66

77
[constants]
8-
version = 4.2
8+
version = "4.3"
99
package-name-org = "mongodb-org"
1010
pgp-version = "{+version+}"
1111
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@
1414
- MongoDB 3.2
1515
- MongoDB 3.0
1616
- MongoDB 2.6
17-
17+
* - 4.3
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
-
25+
-
26+
-
27+
-
1828
* - 4.2
1929
- ✓
2030
- ✓
@@ -26,7 +36,6 @@
2636
-
2737
-
2838
-
29-
3039
* - 4.1
3140
-
3241
- ✓
@@ -38,7 +47,6 @@
3847
- ✓
3948
- ✓
4049
- ✓
41-
4250
* - 4.0
4351
-
4452
- ✓
@@ -50,7 +58,6 @@
5058
- ✓
5159
- ✓
5260
- ✓
53-
5461
* - 3.6
5562
-
5663
-
@@ -62,7 +69,6 @@
6269
- ✓
6370
- ✓
6471
- ✓
65-
6672
* - 3.5
6773
-
6874
-
@@ -74,7 +80,6 @@
7480
- ✓
7581
- ✓
7682
- ✓
77-
7883
* - 3.4
7984
-
8085
-
@@ -86,7 +91,6 @@
8691
- ✓
8792
- ✓
8893
- ✓
89-
9094
* - 3.3
9195
-
9296
-
@@ -98,7 +102,6 @@
98102
- ✓
99103
- ✓
100104
- ✓
101-
102105
* - 3.2.1
103106
-
104107
-
@@ -110,7 +113,6 @@
110113
- ✓
111114
- ✓
112115
- ✓
113-
114116
* - 3.1
115117
-
116118
-
@@ -122,7 +124,6 @@
122124
- ✓
123125
- ✓
124126
- ✓
125-
126127
* - 3.0
127128
-
128129
-
@@ -134,7 +135,6 @@
134135
- ✓
135136
- ✓
136137
- ✓
137-
138138
* - 2.2.12
139139
-
140140
-
@@ -146,7 +146,6 @@
146146
- ✓
147147
- ✓
148148
- ✓
149-
150149
* - 2.0.14
151150
-
152151
-
@@ -158,7 +157,6 @@
158157
-
159158
- ✓
160159
- ✓
161-
162160
* - 1.4.29
163161
-
164162
-

source/whats-new.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,23 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 4.3 <version-4.3>`
1516
* :ref:`Version 4.2 <version-4.2>`
1617
* :ref:`Version 4.1 <version-4.1>`
1718
* :ref:`Version 4.0 <version-4.0>`
1819
* :ref:`Version 3.6 <version-3.6>`
1920

21+
.. _version-4.3:
22+
23+
What's New in 4.3
24+
-----------------
25+
26+
New features of the 4.3 Node.js driver release include:
27+
28+
- SOCKS5 support
29+
- Option to disable UTF-8 validation
30+
- Type inference for nested documents
31+
2032
.. _version-4.2:
2133

2234
What's New in 4.2
@@ -252,7 +264,7 @@ File Upload & Download
252264

253265
.. example::
254266

255-
.. code-block:: language
267+
.. code-block:: javascript
256268

257269
await client.connect();
258270
const filename = 'test.txt'; // whatever local file name you want

0 commit comments

Comments
 (0)