You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/source/ReleaseNotes.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,63 @@ As the [versioning guide](Versioning.md) details, it cannot always be determined
7
7
8
8
## 4.3
9
9
10
+
### 4.3.6.0
11
+
12
+
<h4> Breaking Changes </h4>
13
+
14
+
* Support calling table functions without parentheses when no parameters are required - [PR #3409](https://github.com/FoundationDB/fdb-record-layer/pull/3409)
15
+
<h4> New Features </h4>
16
+
17
+
* Type specifier suffix for `long` and `int` literals - [PR #3434](https://github.com/FoundationDB/fdb-record-layer/pull/3434)
18
+
* Simplification rules for constant `coalesce` and `promote` expressions - [PR #3425](https://github.com/FoundationDB/fdb-record-layer/pull/3425)
19
+
* Scoring and costing query predicates - [PR #3427](https://github.com/FoundationDB/fdb-record-layer/pull/3427)
20
+
* Add new `Option`s to disable planner rules through the Relational API - [PR #3421](https://github.com/FoundationDB/fdb-record-layer/pull/3421)
21
+
* Introduce value-specific plan cache constraints - [PR #3413](https://github.com/FoundationDB/fdb-record-layer/pull/3413)
* Introduce a new planner rewrite rule to facilitate in-lining function parameter values - [PR #3381](https://github.com/FoundationDB/fdb-record-layer/pull/3381)
* Avoid Boolean simplification that would lead to expressions like `x IS TRUE` being simplified to `FALSE` - [PR #3436](https://github.com/FoundationDB/fdb-record-layer/pull/3436)
33
+
* Address nullability of null-on-empty quantifiers and nested fields - [PR #3426](https://github.com/FoundationDB/fdb-record-layer/pull/3426)
34
+
* Address case where `markIndexReadable` could ignore `allowUniquePending` parameter - [PR #3423](https://github.com/FoundationDB/fdb-record-layer/pull/3423)
* Allow version repair to operate while the store is locked - [PR #3396](https://github.com/FoundationDB/fdb-record-layer/pull/3396)
37
+
38
+
<details>
39
+
<summary>
40
+
41
+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
42
+
43
+
</summary>
44
+
45
+
* Update code version before running tests in release build - [PR #3450](https://github.com/FoundationDB/fdb-record-layer/pull/3450)
46
+
* Added ability to hand in connection options through the yaml framework and temporary tests that disable all rewrite rules - [PR #3438](https://github.com/FoundationDB/fdb-record-layer/pull/3438)
47
+
* Run expensive `Traversal` verification sanity check less often - [PR #3442](https://github.com/FoundationDB/fdb-record-layer/pull/3442)
48
+
* Separate out Lucene tests so they run separately in PRB - [PR #3440](https://github.com/FoundationDB/fdb-record-layer/pull/3440)
49
+
* Allow MaintainYamlTestConfig with quickTest - [PR #3416](https://github.com/FoundationDB/fdb-record-layer/pull/3416)
50
+
* Bring in 4.3.3.1 release notes - [PR #3399](https://github.com/FoundationDB/fdb-record-layer/pull/3399)
0 commit comments