From 24022c4d0b2256d835beff6592e0ef1afc10eb57 Mon Sep 17 00:00:00 2001 From: Alec Grieser Date: Thu, 31 Jul 2025 14:56:45 +0100 Subject: [PATCH] Cleanup 4.5.3.0 Release Notes We ended up pushing the 4.5.2.0 and 4.5.3.0 releases in quick succession because the publishing for 4.5.2.0 was disrupted. We were able to publish that release anyway, so in theory we could leave the 4.5.2.0 release out, but it seems more consistent with our other practices to just clean up the release notes to remove the 4.5.2.0 reference. --- docs/sphinx/source/ReleaseNotes.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/docs/sphinx/source/ReleaseNotes.md b/docs/sphinx/source/ReleaseNotes.md index 9080318ce2..9cbeebb14b 100644 --- a/docs/sphinx/source/ReleaseNotes.md +++ b/docs/sphinx/source/ReleaseNotes.md @@ -9,37 +9,21 @@ As the [versioning guide](Versioning.md) details, it cannot always be determined ### 4.5.3.0 - - -**[Full Changelog (4.5.2.0...4.5.3.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.5.2.0...4.5.3.0)** - -#### Mixed Mode Test Results - -Mixed mode testing run against the following previous versions: - -❌`4.4.7.0`, ❌`4.4.8.0`, ❌`4.4.9.0`, ❌`4.4.10.0`, ❌`4.4.11.0`, ✅`4.4.12.0`, ✅`4.4.14.0`, ✅`4.4.15.0`, ✅`4.5.1.0`, ✅`4.5.2.0` - -[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16629945151) - - - -### 4.5.2.0 -

Bug Fixes

* Fix some software rot in the sqlline CLI - [PR #3502](https://github.com/FoundationDB/fdb-record-layer/pull/3502) * `NULL` handling fixes in plan generator - [PR #3506](https://github.com/FoundationDB/fdb-record-layer/pull/3506) -**[Full Changelog (4.5.1.0...4.5.2.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.5.1.0...4.5.2.0)** +**[Full Changelog (4.5.1.0...4.5.3.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.5.1.0...4.5.3.0)** #### Mixed Mode Test Results Mixed mode testing run against the following previous versions: -✅`4.4.4.0`, ❌`4.4.7.0`, ❌`4.4.8.0`, ❌`4.4.9.0`, ❌`4.4.10.0`, ❌`4.4.11.0`, ✅`4.4.12.0`, ✅`4.4.14.0`, ✅`4.4.15.0`, ✅`4.5.1.0` +❌`4.4.7.0`, ❌`4.4.8.0`, ❌`4.4.9.0`, ❌`4.4.10.0`, ❌`4.4.11.0`, ✅`4.4.12.0`, ✅`4.4.14.0`, ✅`4.4.15.0`, ✅`4.5.1.0`, ✅`4.5.2.0` -[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16627768059) +[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16629945151)