From 3e99e2a355bf65607c958500a5447c50e5974d76 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:54:58 -0600 Subject: [PATCH 1/2] patch bump --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index d2dd4288..c94b8417 100644 --- a/snooty.toml +++ b/snooty.toml @@ -22,7 +22,7 @@ driver-long = "MongoDB Rust Driver" driver-short = "Rust driver" server = "MongoDB Server" docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.) -version = "3.1.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) +version = "3.1.1" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) min-rust-version = "1.60" # always set this to the minimum supported Rust version api = "https://docs.rs/mongodb/{+version+}/mongodb" bson-version = "2.13.0" From 6b3a3a1fe561bd0582c5ecefb1289cb51b43dccd Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:01:02 -0600 Subject: [PATCH 2/2] condense compat tables --- .../mongodb-compatibility-table-rust.rst | 44 ++----------------- 1 file changed, 4 insertions(+), 40 deletions(-) diff --git a/source/includes/mongodb-compatibility-table-rust.rst b/source/includes/mongodb-compatibility-table-rust.rst index ea8a505b..e6d94850 100644 --- a/source/includes/mongodb-compatibility-table-rust.rst +++ b/source/includes/mongodb-compatibility-table-rust.rst @@ -21,34 +21,7 @@ - ✓ - ✓ - - * - 3.0 [#2.5-onwards-limitation]_ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 2.8 [#2.5-onwards-limitation]_ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 2.7 [#2.5-onwards-limitation]_ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 2.6 [#2.5-onwards-limitation]_ + * - 2.6 to 3.0 [#2.5-onwards-limitation]_ - ⊛ - ✓ - ✓ @@ -75,16 +48,7 @@ - ✓ - ✓ - ✓ - * - 2.3 [#2.2-2.3-limitation]_ - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 2.2 [#2.2-2.3-limitation]_ + * - 2.2 to 2.3 [#2.2-2.3-limitation]_ - ⊛ - ⊛ - ⊛ @@ -115,13 +79,13 @@ The {+driver-short+} is not compatible with {+server+} versions older than 3.6. -.. [#2.5-onwards-limitation] This {+driver-short+} version does not support +.. [#2.5-onwards-limitation] These {+driver-short+} versions do not support :manual:`OCSP `. .. [#2.4-limitation] This {+driver-short+} version does not support Decimal128 or :manual:`OCSP `. -.. [#2.2-2.3-limitation] This {+driver-short+} version does not support Decimal128, +.. [#2.2-2.3-limitation] These {+driver-short+} versions do not support Decimal128, :ref:`Client-Side Field Level Encryption `, :manual:`GridFS `, or :manual:`OCSP `.