Commit a0966831 authored by Katherine Walker's avatar Katherine Walker

PHPLIB-284 Highlight API changes in documentation

parent d7ba99e4
...@@ -100,9 +100,18 @@ interface: phpmethod ...@@ -100,9 +100,18 @@ interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
--- ---
source: arg_name: option
file: apiargs-common-option.yaml name: maxAwaitTimeMS
ref: maxAwaitTimeMS type: integer
description: |
Positive integer denoting the time limit in milliseconds for the server to
block a getMore operation if no data is available. This option should only be
used if cursorType is TAILABLE_AWAIT.
.. versionadded:: 1.2
interface: phpmethod
operation: ~
optional: true
--- ---
source: source:
file: apiargs-common-option.yaml file: apiargs-common-option.yaml
......
...@@ -10,17 +10,6 @@ operation: ~ ...@@ -10,17 +10,6 @@ operation: ~
optional: true optional: true
--- ---
arg_name: option arg_name: option
name: maxAwaitTimeMS
type: integer
description: |
Positive integer denoting the time limit in milliseconds for the server to block
a getMore operation if no data is available. This option should only be used if
cursorType is TAILABLE_AWAIT.
interface: phpmethod
operation: ~
optional: true
---
arg_name: option
name: readConcern name: readConcern
type: :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>` type: :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
description: | description: |
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Client::getReadConcern() MongoDB\\Client::getReadConcern()
================================= =================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Client::getReadPreference() MongoDB\\Client::getReadPreference()
==================================== ====================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Client::getTypeMap() MongoDB\\Client::getTypeMap()
============================= =============================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Client::getWriteConcern() MongoDB\\Client::getWriteConcern()
================================== ==================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadConcern() MongoDB\\Collection::getReadConcern()
===================================== =====================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadPreference() MongoDB\\Collection::getReadPreference()
======================================== ========================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Collection::getTypeMap() MongoDB\\Collection::getTypeMap()
================================= =================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Collection::getWriteConcern() MongoDB\\Collection::getWriteConcern()
====================================== ======================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Collection::mapReduce() MongoDB\\Collection::mapReduce()
================================= =================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Database::getReadConcern() MongoDB\\Database::getReadConcern()
=================================== ===================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Database::getReadPreference() MongoDB\\Database::getReadPreference()
====================================== ======================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Database::getTypeMap() MongoDB\\Database::getTypeMap()
=============================== ===============================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\Database::getWriteConcern() MongoDB\\Database::getWriteConcern()
==================================== ====================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunkSizeBytes() MongoDB\\GridFS\\Bucket::getChunkSizeBytes()
============================================ ============================================
.. versionchanged:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunksCollection() MongoDB\\GridFS\\Bucket::getChunksCollection()
============================================== ==============================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getFilesCollection() MongoDB\\GridFS\\Bucket::getFilesCollection()
============================================= =============================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadConcern() MongoDB\\GridFS\\Bucket::getReadConcern()
========================================= =========================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadPreference() MongoDB\\GridFS\\Bucket::getReadPreference()
============================================ ============================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getTypeMap() MongoDB\\GridFS\\Bucket::getTypeMap()
===================================== =====================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
MongoDB\\GridFS\Bucket::getWriteConcern() MongoDB\\GridFS\Bucket::getWriteConcern()
========================================= =========================================
.. versionadded:: 1.2
.. default-domain:: mongodb .. default-domain:: mongodb
.. contents:: On this page .. contents:: On this page
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment