Skip to content

Commit 06add7c

Browse files
Updating release notes for 4.4.4.0
1 parent 111d957 commit 06add7c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

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

88
## 4.4
99

10+
### 4.4.4.0
11+
12+
<h4> New Features </h4>
13+
14+
* Add support for AutoCommit(false) - [PR #3429](https://github.com/FoundationDB/fdb-record-layer/pull/3429)
15+
<h4> Bug Fixes </h4>
16+
17+
* Escape the ' character in the loggable method to help with log parser frameworks. - [PR #3460](https://github.com/FoundationDB/fdb-record-layer/pull/3460)
18+
* Fix eager constant folding in `RelOpValue` and other fixes - [PR #3443](https://github.com/FoundationDB/fdb-record-layer/pull/3443)
19+
20+
<details>
21+
<summary>
22+
23+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
24+
25+
</summary>
26+
27+
* Rename shouldCommit back to canCommit - [PR #3464](https://github.com/FoundationDB/fdb-record-layer/pull/3464)
28+
29+
</details>
30+
31+
32+
**[Full Changelog (4.4.3.0...4.4.4.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.4.3.0...4.4.4.0)**
33+
34+
#### Mixed Mode Test Results
35+
36+
Mixed mode testing run against the following previous versions:
37+
38+
`4.2.4.0`, ✅`4.2.5.0`, ✅`4.2.6.0`, ✅`4.2.8.0`, ✅`4.3.2.0`, ✅`4.3.3.0`, ✅`4.3.3.1`, ✅`4.3.5.0`, ✅`4.3.6.0`, ✅`4.4.3.0`
39+
40+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16072652789)
41+
42+
43+
1044
### 4.4.3.0
1145

1246
<h4> New Features </h4>

0 commit comments

Comments
 (0)