@@ -10,6 +10,58 @@ Release Notes
1010 :depth: 1
1111 :class: twocols
1212
13+ |compass| 1.38.0
14+ ----------------
15+
16+ *Released June 21, 2023*
17+
18+ New Features:
19+
20+ - OpenID Connect (OIDC) authentication (:issue:`COMPASS-6803`).
21+ - Stage wizard, which helps build aggregation pipelines
22+ (:issue:`COMPASS-6814`).
23+ - Add visual tree and update summary for aggregation explain plans
24+ (:issue:`COMPASS-6821` and :issue:`COMPASS-6888`).
25+ - Open a collection in a new tab shortcut.
26+ - Add performance tab indicator to state that information about certain
27+ collections is missing (:issue:`COMPASS-6593`).
28+ - Add Atlas error message when connection fails because of IP access
29+ issue (:issue:`COMPASS-6842`).
30+ - Show insight when query is unindexed (:issue:`COMPASS-6832`).
31+ - Show insight when number of collections is too high
32+ (:issue:`COMPASS-6835`).
33+ - Add unindexed aggregation insight (:issue:`COMPASS-6833`).
34+ - Implement guide cue component in Compass to provide contextual user
35+ interface assistance (:issue:`COMPASS-6334`).
36+ - Add support for hiding and unhiding indexes in the Index tab.
37+
38+ Bug Fixes:
39+
40+ - Add file type filters when exporting data (:issue:`COMPASS-6890`).
41+ - Rename "Less Options" to "Fewer Options" (:issue:`COMPASS-6774`).
42+ - Support dark mode for ``TypeEditor`` drop down (:issue:`COMPASS-6893`).
43+ - Fix execution time for aggregation explain plan
44+ (:issue:`COMPASS-6496`).
45+ - Fix fast XML parser issue (:issue:`COMPASS-6905`).
46+ - Use ``enableShell`` setting to control the runtime start and stop.
47+ - Include ``has_sort`` in telemetry.
48+ - Various jQuery fixes (:issue:`COMPASS-6885`, :issue:`COMPASS-6884`,
49+ :issue:`COMPASS-6883`, and :issue:`COMPASS-6882`).
50+ - Replace ``got`` with ``fetch`` in redirect (:issue:`COMPASS-6881`).
51+ - Fix redirects (:issue:`COMPASS-6880` and :issue:`COMPASS-6879`).
52+ - Show 1 as the page number for collections when no entries are present.
53+ - Select combo box option ``onBlur`` issue (:issue:`COMPASS-6511`).
54+ - Use ``mongodb-cloud-info`` v2 for IPv6 support in cloud metrics
55+ (:issue:`COMPASS-6795`).
56+ - Fix editor dark mode background selection color
57+ (:issue:`COMPASS-6910`).
58+ - Disable the autoupdater for MSI installs (Windows without Squirrel)
59+ (:issue:`COMPASS-6857`).
60+ - Fix for ``bulkWrite`` when importing data (:issue:`COMPASS-6928`).
61+
62+ `Full Changelog available on GitHub
63+ <https://github.com/mongodb-js/compass/compare/v1.37.0...v1.38.0>`__
64+
1365|compass| 1.37.0
1466----------------
1567
0 commit comments