You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/source/ReleaseNotes.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,59 @@ This document contains a log of changes to the FoundationDB Record Layer. It aim
5
5
6
6
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.
7
7
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)
* 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)
0 commit comments