Skip to content

Commit b56edc7

Browse files
Add release note (#1033) (#1034)
Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]> (cherry picked from commit 9944f2e) Co-authored-by: Chen Dai <[email protected]>
1 parent b76c8f2 commit b56edc7

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.0
2+
3+
### Features
4+
5+
#### Data Source Management
6+
7+
* Catalog Implementation ([#819](https://github.com/opensearch-project/sql/pull/819))
8+
* Catalog to Datasource changes ([#1027](https://github.com/opensearch-project/sql/pull/1027))
9+
10+
#### Prometheus Support
11+
12+
* Prometheus Connector Initial Code ([#878](https://github.com/opensearch-project/sql/pull/878))
13+
* Restricted catalog name to [a-zA-Z0-9_-] characters ([#876](https://github.com/opensearch-project/sql/pull/876))
14+
* Table function for supporting prometheus query_range function ([#875](https://github.com/opensearch-project/sql/pull/875))
15+
* List tables/metrics using information_schema in source command. ([#914](https://github.com/opensearch-project/sql/pull/914))
16+
* [Backport 2.4] Prometheus select metric and stats queries. ([#1020](https://github.com/opensearch-project/sql/pull/1020))
17+
18+
#### Log Pattern Command
19+
20+
* Add patterns and grok command ([#813](https://github.com/opensearch-project/sql/pull/813))
21+
22+
#### ML Command
23+
24+
* Add category_field to AD command in PPL ([#952](https://github.com/opensearch-project/sql/pull/952))
25+
* A Generic ML Command in PPL ([#971](https://github.com/opensearch-project/sql/pull/971))
26+
27+
### Enhancements
28+
29+
* Add datetime functions `FROM_UNIXTIME` and `UNIX_TIMESTAMP` ([#835](https://github.com/opensearch-project/sql/pull/835))
30+
* Adding `CONVERT_TZ` and `DATETIME` functions to SQL and PPL ([#848](https://github.com/opensearch-project/sql/pull/848))
31+
* Add Support for Highlight Wildcard in SQL ([#827](https://github.com/opensearch-project/sql/pull/827))
32+
* Update SQL CLI to use AWS session token. ([#918](https://github.com/opensearch-project/sql/pull/918))
33+
* Add `typeof` function. ([#867](https://github.com/opensearch-project/sql/pull/867))
34+
* Show catalogs ([#925](https://github.com/opensearch-project/sql/pull/925))
35+
* Add functions `PERIOD_ADD` and `PERIOD_DIFF`. ([#933](https://github.com/opensearch-project/sql/pull/933))
36+
* Add take() aggregation function in PPL ([#949](https://github.com/opensearch-project/sql/pull/949))
37+
* Describe Table with catalog name. ([#989](https://github.com/opensearch-project/sql/pull/989))
38+
* Catalog Enhancements ([#988](https://github.com/opensearch-project/sql/pull/988))
39+
* Rework on error reporting to make it more verbose and human-friendly. ([#839](https://github.com/opensearch-project/sql/pull/839))
40+
41+
### Bug Fixes
42+
43+
* Fix EqualsAndHashCode Annotation Warning Messages ([#847](https://github.com/opensearch-project/sql/pull/847))
44+
* Remove duplicated png file ([#865](https://github.com/opensearch-project/sql/pull/865))
45+
* Fix NPE with multiple queries containing DOT(.) in index name. ([#870](https://github.com/opensearch-project/sql/pull/870))
46+
* Update JDBC driver version ([#941](https://github.com/opensearch-project/sql/pull/941))
47+
* Fix result order of parse with other run time fields ([#934](https://github.com/opensearch-project/sql/pull/934))
48+
* AD timefield name issue ([#919](https://github.com/opensearch-project/sql/pull/919))
49+
* [Backport 2.4] Add function name as identifier in antlr ([#1018](https://github.com/opensearch-project/sql/pull/1018))
50+
* [Backport 2.4] Fix incorrect results returned by `min`, `max` and `avg` ([#1022](https://github.com/opensearch-project/sql/pull/1022))
51+
52+
### Infrastructure
53+
54+
* Fix failing ODBC workflow ([#828](https://github.com/opensearch-project/sql/pull/828))
55+
* Reorganize GitHub workflows. ([#837](https://github.com/opensearch-project/sql/pull/837))
56+
* Update com.fasterxml.jackson to 2.13.4 to match opensearch repo. ([#858](https://github.com/opensearch-project/sql/pull/858))
57+
* Trigger build on pull request synchronize action. ([#873](https://github.com/opensearch-project/sql/pull/873))
58+
* Update Jetty Dependency ([#872](https://github.com/opensearch-project/sql/pull/872))
59+
* Fix manual CI workflow and add `name` option. ([#904](https://github.com/opensearch-project/sql/pull/904))
60+
* add groupId to pluginzip publication ([#906](https://github.com/opensearch-project/sql/pull/906))
61+
* Enable ci for windows and macos ([#907](https://github.com/opensearch-project/sql/pull/907))
62+
* Update group to groupId ([#908](https://github.com/opensearch-project/sql/pull/908))
63+
* Enable ignored and disabled tests ([#926](https://github.com/opensearch-project/sql/pull/926))
64+
* Update version of `jackson-databind` for `sql-jdbc` only ([#943](https://github.com/opensearch-project/sql/pull/943))
65+
* Add security policy for ml-commons library ([#945](https://github.com/opensearch-project/sql/pull/945))
66+
* Change condition to always upload coverage for linux workbench ([#967](https://github.com/opensearch-project/sql/pull/967))
67+
* Bump ansi-regex for workbench ([#975](https://github.com/opensearch-project/sql/pull/975))
68+
* Removed json-smart in the JDBC driver ([#978](https://github.com/opensearch-project/sql/pull/978))
69+
* Update MacOS Version for ODBC Driver ([#987](https://github.com/opensearch-project/sql/pull/987))
70+
* Update Jackson Databind version to 2.13.4.2 ([#992](https://github.com/opensearch-project/sql/pull/992))
71+
* [Backport 2.4] Bump sql-cli version to 1.1.0 ([#1024](https://github.com/opensearch-project/sql/pull/1024))
72+
73+
### Documentation
74+
75+
* Add Forum link in SQL plugin README.md ([#809](https://github.com/opensearch-project/sql/pull/809))
76+
* Fix indentation of patterns example ([#880](https://github.com/opensearch-project/sql/pull/880))
77+
* Update docs - missing changes for #754. ([#884](https://github.com/opensearch-project/sql/pull/884))
78+
* Fix broken links ([#911](https://github.com/opensearch-project/sql/pull/911))
79+
* Adding docs related to catalog. ([#963](https://github.com/opensearch-project/sql/pull/963))
80+
* SHOW CATALOGS documentation and integ tests ([#977](https://github.com/opensearch-project/sql/pull/977))
81+
* [Backport 2.4] Add document for ml command. ([#1017](https://github.com/opensearch-project/sql/pull/1017))
82+

0 commit comments

Comments
 (0)