Skip to content

Commit fe71920

Browse files
Updating release notes for 4.8.16.0
1 parent aa100e5 commit fe71920

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

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

88
## 4.8
99

10+
### 4.8.16.0
11+
12+
<h4> New Features </h4>
13+
14+
* Introduce KeySpacePath.importData to import previously exported data - [PR #3578](https://github.com/FoundationDB/fdb-record-layer/pull/3578)
15+
* Add support for MDC context passing into the throttled iterator - [PR #3740](https://github.com/FoundationDB/fdb-record-layer/pull/3740)
16+
17+
<details>
18+
<summary>
19+
20+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
21+
22+
</summary>
23+
24+
* YAML test framework now uses the packaged dependencies from the meta-data proto if included - [PR #3793](https://github.com/FoundationDB/fdb-record-layer/pull/3793)
25+
* Add count without alias test - [PR #3790](https://github.com/FoundationDB/fdb-record-layer/pull/3790)
26+
* Document CREATE FUNCTION (user-defined functions) - [PR #3778](https://github.com/FoundationDB/fdb-record-layer/pull/3778)
27+
* Add joins documentation - [PR #3775](https://github.com/FoundationDB/fdb-record-layer/pull/3775)
28+
* Add CASE expression documentation - [PR #3763](https://github.com/FoundationDB/fdb-record-layer/pull/3763)
29+
* Sort yaml tests alphabetically to mitigate future conflicts - [PR #3783](https://github.com/FoundationDB/fdb-record-layer/pull/3783)
30+
* Remove confusing single quotes in error message - [PR #3764](https://github.com/FoundationDB/fdb-record-layer/pull/3764)
31+
* Remove continuations_contain_compiled_statements from JDBC - [PR #3773](https://github.com/FoundationDB/fdb-record-layer/pull/3773)
32+
* Deprecate SQL type codes in JDBC - [PR #3772](https://github.com/FoundationDB/fdb-record-layer/pull/3772)
33+
34+
</details>
35+
36+
37+
**[Full Changelog (4.8.15.0...4.8.16.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.8.15.0...4.8.16.0)**
38+
39+
#### Mixed Mode Test Results
40+
41+
Mixed mode testing run against the following previous versions:
42+
43+
`4.8.1.0`, ✅`4.8.2.0`, ✅`4.8.3.0`, ✅`4.8.5.0`, ✅`4.8.6.0`, ✅`4.8.11.0`, ✅`4.8.12.0`, ✅`4.8.13.0`, ✅`4.8.14.0`, ✅`4.8.15.0`
44+
45+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/19934528132)
46+
47+
48+
1049
### 4.8.15.0
1150

1251
<h4> Breaking Changes </h4>

0 commit comments

Comments
 (0)