Skip to content

Commit cdf0009

Browse files
committed
Merge remote-tracking branch 'upstream/master' into comp-cov
2 parents 68c225c + be5f26f commit cdf0009

File tree

86 files changed

+1682
-437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1682
-437
lines changed

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ intersphinx = [
99

1010
toc_landing_pages = [
1111
"/reference/class/MongoDBClient",
12+
"/reference/class/MongoDBClientBulkWrite",
1213
"/reference/class/MongoDBCollection",
1314
"/reference/class/MongoDBDatabase",
1415
"/reference/class/MongoDBGridFSBucket",
@@ -38,9 +39,9 @@ php-library = "MongoDB PHP Library"
3839

3940
[constants]
4041
php-library = "MongoDB PHP Library"
41-
version = "2.0"
42+
version = "2.1"
4243
source-gh-branch = "v2.x"
43-
full-version = "{+version+}.0"
44+
full-version = "{+version+}.1"
4445
extension-short = "PHP extension"
4546
mdb-server = "MongoDB Server"
4647
stable-api = "Stable API"

source/connect/connection-options/stable-api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.. note::
2121

22-
The {+stable-api+} feature requires {+mdb-server+} 5.0 or later.
22+
The {+stable-api+} feature requires {+mdb-server+} 6.0 or later.
2323

2424
Overview
2525
--------
@@ -116,4 +116,4 @@ API documentation:
116116
For more information about the ``MongoDB\Driver\ServerApi`` class, see the following
117117
{+extension-short+} API documentation:
118118

119-
- :php:`MongoDB\Driver\ServerApi <mongodb-driver-serverapi>`
119+
- :php:`MongoDB\Driver\ServerApi <mongodb-driver-serverapi>`

0 commit comments

Comments
 (0)