Skip to content
Merged
Changes from 4 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
21 changes: 21 additions & 0 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ Release Notes
:depth: 1
:class: twocols

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

*Released February 13, 2025*

New Features:

- Handle non-existent namespaces (:issue:`COMPASS-5750`)
- Run schema analysis with ``secondaryPreferred`` when read preference is
not set (:issue:`COMPASS-8854`)
- Allow users to set the default sort order to be recent first (:issue:`COMPASS-6706`)
- Bump ``query-parser`` and ``shell-bson-parser`` (:issue:`COMPASS-8942`)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the right number / right content? COMPASS-8942 looks like a new feature

Copy link
Collaborator Author

@jwilson-mdb jwilson-mdb Feb 13, 2025

Choose a reason for hiding this comment

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

Good catch, i think what happened was the query-parser and shell-bson-parser needed to be bumped in order to include the feature in 8942.
The PR that bumps the versions does not have an associated JIRA ticket.

I'll clarify this with a tech reviewer (slack request). Thanks @nvillahermosa-mdb!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated the text per compass team. Thanks again @nvillahermosa-mdb!


Bug Fixes:

- Retain current query when new query is applied (:issue:`COMPASS-8262`)
- Sign the Windows setup ``.exe`` (:issue:`COMPASS-8945`, :issue:`COMPASS-8950`)

`Full Changelog available on Github
<https://github.com/mongodb-js/compass/compare/v1.45.2...v1.45.3>`__

|compass| 1.45.2
----------------

Expand Down