Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ toc_landing_pages = [

[constants]
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
current-version = "1.44.5"
current-version = "1.45.4"
atlas = "MongoDB Atlas"
qe = "Queryable Encryption"
qe-preview = "{+qe+} Public Preview"
Expand Down
35 changes: 35 additions & 0 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,41 @@ Release Notes
:depth: 1
:class: twocols

|compass| 1.45.4
----------------

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to External Reviewer: We need a release date.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

March 10, 2025 is the release date

*Released March 8, 2025*

New Features:

- Connect in new window with connect split-button (:issue:`COMPASS-8473`)

- Add confirmation modal when applying rules, add explicit editing state (:issue:`COMPASS-8861`)

- Bump :program:`mongosh`, driver to latest (:issue:`COMPASS-9056`)

- Allow aborting analysis while in progress (:issue:`COMPASS-9052`)


Bug Fixes:

- Update maps from Map Tiles API v2 to Raster Tiles API v3 (:issue:`COMPASS-8981`)

- Prevent losing changes in validation editor (:issue:`COMPASS-9003`)

- Document preview overflow styles (:issue:`COMPASS-8997`)

- Hang when the shell output reaches ``maxOutputLines``
(:issue:`COMPASS-7567` and :issue:`MONGOSH-2021`)

- Update driver and patch ``package-lock.json`` hoisting for ``mongosh`` packages

- Unified validation preview CTA (:issue:`COMPASS-8862`)


`Full Changelog available on Github
<https://github.com/mongodb-js/compass/compare/v1.45.3...v1.45.4>`__
Comment on lines +45 to +46
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to call out that this is currently showing as empty for me. It looks like the 1.45.4 branch hasn't been cut yet on GitHub, so I'm guessing once that happens this will work as expected.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirming that this link now works, given that the branch has been cut.


|compass| 1.45.3
----------------

Expand Down
Loading