Skip to content

Commit 23cc3c7

Browse files
Updating release notes for 4.8.12.0
1 parent 136d681 commit 23cc3c7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

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

88
## 4.8
99

10+
### 4.8.12.0
11+
12+
<h4> New Features </h4>
13+
14+
* Add vector type support for Direct Access API inserts - [PR #3733](https://github.com/FoundationDB/fdb-record-layer/pull/3733)
15+
<h4> Bug Fixes </h4>
16+
17+
* Revert Identifier Translation for Protobuf Compliant Names - [PR #3726](https://github.com/FoundationDB/fdb-record-layer/pull/3726)
18+
* Disallow insertion of vectors of different precision and dimensions. - [PR #3730](https://github.com/FoundationDB/fdb-record-layer/pull/3730)
19+
20+
<details>
21+
<summary>
22+
23+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
24+
25+
</summary>
26+
27+
* Revert publishing directly via sonatype API - [PR #3728](https://github.com/FoundationDB/fdb-record-layer/pull/3728)
28+
* Fix incorrect handling of `!ignore` custom tag in YAML - [PR #3725](https://github.com/FoundationDB/fdb-record-layer/pull/3725)
29+
30+
</details>
31+
32+
33+
**[Full Changelog (4.8.11.0...4.8.12.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.8.11.0...4.8.12.0)**
34+
35+
#### Mixed Mode Test Results
36+
37+
Mixed mode testing run against the following previous versions:
38+
39+
`4.6.5.0`, ❌`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`
40+
41+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/19173304176)
42+
43+
44+
1045
### 4.8.11.0
1146

1247
<h4> Breaking Changes </h4>

0 commit comments

Comments
 (0)