Skip to content

Commit a2b4047

Browse files
Updating release notes for 4.4.7.0
1 parent 74dd7ea commit a2b4047

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

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

88
## 4.4
99

10+
### 4.4.7.0
11+
12+
<h4> New Features </h4>
13+
14+
* Include planner configuration in the `QueryCacheKey` - [PR #3463](https://github.com/FoundationDB/fdb-record-layer/pull/3463)
15+
* revive and move `PlannerRepl` into its own component - [PR #3466](https://github.com/FoundationDB/fdb-record-layer/pull/3466)
16+
<h4> Bug Fixes </h4>
17+
18+
* Fix transactional insert throwing No Value Present in server - [PR #3476](https://github.com/FoundationDB/fdb-record-layer/pull/3476)
19+
20+
<details>
21+
<summary>
22+
23+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
24+
25+
</summary>
26+
27+
* Remove release notes for unpublished builds - [PR #3481](https://github.com/FoundationDB/fdb-record-layer/pull/3481)
28+
* Re-enable force continuation tests in Yaml - [PR #3393](https://github.com/FoundationDB/fdb-record-layer/pull/3393)
29+
30+
</details>
31+
32+
33+
**[Full Changelog (4.4.4.0...4.4.7.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.4.4.0...4.4.7.0)**
34+
35+
#### Mixed Mode Test Results
36+
37+
Mixed mode testing run against the following previous versions:
38+
39+
`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`, ✅`4.4.4.0`
40+
41+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16195387365)
42+
43+
44+
1045
### 4.4.4.0
1146

1247
<h4> New Features </h4>

0 commit comments

Comments
 (0)