Skip to content

Commit e8d2f64

Browse files
(DOCSP-31109,DOCSP-31219): Compass 1.38.2 and 1.39.0 release notes (#522)
* (DOCSP-31109,DOCSP-31219): Compass 1.38.2 and 1.39.0 release notes * update snooty.toml * edits * fix release number in heading * fix punctuation * reorder * wording * remove extra blank line * standardize language
1 parent f1ffcdc commit e8d2f64

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toc_landing_pages = [
2727

2828
[constants]
2929
download-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]]
3333
targets = [

source/release-notes.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)