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

|compass| 1.45.1
----------------

*Released January 15, 2024*

Bug Fixes:

- Send a nonce in oidc request by default (:issue:`COMPASS-8588`)
- Don't cut off list view value editor tooltips (:issue:`COMPASS-8581`)
- Fixes element key editor tooltip and revert not updating validity
(:issue:`COMPASS-8586`)
- Don't fallback to zero if the count cannot be determined
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 reviewer]

Does this have an associated issue #? I don't see one listed here: https://github.com/mongodb-js/compass/releases/tag/v1.45.1 Should we consider removing this? Thanks!

Choose a reason for hiding this comment

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

added COMPASS-8841 for this

- Updates top chart write lock percentage of load visual
(:issue:`COMPASS-8604`)
- Don't lose the isOperationInProgress state when the user switches
tabs (:issue:`COMPASS-8576`)
- Bumps mongosh to 2.3.6 (:issue:`COMPASS-8689`)
- Don't derive enableGenAIFeatures from org, allow disabling it
(:issue:`COMPASS-8680`)
- Adjusts status marker position (:issue:`CLOUDP-289203`)

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

|compass| 1.45.0
----------------

Expand Down
Loading