Skip to content

Commit 3f82672

Browse files
Updating release notes for 4.2.4.0
1 parent e84cf95 commit 3f82672

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ As the [versioning guide](Versioning.md) details, it cannot always be determined
77

88
## 4.2
99

10+
### 4.2.4.0
11+
12+
<h4> Bug Fixes </h4>
13+
14+
* Fix wasNull state across toString() calls in RowStruct - [PR #3276](https://github.com/FoundationDB/fdb-record-layer/pull/3276)
15+
<h4> Dependency Updates </h4>
16+
17+
* Downgrade protobuf version back to 3.25.5 and grpc common proto to 2.37.0 - [PR #3287](https://github.com/FoundationDB/fdb-record-layer/pull/3287)
18+
19+
<details>
20+
<summary>
21+
22+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
23+
24+
</summary>
25+
26+
* Decrease the number of builds compared during mixed mode to the most recent 10 - [PR #3289](https://github.com/FoundationDB/fdb-record-layer/pull/3289)
27+
* Added workflow for creating branches for patch releases - [PR #3192](https://github.com/FoundationDB/fdb-record-layer/pull/3192)
28+
* Rework SqlLineTest so that it actually interacts with the database - [PR #3273](https://github.com/FoundationDB/fdb-record-layer/pull/3273)
29+
* Fix warning from sphinxDocs about missing _static directory. - [PR #3283](https://github.com/FoundationDB/fdb-record-layer/pull/3283)
30+
* Remove get_old_version step from release build - [PR #3277](https://github.com/FoundationDB/fdb-record-layer/pull/3277)
31+
* Remove a bunch of blank lines in unsupported methods - [PR #3267](https://github.com/FoundationDB/fdb-record-layer/pull/3267)
32+
33+
</details>
34+
35+
36+
**[Full Changelog (4.2.3.0...4.2.4.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.2.3.0...4.2.4.0)**
37+
38+
#### Mixed Mode Test Results
39+
40+
Mixed mode testing run against the following previous versions:
41+
42+
`4.0.574.0`, ❌`4.0.575.0`, ❌`4.1.4.0`, ✅`4.1.5.0`, ✅`4.1.6.0`, ✅`4.1.8.0`, ✅`4.1.9.0`, ✅`4.1.10.0`, ✅`4.2.2.0`, ✅`4.2.3.0`
43+
44+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/14230097202)
45+
46+
47+
1048
### 4.2.3.0
1149

1250
<h4> New Features </h4>

0 commit comments

Comments
 (0)