From 6164fd488e8e8f8b21e2d2c0dc3896470685f3a7 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Thu, 13 Feb 2025 10:52:04 -0800 Subject: [PATCH 1/5] DOCSP-47292 Adds 1.45.3 Release Notes --- source/release-notes.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index 814600304..f69e515cc 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -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 pref 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`) + +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 +`__ + |compass| 1.45.2 ---------------- From d8c0007923788c90382f04e041b8698ac92f1179 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Thu, 13 Feb 2025 11:07:07 -0800 Subject: [PATCH 2/5] Update bug fix text --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index f69e515cc..0f4c8e309 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -26,7 +26,7 @@ New Features: Bug Fixes: - Retain current query when new query is applied (:issue:`COMPASS-8262`) -- Sign the Windows ``setup.exe`` (:issue:`COMPASS-8945`, :issue:`COMPASS-8950`) +- Sign the Windows setup ``.exe`` (:issue:`COMPASS-8945`, :issue:`COMPASS-8950`) `Full Changelog available on Github `__ From 71b48fa15c8f48f0abe1cb542aa21098f56fccd1 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Thu, 13 Feb 2025 11:13:13 -0800 Subject: [PATCH 3/5] Update feature text --- source/release-notes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 0f4c8e309..88b3e074d 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -18,8 +18,8 @@ Release Notes New Features: - Handle non-existent namespaces (:issue:`COMPASS-5750`) -- Run schema analysis with ``secondaryPreferred`` when read pref is not - set (:issue:`COMPASS-8854`) +- 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`) From 9fca10cb0ea31e19cbc3e23608e9b8a29af5a3b3 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Thu, 13 Feb 2025 11:18:16 -0800 Subject: [PATCH 4/5] update formatting --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 88b3e074d..22fede164 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -21,7 +21,7 @@ New Features: - 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`) +- Bump ``query-parser`` and ``shell-bson-parser`` (:issue:`COMPASS-8942`) Bug Fixes: From e2b2493584c2d4a528ef31866de78b5e5689df69 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Fri, 14 Feb 2025 09:06:54 -0800 Subject: [PATCH 5/5] Updates compass-8942 text --- source/release-notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 22fede164..263193f63 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -21,7 +21,8 @@ New Features: - 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`) +- Adds support for ``createFromHexString`` and ``createFromBase64`` binary + constructors (:issue:`COMPASS-8942`) Bug Fixes: