diff --git a/source/release-notes.txt b/source/release-notes.txt index 451047fe7..9b8fbd04f 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -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 +`__ + |compass| 1.45.0 ----------------