From 6b555e1919aaabea03b63b763661f2cf0f0b7a31 Mon Sep 17 00:00:00 2001 From: rustagir Date: Fri, 23 May 2025 11:26:49 -0400 Subject: [PATCH] DOCSP-50294: v2.1 release --- snooty.toml | 2 +- source/includes/language-compatibility-table-php.rst | 2 +- source/whats-new.txt | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/snooty.toml b/snooty.toml index 24d9ed5e..7ce8beda 100644 --- a/snooty.toml +++ b/snooty.toml @@ -39,7 +39,7 @@ php-library = "MongoDB PHP Library" [constants] php-library = "MongoDB PHP Library" -version = "2.0" +version = "2.1" source-gh-branch = "v2.x" full-version = "{+version+}.0" extension-short = "PHP extension" diff --git a/source/includes/language-compatibility-table-php.rst b/source/includes/language-compatibility-table-php.rst index 2c6432b4..35edc9a9 100644 --- a/source/includes/language-compatibility-table-php.rst +++ b/source/includes/language-compatibility-table-php.rst @@ -13,7 +13,7 @@ - PHP 7.3 - PHP 7.2 - * - ext + lib 1.21 to 2.0 + * - ext + lib 1.21 to 2.1 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index f1fb23dd..102da67e 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -34,11 +34,12 @@ What's New in 2.1 ----------------- .. important:: Breaking Changes + The {+library-short+} v2.1 release introduces the following breaking changes: - - Drops support for {+mdb-server+} 4.0. The minimum supported {+mdb-server+} version is - 4.2. + - Drops support for {+mdb-server+} 4.0. The minimum supported + {+mdb-server+} version is 4.2. The {+library-short+} v2.1 release includes the following features, improvements, and fixes: