Skip to content

Commit 82d32fb

Browse files
Updating release notes for 4.8.13.0
1 parent 999e928 commit 82d32fb

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.13.0
11+
12+
<h4> Breaking Changes </h4>
13+
14+
* Change DataInKeySpacePath to contain a KeySpacePath instead of ResolvedKeySpacePath - [PR #3716](https://github.com/FoundationDB/fdb-record-layer/pull/3716)
15+
<h4> New Features </h4>
16+
17+
* Reintroduce translation of identifiers to Protobuf compliant names - [PR #3736](https://github.com/FoundationDB/fdb-record-layer/pull/3736)
18+
<h4> Bug Fixes </h4>
19+
20+
* Skip rank index match candidate generation for SQL queries - [PR #3748](https://github.com/FoundationDB/fdb-record-layer/pull/3748)
21+
* Lucene: index filters support - [PR #3688](https://github.com/FoundationDB/fdb-record-layer/pull/3688)
22+
* Make Lucene partitioner thread-safe - [PR #3699](https://github.com/FoundationDB/fdb-record-layer/pull/3699)
23+
24+
<details>
25+
<summary>
26+
27+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
28+
29+
</summary>
30+
31+
* Create test showcasing bug with enums and index scans - [PR #3735](https://github.com/FoundationDB/fdb-record-layer/pull/3735)
32+
* Add ResultSet MetaData tests to assert current behavior with underlying struct type names - [PR #3744](https://github.com/FoundationDB/fdb-record-layer/pull/3744)
33+
34+
</details>
35+
36+
37+
**[Full Changelog (4.8.12.0...4.8.13.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.8.12.0...4.8.13.0)**
38+
39+
#### Mixed Mode Test Results
40+
41+
Mixed mode testing run against the following previous versions:
42+
43+
`4.7.1.0`, ❌`4.7.2.0`, ❌`4.7.3.0`, ✅`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`
44+
45+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/19332292964)
46+
47+
48+
1049
### 4.8.12.0
1150

1251
<h4> New Features </h4>

0 commit comments

Comments
 (0)