Skip to content

Commit 6b181b8

Browse files
Updating release notes for 4.3.1.0
1 parent 4ac718c commit 6b181b8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ 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.3
9+
10+
### 4.3.1.0
11+
12+
<h4> New Features </h4>
13+
14+
* New planner rule added to push predicates down in the query representation - [PR #3324](https://github.com/FoundationDB/fdb-record-layer/pull/3324)
15+
* Create FutureManagerRunner and convert FDBDatabaseRunnerImpl to use it. - [PR #3347](https://github.com/FoundationDB/fdb-record-layer/pull/3347)
16+
* Implement Compilable SQL functions - [PR #3307](https://github.com/FoundationDB/fdb-record-layer/pull/3307)
17+
* Add RecordCountKey State - [PR #3334](https://github.com/FoundationDB/fdb-record-layer/pull/3334)
18+
* multi phase planning - [PR #3328](https://github.com/FoundationDB/fdb-record-layer/pull/3328)
19+
<h4> Bug Fixes </h4>
20+
21+
* add minimize to RecordQueryPlan - [PR #3356](https://github.com/FoundationDB/fdb-record-layer/pull/3356)
22+
23+
<details>
24+
<summary>
25+
26+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
27+
28+
</summary>
29+
30+
* ParameterizedTest utilities - [PR #3336](https://github.com/FoundationDB/fdb-record-layer/pull/3336)
31+
* Remove 4.2.7.0 release notes as build was never published - [PR #3345](https://github.com/FoundationDB/fdb-record-layer/pull/3345)
32+
33+
</details>
34+
35+
36+
**[Full Changelog (4.2.8.0...4.3.1.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.2.8.0...4.3.1.0)**
37+
38+
#### Mixed Mode Test Results
39+
40+
Mixed mode testing run against the following previous versions:
41+
42+
`4.1.8.0`, ✅`4.1.9.0`, ✅`4.1.10.0`, ✅`4.2.2.0`, ✅`4.2.2.1`, ❌`4.2.3.0`, ❌`4.2.4.0`, ✅`4.2.5.0`, ✅`4.2.6.0`, ✅`4.2.8.0`
43+
44+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/15223203009)
45+
46+
47+
848
## 4.2
949

1050
### 4.2.8.0

0 commit comments

Comments
 (0)