Skip to content

Commit b297cb8

Browse files
Updating release notes for 4.9.8.0
1 parent 3a8daee commit b297cb8

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

docs/sphinx/source/ReleaseNotes.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ As the [versioning guide](Versioning.md) details, it cannot always be determined
77

88
## 4.9
99

10+
### 4.9.8.0
11+
12+
<h4> New Features </h4>
13+
14+
* Fix struct type metadata preservation in query results and continuations - [PR #3753](https://github.com/FoundationDB/fdb-record-layer/pull/3753)
15+
<h4> Dependency Updates </h4>
16+
17+
* Make the gson dependency in yaml-tests explicit. - [PR #3911](https://github.com/FoundationDB/fdb-record-layer/pull/3911)
18+
19+
<details>
20+
<summary>
21+
22+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
23+
24+
</summary>
25+
26+
* Enable all tests that were previously failing due to [#3206](https://github.com/FoundationDB/fdb-record-layer/issues/3206) - [PR #3689](https://github.com/FoundationDB/fdb-record-layer/pull/3689)
27+
* Publish the server logs for mixed mode tests - [PR #3909](https://github.com/FoundationDB/fdb-record-layer/pull/3909)
28+
* Make FDBDatabaseTest.testPostCloseHookFailsToCreate not flaky - [PR #3908](https://github.com/FoundationDB/fdb-record-layer/pull/3908)
29+
* Add comprehensive JDBC Guide - [PR #3784](https://github.com/FoundationDB/fdb-record-layer/pull/3784)
30+
* Assert that yaml test connections to `ExternalServer`s are connections to the right version - [PR #3906](https://github.com/FoundationDB/fdb-record-layer/pull/3906)
31+
32+
</details>
33+
34+
35+
**[Full Changelog (4.9.7.0...4.9.8.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.9.7.0...4.9.8.0)**
36+
37+
#### Mixed Mode Test Results
38+
39+
Mixed mode testing run against the following previous versions:
40+
41+
`4.8.14.0`, ✅`4.8.15.0`, ✅`4.8.16.0`, ✅`4.8.17.0`, ✅`4.9.1.0`, ✅`4.9.2.0`, ✅`4.9.3.0`, ✅`4.9.4.0`, ✅`4.9.6.0`, ✅`4.9.7.0`
42+
43+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/21670849939)
44+
45+
46+
1047
### 4.9.7.0
1148

1249
<h4> New Features </h4>

0 commit comments

Comments
 (0)