Skip to content

Commit b458547

Browse files
committed
JT feedback
1 parent cbfe2d0 commit b458547

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

source/reference/method/MongoDBClient__construct.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Parameters
129129
- Encoder to use for query and aggregation builders. If not set, this option
130130
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
131131

132+
.. versionadded:: 1.21
133+
132134
* - allow_invalid_hostname
133135
- boolean
134136
- Disables hostname validation if ``true``. Defaults to ``false``.

source/reference/method/MongoDBCollection-bulkWrite.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ Parameters
6464
- Type
6565
- Description
6666

67+
* - builderEncoder
68+
- MongoDB\\Codec\\Encoder
69+
- Encoder to use for query and aggregation builders. If not set, this option
70+
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
71+
72+
.. versionadded:: 1.21
73+
6774
* - bypassDocumentValidation
6875
- boolean
6976
- If ``true``, allows the write operation to circumvent document level

source/reference/method/MongoDBCollection__construct.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Definition
5353
- Encoder to use for query and aggregation builders. If not set, this option
5454
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
5555

56+
.. versionadded:: 1.21
57+
5658
* - codec
5759
- MongoDB\\Codec\\DocumentCodec
5860
- The default :doc:`codec </data-formats/codecs>` to use for collection

source/reference/method/MongoDBDatabase__construct.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Parameters
5050
- Encoder to use for query and aggregation builders. If not set, this option
5151
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
5252

53+
.. versionadded:: 1.21
54+
5355
* - readConcern
5456
- :php:`MongoDB\Driver\ReadConcern <class.mongodb-driver-readconcern>`
5557
- The default read concern to use for database operations. Defaults to

0 commit comments

Comments
 (0)