Skip to content

Commit cf64ec3

Browse files
Updating release notes for 4.5.1.0
1 parent 5d59584 commit cf64ec3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ This document contains a log of changes to the FoundationDB Record Layer. It aim
55

66
As the [versioning guide](Versioning.md) details, it cannot always be determined solely by looking at the version numbers whether one Record Layer version contains all changes included in another. In particular, bug fixes and backwards-compatible changes might be back-ported to or introduced as patches against older versions. To track when a patch version has been included in the main release train, some releases will say as a note that they contain all changes from a specific patch.
77

8+
## 4.5
9+
10+
### 4.5.1.0
11+
12+
<h4> Breaking Changes </h4>
13+
14+
* Update to minor version 4.5 in recognition of incompatibility with older 4.3 versions - [PR #3508](https://github.com/FoundationDB/fdb-record-layer/pull/3508)
15+
* Remove QueryHashable - [PR #3392](https://github.com/FoundationDB/fdb-record-layer/pull/3392)
16+
<h4> Bug Fixes </h4>
17+
18+
* Enable AggregateCursorContinuation serialize to the new implementation - [PR #3495](https://github.com/FoundationDB/fdb-record-layer/pull/3495)
19+
20+
<details>
21+
<summary>
22+
23+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
24+
25+
</summary>
26+
27+
* Introduce option to setup transaction before executing queries - [PR #3471](https://github.com/FoundationDB/fdb-record-layer/pull/3471)
28+
* Omit portions of stack trace that are just junit in test summary - [PR #3499](https://github.com/FoundationDB/fdb-record-layer/pull/3499)
29+
30+
</details>
31+
32+
33+
**[Full Changelog (4.4.15.0...4.5.1.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.4.15.0...4.5.1.0)**
34+
35+
#### Mixed Mode Test Results
36+
37+
Mixed mode testing run against the following previous versions:
38+
39+
`4.4.3.0`, ✅`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`
40+
41+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16597262218)
42+
43+
44+
845
## 4.4
946

1047
### 4.4.15.0

0 commit comments

Comments
 (0)