Skip to content

Commit

Permalink
Merge v1.16 into v1.17 (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola authored Mar 26, 2024
2 parents 35381c3 + f76f295 commit 62878a3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
11 changes: 7 additions & 4 deletions docs/includes/extracts-collection-option.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ content: |
takes precedence over that of the ``typeMap`` option.
---
ref: collection-option-collation
source:
ref: common-option-collation
file: extracts-common-option.yaml
post: |
content: |
:manual:`Collation </reference/collation>` allows users to specify
language-specific rules for string comparison, such as rules for lettercase
and accent marks. When specifying collation, the ``locale`` field is
mandatory; all other collation fields are optional. For descriptions of the
fields, see :manual:`Collation Document </reference/collation/#collation-document>`.
If the collation is unspecified but the collection has a default collation,
the operation uses the collation specified for the collection. If no
collation is specified for the collection or for the operation, MongoDB uses
Expand Down
4 changes: 2 additions & 2 deletions docs/includes/extracts-watch-option.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ content: |
This is an option of the ``$changeStream`` pipeline stage.
.. versionadded: 1.13
.. versionadded:: 1.13
---
ref: watch-option-maxAwaitTimeMS
content: |
Expand Down Expand Up @@ -121,7 +121,7 @@ content: |
This is an option of the ``$changeStream`` pipeline stage.
.. versionadded: 1.5
.. versionadded:: 1.5
---
ref: watch-option-startAtOperationTime
content: |
Expand Down
1 change: 0 additions & 1 deletion docs/reference/class/MongoDBCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,3 @@ Methods
- :phpmethod:`MongoDB\Collection::updateSearchIndex()`
- :phpmethod:`MongoDB\Collection::watch()`
- :phpmethod:`MongoDB\Collection::withOptions()`

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Parameters

Defaults to ``false``.

.. versionadded: 1.4
.. versionadded:: 1.4

* - readConcern
- :php:`MongoDB\Driver\ReadConcern <class.mongodb-driver-readconcern>`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Parameters

Defaults to ``false``.

.. versionadded: 1.4
.. versionadded:: 1.4

* - metadata
- array|object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Parameters

Defaults to ``false``.

.. versionadded: 1.4
.. versionadded:: 1.4

* - metadata
- array|object
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/method/MongoDBGridFSBucket__construct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Parameters

Defaults to ``false``.

.. versionadded: 1.4
.. versionadded:: 1.4

* - readConcern
- :php:`MongoDB\Driver\ReadConcern <class.mongodb-driver-readconcern>`
Expand Down

0 comments on commit 62878a3

Please sign in to comment.