File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ Starting in version 1.39.2, |compass | no longer supports migrating from legacy
2
+ connection files that pre-date version 1.31.0. Legacy connections refer to an
3
+ internal |compass-short | connection-options format that is stored on disk and no
4
+ longer supported after version 1.39.0.
5
+
6
+ If you have legacy connections saved in your favorites, export the
7
+ connections on version 1.39.0 to convert them into the new format before
8
+ updating to version 1.39.2.
Original file line number Diff line number Diff line change @@ -10,6 +10,36 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.39.2
14
+ ----------------
15
+
16
+ *Released August 22, 2023*
17
+
18
+ .. note::
19
+
20
+ .. include:: /includes/fact-legacy-connections.rst
21
+
22
+ New features:
23
+
24
+ - Show insights for unbound arrays (:issue:`COMPASS-6836`).
25
+ - Use modal to highlight legacy connections (:issue:`COMPASS-7072`).
26
+ - Automatically add ``{ }`` to Find queries (:issue:`COMPASS-6530`).
27
+ - Show list of legacy connections. (:issue:`COMPASS-7081`).
28
+
29
+ Bug Fixes:
30
+
31
+ - Fix error that would occur when modifying a filter in the schema tab
32
+ (:issue:`COMPASS-6944`).
33
+ - Use correct tab name for indexes & validation (:issue:`COMPASS-7022`).
34
+ - Strip unknown preferences when loading (:issue:`COMPASS-7026`).
35
+ - Split connection storage between processes (:issue:`COMPASS-7078`).
36
+ - Clear drop collections input state if drop collections success
37
+ (:issue:`COMPASS-7035`).
38
+ - Allow empty optional string flags (:issue:`COMPASS-7101`).
39
+
40
+ `Full Changelog available on GitHub
41
+ <https://github.com/mongodb-js/compass/compare/v1.39.1...v1.39.2>`__
42
+
13
43
|compass| 1.39.1
14
44
----------------
15
45
You can’t perform that action at this time.
0 commit comments