Skip to content

Commit e8d4d1c

Browse files
Updating release notes for 4.2.1.0
1 parent e52431d commit e8d4d1c

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,59 @@ 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.2
9+
10+
### 4.2.1.0
11+
12+
<h4> Breaking Changes </h4>
13+
14+
* Lucene: AnalyzerChooser no longer takes the text when choosing an analyzer - [PR #2994](https://github.com/FoundationDB/fdb-record-layer/pull/2994)
15+
* Remove deprecated DatabaseTemplate - [PR #3270](https://github.com/FoundationDB/fdb-record-layer/pull/3270)
16+
* Queries using versions now use a serialization that requires 4.1 - [PR #3245](https://github.com/FoundationDB/fdb-record-layer/pull/3245)
17+
<h4> New Features </h4>
18+
19+
* Support defining UDFs in `RecordMetaData` - [PR #2995](https://github.com/FoundationDB/fdb-record-layer/pull/2995)
20+
<h4> Bug Fixes </h4>
21+
22+
* Change some error messages to format with Locale.ROOT - [PR #3255](https://github.com/FoundationDB/fdb-record-layer/pull/3255)
23+
<h4> Dependency Updates </h4>
24+
25+
* Update protobuf dependency to 4.30.1 and grpc-commonProtos dependency to 2.54.1 - [PR #3258](https://github.com/FoundationDB/fdb-record-layer/pull/3258)
26+
27+
<details>
28+
<summary>
29+
30+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
31+
32+
</summary>
33+
34+
* Have create_release_notes.py get the old version from ReleaseNotes.md - [PR #3275](https://github.com/FoundationDB/fdb-record-layer/pull/3275)
35+
* Add cleanup to list of potential labels for PRs - [PR #3268](https://github.com/FoundationDB/fdb-record-layer/pull/3268)
36+
* Remove a bunch of references to @ExcludeFromJacocoGeneratedReport - [PR #3269](https://github.com/FoundationDB/fdb-record-layer/pull/3269)
37+
* Allow having YamlTestExtension include method name in test names - [PR #3253](https://github.com/FoundationDB/fdb-record-layer/pull/3253)
38+
* Prepare for upgrade to Protobuf 4 by removing deprecated or removed calls - [PR #3260](https://github.com/FoundationDB/fdb-record-layer/pull/3260)
39+
* Remove Artifactory publishing logic from gradle build - [PR #3256](https://github.com/FoundationDB/fdb-record-layer/pull/3256)
40+
* Remove unused build files - [PR #3257](https://github.com/FoundationDB/fdb-record-layer/pull/3257)
41+
* Allow specifying a custom cluster file to FRL and YamlTestExtension - [PR #3251](https://github.com/FoundationDB/fdb-record-layer/pull/3251)
42+
* Remove -Xverify:none from build - [PR #3244](https://github.com/FoundationDB/fdb-record-layer/pull/3244)
43+
* Add missing explicit dependencies for gradle tasks - [PR #3250](https://github.com/FoundationDB/fdb-record-layer/pull/3250)
44+
* SchemaTemplateSerDeTests: Replace ibm's Pair with our NonnullPair - [PR #3248](https://github.com/FoundationDB/fdb-record-layer/pull/3248)
45+
46+
</details>
47+
48+
49+
**[Full Changelog (4.1.10.0...4.2.1.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.1.10.0...4.2.1.0)**
50+
51+
#### Mixed Mode Test Results
52+
53+
Mixed mode testing run against the following previous versions:
54+
55+
`4.0.559.1`, ❌`4.0.559.2`, ❌`4.0.559.3`, ❌`4.0.559.4`, ❌`4.0.559.6`, ❌`4.0.561.0`, ❌`4.0.562.0`, ❌`4.0.564.0`, ❌`4.0.565.0`, ❌`4.0.566.0`, ❌`4.0.567.0`, ❌`4.0.568.0`, ❌`4.0.569.0`, ❌`4.0.570.0`, ❌`4.0.571.0`, ❌`4.0.572.0`, ❌`4.0.573.0`, ❌`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`
56+
57+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/14113907478)
58+
59+
60+
861
## 4.1
962

1063
### Features

0 commit comments

Comments
 (0)