Skip to content
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
25 changes: 25 additions & 0 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,31 @@ 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
(:issue:`COMPASS-8841`)
- 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