Skip to content

Commit 49a56e4

Browse files
(DOCSP-18339): v20210824 release notes (#194)
1 parent cb605f1 commit 49a56e4

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
.. _data-lake-v20210824:
2+
3+
25 August 2021 Release
4+
~~~~~~~~~~~~~~~~~~~~~~
5+
6+
- Provides various stability improvements.
7+
- Improves ``collStats`` and ``dbStats`` :ref:`command
8+
<mql-support-diagnostic-cmd>` performance and stability.
9+
- Adds support for the :pipeline:`$merge` aggregation pipeline stage.
10+
- Allows ``localField`` and ``foreignField`` with a more expressive
11+
:doc:`$lookup </reference/pipeline/lookup-stage/>` aggregation
12+
pipeline stage syntax.
13+
- Implements the ``$count`` accumulator.
14+
115
.. _data-lake-v20210803:
216

317
03 August 2021 Release

source/reference/format/data-lake-configuration.txt

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -660,21 +660,19 @@ The {+data-lake-short+} configuration has the following format:
660660
the collections. Each database can have multiple ``collections`` and
661661
``views`` objects.
662662

663-
.. tabs::
664-
:hidden:
663+
.. datalakeconf:: databases.[n].name
665664

666-
.. tab:: S3
667-
:tabid: s3
665+
.. tabs::
666+
:hidden:
668667

669-
.. datalakeconf:: databases.[n].name
668+
.. tab:: S3
669+
:tabid: s3
670670

671671
Name of the database to which {+data-lake-short+} maps the
672672
data contained in the {+data-lake-store+}.
673673

674-
.. tab:: Atlas Cluster
675-
:tabid: atlas
676-
677-
.. datalakeconf:: databases.[n].name
674+
.. tab:: Atlas Cluster
675+
:tabid: atlas
678676

679677
Name of the database to which {+data-lake-short+} maps the
680678
data contained in the {+data-lake-store+}. You can generate
@@ -689,10 +687,8 @@ The {+data-lake-short+} configuration has the following format:
689687
dynamically generate databases from multiple |service|
690688
clusters or other data stores.
691689

692-
.. tab:: HTTP
693-
:tabid: http
694-
695-
.. datalakeconf:: databases.[n].name
690+
.. tab:: HTTP
691+
:tabid: http
696692

697693
Name of the database to which {+data-lake-short+} maps the
698694
data contained in the {+data-lake-store+}.

0 commit comments

Comments
 (0)