Skip to content

Commit 56fffb7

Browse files
authored
1.20 release notes (#201)
* 1.20 release notes * Changes from review
1 parent cc4d800 commit 56fffb7

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

source/release-notes.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,52 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

13+
|compass| 1.20
14+
--------------
15+
16+
*Released November, 2019*
17+
18+
- New and improved :ref:`Connection <connect-run-compass>` experience
19+
with support for all connection options.
20+
21+
- Improved user experience for saving and sharing
22+
:ref:`Favorite Connections <favorite-connections>`.
23+
24+
- Added JSON mode for managing documents. With JSON mode, you can
25+
now insert multiple documents at once.
26+
27+
- Added support for querying UUIDs via the
28+
:ref:`Documents <documents-tab>` query bar or in the
29+
:ref:`Aggregation Pipeline Builder <compass-agg-builder>`.
30+
31+
- Added support for the following aggregation pipeline operators:
32+
33+
- :manual:`$set </reference/operator/aggregation/set/>`
34+
35+
- :manual:`$unset </reference/operator/aggregation/unset/>`
36+
37+
- :manual:`$replaceWith </manual/reference/operator/aggregation/replaceWith/>`
38+
39+
- Improved inline documentation for aggregation pipeline arguments.
40+
41+
- Removed :manual:`$limit </reference/operator/aggregation/limit/>`
42+
ahead of the
43+
:manual:`$count </reference/operator/aggregation/count/>` stage in
44+
the aggregation pipeline builder to ensure accurate counts on large
45+
collections. Prior versions of |compass| placed a ``$limit`` stage
46+
before ``$count`` stages in the
47+
:ref:`Aggregation Pipeline Builder <compass-agg-builder>` for large
48+
collections, even when sample mode was disabled.
49+
50+
- Various bug fixes and improvements.
51+
52+
.. note::
53+
54+
When you update |compass| to version 1.20, you will need to allow
55+
access to your system storage for each item in :guilabel:`Recents`
56+
and :guilabel:`Favorites`. This should be the last update that
57+
requires you to enter your keychain password.
58+
1359
|compass| 1.19
1460
--------------
1561

0 commit comments

Comments
 (0)