Skip to content

Commit 9f01096

Browse files
Updating release notes for 4.8.1.0
1 parent 873c9c6 commit 9f01096

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ 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.8
9+
10+
### 4.8.1.0
11+
12+
<h4> Breaking Changes </h4>
13+
14+
* Update minor version to 4.8 - [PR #3678](https://github.com/FoundationDB/fdb-record-layer/pull/3678)
15+
<h4> New Features </h4>
16+
17+
* Support primitive type arrays contains - [PR #3300](https://github.com/FoundationDB/fdb-record-layer/pull/3300)
18+
<h4> Bug Fixes </h4>
19+
20+
* catch IndexOutOfBoundsException when accessing fields from metadata - [PR #3672](https://github.com/FoundationDB/fdb-record-layer/pull/3672)
21+
* Enable new KeyValueCursorBaseContinuation serialization - [PR #3671](https://github.com/FoundationDB/fdb-record-layer/pull/3671)
22+
23+
<details>
24+
<summary>
25+
26+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
27+
28+
</summary>
29+
30+
* Deprecate compiled statement continuations in jdbc - [PR #3659](https://github.com/FoundationDB/fdb-record-layer/pull/3659)
31+
* Create a new fdb-test-utils sub-project for some test utilities - [PR #3631](https://github.com/FoundationDB/fdb-record-layer/pull/3631)
32+
* remove sql_type_code remove usage - [PR #3651](https://github.com/FoundationDB/fdb-record-layer/pull/3651)
33+
* Fix code coverage for nightly when run with the tests - [PR #3667](https://github.com/FoundationDB/fdb-record-layer/pull/3667)
34+
35+
</details>
36+
37+
38+
**[Full Changelog (4.7.3.0...4.8.1.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.7.3.0...4.8.1.0)**
39+
40+
#### Mixed Mode Test Results
41+
42+
Mixed mode testing run against the following previous versions:
43+
44+
`4.5.12.0`, ❌`4.5.13.0`, ❌`4.6.1.0`, ❌`4.6.2.0`, ❌`4.6.3.0`, ✅`4.6.4.0`, ✅`4.6.5.0`, ✅`4.7.1.0`, ✅`4.7.2.0`, ✅`4.7.3.0`
45+
46+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/18526871065)
47+
48+
49+
850
## 4.7
951

1052
### 4.7.3.0

0 commit comments

Comments
 (0)