Skip to content

Commit ea40d5b

Browse files
authored
DOCSP-27268 Compass 1.35 release notes (#453)
* DOCSP-27268 Compass 1.35 release notes * snooty.toml bump version * :
1 parent 22bbfe6 commit ea40d5b

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

snooty.toml

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

2626
[constants]
2727
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
28-
current-version = "1.34.2"
28+
current-version = "1.35.0"
2929

3030
[[banners]]
3131
targets = [

source/release-notes.txt

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

13+
14+
|compass| 1.35.0
15+
----------------
16+
17+
*Released January 11, 2023*
18+
19+
New Features:
20+
21+
- Update export modal to LeafyGreen components (:issue:`COMPASS-6220`)
22+
- Replace types dropdown with LG select
23+
- Use leafygreen combobox to select stages
24+
- Replace export-to-language with leafygreen components (:issue:`COMPASS-6219`)
25+
- Add connection import/export UI
26+
- Convert compass query history to new components (:issue:`COMPASS-6221`)
27+
- Use the same date hook in query history as in saved aggregations (:issue:`COMPASS-6221`)
28+
- Add forceConnectionOptions option (:issue:`COMPASS-6068`)
29+
- Implement readOnly option (:issue:`COMPASS-6064`)
30+
- Update import modal to LeafyGreen components (:issue:`COMPASS-6220`)
31+
- Add --username and --password for auto-connect (:issue:`COMPASS-6216`)
32+
- Expose protectConnectionStrings in settings UI (:issue:`COMPASS-6262`)
33+
- Kerberos password field setting (:issue:`COMPASS-5950`)
34+
- Add maxTimeMS as setting (:issue:`COMPASS-6063`)
35+
- Update compass validation components to leafygreen (:issue:`COMPASS-6237`)
36+
- Update explain plan components (:issue:`COMPASS-6236`)
37+
- Implement enableDevTools option (:issue:`COMPASS-6061`), (:issue:`COMPASS-5615`)
38+
- Use rebranded components in the document table view
39+
- Add tracking event when stage value changes (:issue:`COMPASS-6310`)
40+
- Update Compass aggregations modals (:issue:`COMPASS-6286`)
41+
- Add LG darkTheme support for table view
42+
- Remove trackErrors setting (:issue:`COMPASS-5708`)
43+
- Move all autoupdates logic to compass main process, allow to dismiss updates (:issue:`COMPASS-6057`) (:issue:`COMPASS-6303`)
44+
- Convert more insert dialog code to compass components & leafygreen (:issue:`COMPASS-6285`)
45+
- Register Compass as a protocol handler for ``mongodb://`` (:issue:`COMPASS-6085`)
46+
- Add ``--show-example-config`` flag (:issue:`COMPASS-6084`)
47+
- Cancellable aggregate and schema analysis (:issue:`COMPASS-5668`)
48+
- Cancellable find and explain (:issue:`COMPASS-5668`)
49+
- Implement new input docs card design (:issue:`COMPASS-6234`)
50+
- Update scrollbar styles (:issue:`COMPASS-5597`)
51+
- Cancellable counts (:issue:`COMPASS-5668`)
52+
- Update aggregations stage components (:issue:`COMPASS-6234`)
53+
- Enable pipeline as text feature (:issue:`COMPASS-6299`)
54+
- Index tab UI improvements (:issue:`COMPASS-6323`), (:issue:`COMPASS-6329`)
55+
- Add refresh document count in aggregation results (:issue:`COMPASS-6156`)
56+
- Confirm when deleting pipeline (:issue:`COMPASS-4137`)
57+
58+
Bug Fixes:
59+
60+
- Improve table view interactions
61+
- Do not save auto-connection in recents (:issue:`COMPASS-6290`)
62+
- Check for root level when deciding if _id key is editable (:issue:`COMPASS-6160`)
63+
- Fix the saved pipelines popover's scrolling (:issue:`COMPASS-6277`)
64+
- Disable deprecation warnings in production (:issue:`COMPASS-6322`)
65+
- Ignore non-digits in number input (:issue:`COMPASS-6326`)
66+
- Speed up export (:issue:`COMPASS-6332`)
67+
- Increase compass schema value bubble contrast (:issue:`COMPASS-6230`)
68+
- Fix macOS protocol handler connection string passing
69+
- Fix typo on Indexes screen
70+
- Avoid race condition when installing listeners
71+
- Hide delete for db/coll cards in readonly mode (:issue:`COMPASS-6292`)
72+
- Freeze settings modal height and adjust categories (:issue:`COMPASS-6325`)
73+
- Fix nested field autocomplete (:issue:`COMPASS-6335`)
74+
- Reset contains error check on document json view edit cancel (:issue:`COMPASS-6059`)
75+
- Pass the preference as a prop when nesting Field (:issue:`COMPASS-6363`)
76+
- Hide add stage in toolbar (:issue:`COMPASS-6373`)
77+
- Make $out options more clear in agg pipeline builder (:issue:`COMPASS-6304`)
78+
- Speed up document json view (:issue:`COMPASS-6365`)
79+
- Export to Language (Java) has incorrect class name (:issue:`COMPASS-6159`)
80+
- Enable next page button when count is unknown (:issue:`COMPASS-6340`)
81+
- Initialize before identify and use get-os-info from npm
82+
- Output stage destination name (:issue:`COMPASS-6407`)
83+
- Set width of compass shell to avoid overflow (:issue:`COMPASS-6411`)
84+
1385
|compass| 1.34.2
1486
----------------
1587

0 commit comments

Comments
 (0)