@@ -10,6 +10,52 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
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
+
13
59
|compass| 1.19
14
60
--------------
15
61
0 commit comments