Skip to content

Commit 14a59c6

Browse files
Updating release notes for 4.2.7.0
1 parent 78932ae commit 14a59c6

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/sphinx/source/ReleaseNotes.md

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

88
## 4.2
99

10+
### 4.2.7.0
11+
12+
<h4> Breaking Changes </h4>
13+
14+
* Remove deprecated IndexingByRecords module - [PR #3312](https://github.com/FoundationDB/fdb-record-layer/pull/3312)
15+
<h4> New Features </h4>
16+
17+
* Add support for record validation - [PR #3314](https://github.com/FoundationDB/fdb-record-layer/pull/3314)
18+
* Transition FormatVersion from constants to an enum - [PR #3304](https://github.com/FoundationDB/fdb-record-layer/pull/3304)
19+
* Prepare the Cascades planner for multi-stage planning by enabling property computation on arbitrary expressions - [PR #3321](https://github.com/FoundationDB/fdb-record-layer/pull/3321)
20+
* Extra cleanup for the index scrubbing code - [PR #3317](https://github.com/FoundationDB/fdb-record-layer/pull/3317)
21+
<h4> Bug Fixes </h4>
22+
23+
* query uses grouping index with Is_Null predicate - [PR #3327](https://github.com/FoundationDB/fdb-record-layer/pull/3327)
24+
* fix for pull up of null-on-empty bug - [PR #3323](https://github.com/FoundationDB/fdb-record-layer/pull/3323)
25+
* Fix potential NPE due to exception not having an underlying message - [PR #3302](https://github.com/FoundationDB/fdb-record-layer/pull/3302)
26+
* Prevent setting the format version to an unsupported version - [PR #3309](https://github.com/FoundationDB/fdb-record-layer/pull/3309)
27+
28+
<details>
29+
<summary>
30+
31+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
32+
33+
</summary>
34+
35+
* Remove jfrog from repository list - [PR #3339](https://github.com/FoundationDB/fdb-record-layer/pull/3339)
36+
* Fix broken gradle task: testShadowJar - [PR #3320](https://github.com/FoundationDB/fdb-record-layer/pull/3320)
37+
* Upgrade to gradle 8 - [PR #3316](https://github.com/FoundationDB/fdb-record-layer/pull/3316)
38+
39+
</details>
40+
41+
42+
**[Full Changelog (4.2.6.0...4.2.7.0)](https://github.com/FoundationDB/fdb-record-layer/compare/4.2.6.0...4.2.7.0)**
43+
44+
#### Mixed Mode Test Results
45+
46+
Mixed mode testing run against the following previous versions:
47+
48+
`4.1.6.0`, ❌`4.1.8.0`, ✅`4.1.9.0`, ✅`4.1.10.0`, ✅`4.2.2.0`, ✅`4.2.2.1`, ❌`4.2.3.0`, ❌`4.2.4.0`, ✅`4.2.5.0`, ✅`4.2.6.0`
49+
50+
[See full test run](https://github.com/FoundationDB/fdb-record-layer/actions/runs/14864688455)
51+
52+
53+
1054
### 4.2.6.0
1155

1256
<h4> Breaking Changes </h4>

0 commit comments

Comments
 (0)