Skip to content

DOCSP-48247-compass-release-notes #739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Changes from all 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
22 changes: 22 additions & 0 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ Release Notes
:depth: 1
:class: twocols

|compass| 1.46.0
----------------

*Released April 4, 2025*

New Features:

- Enable export schema feature (:issue:`COMPASS-8819`)
- Add in progress saving state (:issue:`COMPASS-9077`)
- Show validation error details (:issue:`COMPASS-8864`, :issue:`COMPASS-8867`, :issue:`COMPASS-8865`)
- Add validation action option for 'errorAndLog' with 8.1 (:issue:`COMPASS-8983`)

Bug Fixes:

- Allow deleting updatemany queries (:issue:`COMPASS-9121`)
- Remove readPreferenceTags for database&collection lookups if the cluster is sharded and readPreferenceTags was set (:issue:`COMPASS-9111`)
- Catch parse error on multi insert
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

[question for tech review]

Do these have accompanying COMPASS issue numbers? Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

No jira issues for those 👍

- Don't allow empty commits in update generated files task; skip task when previous commit was also generated by it

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

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

Expand Down