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 = [
2727
2828[constants ]
2929download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
30- current-version = " 1.38 .0"
30+ current-version = " 1.39 .0"
3131
3232[[banners ]]
3333targets = [
Original file line number Diff line number Diff line change @@ -10,6 +10,45 @@ Release Notes
1010 :depth: 1
1111 :class: twocols
1212
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+
1352|compass| 1.38.0
1453----------------
1554
You can’t perform that action at this time.
0 commit comments