Skip to content

Commit 2c08f4a

Browse files
Updating release notes for 4.4.3.0
1 parent 64443f8 commit 2c08f4a

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
@@ -5,6 +5,44 @@ 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.4
9+
10+
### 4.4.3.0
11+
12+
<h4> New Features </h4>
13+
14+
* Improve MetaDataProtoEditor handling of unqualified types and add support for renaming all the types - [PR #3402](https://github.com/FoundationDB/fdb-record-layer/pull/3402)
15+
* Enable the Planner Rewrite Rules - [PR #3401](https://github.com/FoundationDB/fdb-record-layer/pull/3401)
16+
<h4> Bug Fixes </h4>
17+
18+
* add placeholders in all appropriate select expressions - [PR #3451](https://github.com/FoundationDB/fdb-record-layer/pull/3451)
19+
20+
<details>
21+
<summary>
22+
23+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
24+
25+
</summary>
26+
27+
* Update the Maven Central publishing URL to avoid sunset service - [PR #3457](https://github.com/FoundationDB/fdb-record-layer/pull/3457)
28+
* Pick correct locally generated build for `!current_version` tests - [PR #3455](https://github.com/FoundationDB/fdb-record-layer/pull/3455)
29+
* Have ExternalServer dynamically find available ports - [PR #3398](https://github.com/FoundationDB/fdb-record-layer/pull/3398)
30+
31+
</details>
32+
33+
34+
**[Full Changelog (4.3.6.0...4.4.3.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.3.6.0...4.4.3.0)**
35+
36+
#### Mixed Mode Test Results
37+
38+
Mixed mode testing run against the following previous versions:
39+
40+
`4.2.3.0`, ❌`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`
41+
42+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/16009050791)
43+
44+
45+
846
## 4.3
947

1048
### 4.3.6.0

0 commit comments

Comments
 (0)