File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ toc_landing_pages = [
27
27
28
28
[constants ]
29
29
download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
30
- current-version = " 1.38 .0"
30
+ current-version = " 1.39 .0"
31
31
32
32
[[banners ]]
33
33
targets = [
Original file line number Diff line number Diff line change @@ -10,6 +10,45 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.39.0
14
+ ----------------
15
+
16
+ *Released July 14, 2023*
17
+
18
+ New features:
19
+
20
+ - Enable proactive performance insights by default. Proactive
21
+ performance insights analyze your queries and suggest ways to improve
22
+ performance. (:issue:`COMPASS-7000`)
23
+
24
+ Bug Fixes:
25
+
26
+ - Fix issue where Compass would create an incorrect index.
27
+ (:issue:`COMPASS-6981`)
28
+ - Ensure that Compass displays indexes in the correct case.
29
+ (:issue:`COMPASS-6510`)
30
+ - Cap number of log files to 100. (:issue:`MONGOSH-1449`)
31
+ - Map project to projection before emitting open-explain-plan event
32
+ (:issue:`COMPASS-6995`)
33
+ - Fix issue with Windows hotkeys. (:issue:`COMPASS-6777`)
34
+ - Handle missing execution stats in raw explain.
35
+
36
+ `Full Changelog available on GitHub
37
+ <https://github.com/mongodb-js/compass/compare/v1.38.2...v1.39.0>`__
38
+
39
+ |compass| 1.38.2
40
+ ----------------
41
+
42
+ *Released June 30, 2023*
43
+
44
+ Bug Fix:
45
+
46
+ - Fix issue with projecting document size. (Reverts
47
+ :issue:`COMPASS-6837`)
48
+
49
+ `Full Changelog available on GitHub
50
+ <https://github.com/mongodb-js/compass/compare/v1.38.1...v1.38.2>`__
51
+
13
52
|compass| 1.38.0
14
53
----------------
15
54
You can’t perform that action at this time.
0 commit comments