Skip to content

Commit 11a6440

Browse files
authored
[Release 2.19] Add release notes for 2.19 (#3300)
Signed-off-by: Jialiang Liang <[email protected]>
1 parent 7d9f6bd commit 11a6440

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Compatible with OpenSearch and OpenSearch Dashboards Version 2.19.0
2+
3+
### Features
4+
5+
* Call updateState when query is cancelled ([#3139](https://github.com/opensearch-project/sql/pull/3139))
6+
7+
### Bug Fixes
8+
9+
* Fix a regression issue of parsing datetime string with custom time format in Span ([#3079](https://github.com/opensearch-project/sql/pull/3079))
10+
* Fix: CSV and Raw output, escape quotes ([#3063](https://github.com/opensearch-project/sql/pull/3063))
11+
* Fix FilterOperator to cache next element and avoid repeated consumption on hasNext() calls ([#3123](https://github.com/opensearch-project/sql/pull/3123))
12+
* Function str_to_date should work with two-digits year ([#2841](https://github.com/opensearch-project/sql/pull/2841))
13+
14+
### Enhancements
15+
16+
* Add validation method for Flint extension queries and wire it into the dispatcher ([#3096](https://github.com/opensearch-project/sql/pull/3096))
17+
* Add grammar validation for PPL ([#3167](https://github.com/opensearch-project/sql/pull/3167))
18+
* Add validation for unsupported type/identifier/commands ([#3195](https://github.com/opensearch-project/sql/pull/3195))
19+
* Fix the flaky test testExtractDatePartWithTimeType() ([#3225](https://github.com/opensearch-project/sql/pull/3225))
20+
* Allow metadata fields in PPL query ([#2789](https://github.com/opensearch-project/sql/pull/2789))
21+
22+
### Documentation
23+
24+
* Added documentation for the plugins.query.field_type_tolerance setting ([#3118](https://github.com/opensearch-project/sql/pull/3118))
25+
26+
### Maintenance
27+
28+
* Fix spotless check failure for #3148 ([#3158](https://github.com/opensearch-project/sql/pull/3158))
29+
* Fix coverage issue for #3063 ([#3155](https://github.com/opensearch-project/sql/pull/3155))
30+
* Call LeaseManager for BatchQuery ([#3153](https://github.com/opensearch-project/sql/pull/3153))
31+
* Make GrammarElement public ([#3161](https://github.com/opensearch-project/sql/pull/3161))
32+
* Update grammar validation settings ([#3165](https://github.com/opensearch-project/sql/pull/3165))
33+
* [Backport 2.x] Add release notes for 1.3.15 ([#2537](https://github.com/opensearch-project/sql/pull/2537))
34+
* Fix DateTimeFunctionTest.testWeekOfYearWithTimeType and YearWeekTestt.testYearWeekWithTimeType Test Failures ([#3235](https://github.com/opensearch-project/sql/pull/3235))
35+
36+
### Infrastructure
37+
38+
* [AUTO] Increment version to 2.19.0-SNAPSHOT ([#3119](https://github.com/opensearch-project/sql/pull/3119))
39+
* Fix: CI Github Action ([#3177](https://github.com/opensearch-project/sql/pull/3177))
40+
* Artifacts to upload should include the java version in its name to avoid conflicts ([#3239](https://github.com/opensearch-project/sql/pull/3239))

0 commit comments

Comments
 (0)