Skip to content

Commit 67adb57

Browse files
authored
DOCSP-47970: v1.21 release (#212)
* DOCSP-47970: v1.21 release * JM combine v's
1 parent ea01e2d commit 67adb57

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

config/redirects

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
define: base https://www.mongodb.com/docs/php-library
22
define: prefix docs/php-library
33
raw: ${prefix}/ -> ${base}/current
4-
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 master
4+
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 master
55
symlink: upcoming -> master
6-
symlink: current -> v1.20
6+
symlink: current -> v1.21
77

88
# general redirects
99
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
1010
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/
1111
[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/
12+
[*-v1.20]: ${prefix}/${version}/aggregation/atlas-search -> ${base}/${version}/aggregation/
13+
[*-v1.20]: ${prefix}/${version}/aggregation/vector-search -> ${base}/${version}/aggregation/
14+
[*-v1.20]: ${prefix}/${version}/builders -> ${base}/${version}/
1215

1316
# standardization redirects
1417

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

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
- PHP 7.3
1414
- PHP 7.2
1515

16+
* - ext + lib 1.21
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
-
22+
-
23+
-
24+
-
25+
1626
* - ext + lib 1.20
1727
- ✓
1828
- ✓

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16-
* - ext + lib 1.20
16+
* - ext + lib 1.20 to 1.21
1717
- ✓
1818
- ✓
1919
- ✓
@@ -41,4 +41,4 @@
4141
- ✓
4242
- ✓
4343
- ✓
44-
- ✓
44+
- ✓

source/whats-new.txt

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ improvements, and fixes:
149149
- Deprecates the ``flags`` option, used for the deprecated MMAPv1 storage engine.
150150
This option will be removed in {+library-short+} v2.0.
151151

152+
For more information about the changes in this version, see the
153+
:github:`v1.21 release notes
154+
</mongodb/mongo-php-library/releases/tag/1.21.0>` on GitHub.
155+
152156
.. _php-lib-version-1.20:
153157

154158
What's New in 1.20

0 commit comments

Comments
 (0)