diff --git a/snooty.toml b/snooty.toml index da037c9be..2fd37c34e 100644 --- a/snooty.toml +++ b/snooty.toml @@ -5,7 +5,7 @@ toc_landing_pages = ["/fundamentals/authentication", "/fundamentals", "/fundamen sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" [constants] -version = 4.2 +version = "4.3" package-name-org = "mongodb-org" pgp-version = "{+version+}" api = "https://mongodb.github.io/node-mongodb-native/{+version+}" diff --git a/source/includes/mongodb-compatibility-table-node.rst b/source/includes/mongodb-compatibility-table-node.rst index 8000343f6..c7986cb97 100644 --- a/source/includes/mongodb-compatibility-table-node.rst +++ b/source/includes/mongodb-compatibility-table-node.rst @@ -14,7 +14,17 @@ - MongoDB 3.2 - MongoDB 3.0 - MongoDB 2.6 - + * - 4.3 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + - + - + - * - 4.2 - ✓ - ✓ @@ -26,7 +36,6 @@ - - - - * - 4.1 - - ✓ @@ -38,7 +47,6 @@ - ✓ - ✓ - ✓ - * - 4.0 - - ✓ @@ -50,7 +58,6 @@ - ✓ - ✓ - ✓ - * - 3.6 - - @@ -62,7 +69,6 @@ - ✓ - ✓ - ✓ - * - 3.5 - - @@ -74,7 +80,6 @@ - ✓ - ✓ - ✓ - * - 3.4 - - @@ -86,7 +91,6 @@ - ✓ - ✓ - ✓ - * - 3.3 - - @@ -98,7 +102,6 @@ - ✓ - ✓ - ✓ - * - 3.2.1 - - @@ -110,7 +113,6 @@ - ✓ - ✓ - ✓ - * - 3.1 - - @@ -122,7 +124,6 @@ - ✓ - ✓ - ✓ - * - 3.0 - - @@ -134,7 +135,6 @@ - ✓ - ✓ - ✓ - * - 2.2.12 - - @@ -146,7 +146,6 @@ - ✓ - ✓ - ✓ - * - 2.0.14 - - @@ -158,7 +157,6 @@ - - ✓ - ✓ - * - 1.4.29 - - diff --git a/source/whats-new.txt b/source/whats-new.txt index 0265ae9f8..5d17c1cd4 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -12,11 +12,23 @@ What's New Learn what's new in: +* :ref:`Version 4.3 ` * :ref:`Version 4.2 ` * :ref:`Version 4.1 ` * :ref:`Version 4.0 ` * :ref:`Version 3.6 ` +.. _version-4.3: + +What's New in 4.3 +----------------- + +New features of the 4.3 Node.js driver release include: + +- SOCKS5 support +- Option to disable UTF-8 validation +- Type inference for nested documents + .. _version-4.2: What's New in 4.2 @@ -252,7 +264,7 @@ File Upload & Download .. example:: - .. code-block:: language + .. code-block:: javascript await client.connect(); const filename = 'test.txt'; // whatever local file name you want