Skip to content

Commit 4f3df83

Browse files
authored
DOCSP 20009: v20211207 Release Notes + an update to the getMore command text to account for the maxTimeMS option support in this release. (#218)
* DOCSP-20009 v20211207 Release Notes * Updates getMore command text to reflect that maxTimeMS is now a supported option in this release, adds links * Per bafMdb comment, it appears I misunderstood the part about adding support for maxTimeMS. I did't realize this option applied to more than one command. Corrected text accordingly
1 parent 090ceb7 commit 4f3df83

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

source/includes/changelog/data-lake-2021.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.. _data-lake-v20211207:
2+
3+
07 December 2021 Release
4+
~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+
- Improves performance and stability.
7+
- Adds support for the
8+
:manual:`$maxTimeMS </reference/operator/meta/maxTimeMS/>`
9+
option.
10+
111
.. _data-lake-v20211116:
212

313
16 November 2021 Release

source/supported-unsupported/diagnostic-commands.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,10 @@ returns a successful response, but doesn't includes log data.
291291
-----------
292292

293293
For :manual:`getMore </reference/command/getMore>` command, {+adl+}
294-
doesn't support the ``MaxTimeMS`` option.
294+
returns subsequent batches of documents currently pointed to by a cursor,
295+
when used in conjunction with commands that return a cursor, e.g.
296+
:manual:`find </reference/command/find>` and
297+
:manual:`aggregate </reference/command/aggregate>`.
295298

296299
``hostInfo``
297300
------------

0 commit comments

Comments
 (0)