Skip to content

Commit c62161b

Browse files
(DOCSP-25037): 1.33.1 release notes (#428)
* (DOCSP-25037): 1.33.1 release notes * fix tense
1 parent a7150cd commit c62161b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_landing_pages = ["/install", "/connect", "/instance", "/query/filter", "/que
1212

1313
[constants]
1414
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
15-
current-version = "1.33.0"
15+
current-version = "1.33.1"
1616

1717
[[banners]]
1818
targets = [

source/release-notes.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

13+
|compass| 1.33.1
14+
----------------
15+
16+
*Released September 14, 2022*
17+
18+
New Features:
19+
20+
- Update saved aggregations to open as popover (:issue:`COMPASS-5852`)
21+
- Add error message hint for crud timeout message (:issue:`COMPASS-4638`)
22+
- Show namespace on saved queries and pipelines popovers (:issue:`COMPASS-6028`)
23+
- Add sparse option for indexes (:issue:`COMPASS-1963`)
24+
- Only show columnstore index option for mongodb server >= 7 (:issue:`COMPASS-5970`)
25+
- Add progress badge to the indexes table (:issue:`COMPASS-5944`)
26+
- Fix table header for indexes (:issue:`COMPASS-6042`)
27+
28+
Bug Fixes:
29+
30+
- Adjust crypt shared library download script for M1 builds
31+
- Hide collection submenu on disconnect (:issue:`COMPASS-6047`)
32+
- Align delete index modal text
33+
- Fix updating arrays with dots in names (:issue:`COMPASS-6011`)
34+
- Hide document views when there are no documents
35+
- Fix import deep JSON overwriting variables (:issue:`COMPASS-5971`)
36+
37+
`Full changelog available on GitHub
38+
<https://github.com/mongodb-js/compass/releases/tag/v1.33.1>`__.
39+
1340
|compass| 1.33.0
1441
----------------
1542

0 commit comments

Comments
 (0)