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
operation: ~
optional: true
---
source:
file: apiargs-common-option.yaml
ref: maxAwaitTimeMS
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.
.. versionadded:: 1.2
interface: phpmethod
operation: ~
optional: true
---
source:
file: apiargs-common-option.yaml
......
......@@ -10,17 +10,6 @@ operation: ~
optional: true
---
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
type: :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
description: |
......
......@@ -2,6 +2,8 @@
MongoDB\\Client::getReadConcern()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Client::getReadPreference()
====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Client::getTypeMap()
=============================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Client::getWriteConcern()
==================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadConcern()
=====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadPreference()
========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Collection::getTypeMap()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Collection::getWriteConcern()
======================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Collection::mapReduce()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Database::getReadConcern()
===================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Database::getReadPreference()
======================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Database::getTypeMap()
===============================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\Database::getWriteConcern()
====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunkSizeBytes()
============================================
.. versionchanged:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunksCollection()
==============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getFilesCollection()
=============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadConcern()
=========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadPreference()
============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getTypeMap()
=====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
......
......@@ -2,6 +2,8 @@
MongoDB\\GridFS\Bucket::getWriteConcern()
=========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. 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