Skip to content

Commit 1848d86

Browse files
Add release notes for 2.12.0.0 (#2513) (#2515)
(cherry picked from commit f3e06d5) Signed-off-by: Vamsi Manohar <reddyvam@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aea33da commit 1848d86

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
Compatible with OpenSearch and OpenSearch Dashboards Version 2.12.0
2+
3+
### Features
4+
5+
6+
### Enhancements
7+
* add InteractiveSession and SessionManager by @penghuo in https://github.com/opensearch-project/sql/pull/2290
8+
* Add Statement by @penghuo in https://github.com/opensearch-project/sql/pull/2294
9+
* Add sessionId parameters for create async query API by @penghuo in https://github.com/opensearch-project/sql/pull/2312
10+
* Implement patch API for datasources by @derek-ho in https://github.com/opensearch-project/sql/pull/2273
11+
* Integration with REPL Spark job by @penghuo in https://github.com/opensearch-project/sql/pull/2327
12+
* Add missing tags and MV support by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2336
13+
* Bug Fix, support cancel query in running state by @penghuo in https://github.com/opensearch-project/sql/pull/2351
14+
* Add Session limitation by @penghuo in https://github.com/opensearch-project/sql/pull/2354
15+
* Handle Describe,Refresh and Show Queries Properly by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2357
16+
* Add where clause support in create statement by @dai-chen in https://github.com/opensearch-project/sql/pull/2366
17+
* Add Flint Index Purging Logic by @kaituo in https://github.com/opensearch-project/sql/pull/2372
18+
* add concurrent limit on datasource and sessions by @penghuo in https://github.com/opensearch-project/sql/pull/2390
19+
* Redefine Drop Index as logical delete by @penghuo in https://github.com/opensearch-project/sql/pull/2386
20+
* Added session, statement, emrjob metrics to sql stats api by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2398
21+
* Add more metrics and handle emr exception message by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2422
22+
* Add cluster name in spark submit params by @noCharger in https://github.com/opensearch-project/sql/pull/2467
23+
* Add setting plugins.query.executionengine.async_query.enabled by @penghuo in https://github.com/opensearch-project/sql/pull/2510
24+
25+
### Bug Fixes
26+
* Fix bug, using basic instead of basicauth by @penghuo in https://github.com/opensearch-project/sql/pull/2342
27+
* create new session if current session not ready by @penghuo in https://github.com/opensearch-project/sql/pull/2363
28+
* Create new session if client provided session is invalid by @penghuo in https://github.com/opensearch-project/sql/pull/2368
29+
* Enable session by default by @penghuo in https://github.com/opensearch-project/sql/pull/2373
30+
* Return 429 for ConcurrencyLimitExceededException by @penghuo in https://github.com/opensearch-project/sql/pull/2428
31+
* Async query get result bug fix by @dai-chen in https://github.com/opensearch-project/sql/pull/2443
32+
* Validate session with flint datasource passed in async job request by @kaituo in https://github.com/opensearch-project/sql/pull/2448
33+
* Temporary fixes for build errors by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2476
34+
* Add SparkDataType as wrapper for unmapped spark data type by @penghuo in https://github.com/opensearch-project/sql/pull/2492
35+
* Fix wrong 503 error response code by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2493
36+
37+
### Documentation
38+
* [DOC] Configure the Spark metrics properties while creating a s3 Glue Connector by @noCharger in https://github.com/opensearch-project/sql/pull/2504
39+
40+
### Infrastructure
41+
* Onboard jenkins prod docker images in github actions by @peterzhuamazon in https://github.com/opensearch-project/sql/pull/2404
42+
* Add publishToMavenLocal to publish plugins in this script by @zane-neo in https://github.com/opensearch-project/sql/pull/2461
43+
* Update to Gradle 8.4 by @reta in https://github.com/opensearch-project/sql/pull/2433
44+
* Add JDK-21 to GA worklflows by @reta in https://github.com/opensearch-project/sql/pull/2481
45+
46+
### Refactoring
47+
* Refactoring in Unit Tests by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2308
48+
* deprecated job-metadata-index by @penghuo in https://github.com/opensearch-project/sql/pull/2339
49+
* Refactoring for tags usage in test files. by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2383
50+
* Add seder to TransportPPLQueryResponse by @zane-neo in https://github.com/opensearch-project/sql/pull/2452
51+
* Move pplenabled to transport by @zane-neo in https://github.com/opensearch-project/sql/pull/2451
52+
* Async Executor Service Depedencies Refactor by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2488
53+
54+
### Security
55+
* Upgrade JSON to 20231013 to fix CVE-2023-5072 by @derek-ho in https://github.com/opensearch-project/sql/pull/2307
56+
* Block execution engine settings in sql query settings API and add more unit tests by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2407
57+
* upgrade okhttp to 4.12.0 by @joshuali925 in https://github.com/opensearch-project/sql/pull/2405
58+
* Bump aws-java-sdk-core version to 1.12.651 by @penghuo in https://github.com/opensearch-project/sql/pull/2503
59+
60+
## New Contributors
61+
* @dreamer-89 made their first contribution in https://github.com/opensearch-project/sql/pull/2013
62+
* @kaituo made their first contribution in https://github.com/opensearch-project/sql/pull/2212
63+
* @zane-neo made their first contribution in https://github.com/opensearch-project/sql/pull/2452
64+
* @noCharger made their first contribution in https://github.com/opensearch-project/sql/pull/2467
65+
66+
---
67+
**Full Changelog**: https://github.com/opensearch-project/sql/compare/2.11.0.0...2.12.0.0

0 commit comments

Comments
 (0)