File tree 5 files changed +22
-6
lines changed
5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
1
define: base https://www.mongodb.com/docs/php-library
2
2
define: prefix docs/php-library
3
3
raw: ${prefix}/ -> ${base}/current
4
- define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 master
4
+ define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v2.0 master
5
+
5
6
symlink: upcoming -> master
6
- symlink: current -> v1.21
7
+ symlink: current -> v2.0
7
8
8
9
# general redirects
9
10
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ php-library = "MongoDB PHP Library"
38
38
39
39
[constants ]
40
40
php-library = " MongoDB PHP Library"
41
- version = " 1.21 "
42
- source-gh-branch = " v1 .x"
41
+ version = " 2.0 "
42
+ source-gh-branch = " v2 .x"
43
43
full-version = " {+version+}.0"
44
44
extension-short = " PHP extension"
45
45
mdb-server = " MongoDB Server"
Original file line number Diff line number Diff line change 13
13
- PHP 7.3
14
14
- PHP 7.2
15
15
16
- * - ext + lib 1.21
16
+ * - ext + lib 1.21 to 2.0
17
17
- ✓
18
18
- ✓
19
19
- ✓
Original file line number Diff line number Diff line change 13
13
- MongoDB 4.0
14
14
- MongoDB 3.6
15
15
16
- * - ext + lib 1.20 to 1.21
16
+ * - ext + lib 1.21 to 2.0
17
+ - ✓
18
+ - ✓
19
+ - ✓
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓ [#deprecation-note ]_
24
+ -
25
+
26
+ * - ext + lib 1.20
17
27
- ✓
18
28
- ✓
19
29
- ✓
42
52
- ✓
43
53
- ✓
44
54
- ✓
55
+
56
+ .. [#deprecation-note ] Support for this MongoDB version is deprecated and will be removed in a future release.
Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ and removals:
70
70
examples that use this construction, see the
71
71
:ref:`php-aggregation-builder-api` section of the Aggregation guide.
72
72
73
+ - Replaces ``Cursor`` type hints with ``CursorInterface`` for better
74
+ extensibility and compatibility.
75
+
73
76
- Removes deprecated fields in GridFS types.
74
77
75
78
- The library does not calculate the ``md5`` field when a file is
You can’t perform that action at this time.
0 commit comments