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
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
* Security Update: Anonymize sensitive data in queries exposed to RestSqlAction logs. ([#419](https://github.com/opendistro-for-elasticsearch/sql/pull/419))
58
58
59
-
### **New!🔥 SQL CLI
60
-
**
59
+
### New!🔥 SQL CLI
61
60
62
61
* Feature [#12](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/12): Initial development for SQL CLI
63
62
* prototype launch: app -> check connection -> take input -> query ES -> serve raw results(format=jdbc)
64
63
* enrich auto-completion corpus
65
64
* Convert to vertical output format if fields length is larger than terminal window
66
65
* Add style to output fields name. Add logic to confirm choice from user for vertical output
67
-
* Add single query without getting into console. Integrate "_explain" api
66
+
* Add single query without getting into console. Integrate "explain" api
68
67
* Add config base logic. Add pagination for long output
69
68
* Add nice little welcome banner.
70
69
* Add params -f for format_output (jdbc/raw/csv), -v for vertical display
@@ -85,8 +84,7 @@ The release includes the following features, enhancements, infrastructure and do
* Add support for connection string abbreviations ([#7)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/7)
127
124
* Connection string refactoring and registry updates ([#2](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/2))
128
125
* Simple Windows Installer ([#27)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/27)
129
126
* Add fetch_size for pagination support ([#78)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/78)
130
127
131
-
### **INDEX STATE MANAGEMENT
132
-
**
128
+
### INDEX STATE MANAGEMENT
133
129
134
130
* Adds rollover conditions into info object [(#208)](https://github.com/opendistro-for-elasticsearch/index-management/pull/208)
135
131
136
132
### K-NN
137
133
138
134
* Support cosine similarity ([#90](https://github.com/opendistro-for-elasticsearch/k-NN/pull/90)). Note: This is an experimental feature.
139
135
140
-
## **Enhancements**
136
+
## Enhancements
141
137
142
-
### **ALERTING KIBANA UI**
138
+
### ALERTING KIBANA UI
143
139
144
140
* Creates monitor with anomaly detector. - [(#123)](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/123)
145
141
146
-
### **New!🔥 ANOMALY DETECTION**
142
+
### New!🔥 ANOMALY DETECTION
147
143
148
144
* Stats API: moved detector count call outside transport layer and make asynchronous [PR #108](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/108)
149
145
* Change AD result index rollover setting [PR #100](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/100)
@@ -175,7 +171,7 @@ The release includes the following features, enhancements, infrastructure and do
175
171
* Add async implementation of getFeaturesForPeriod. [PR #15](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/15)
176
172
* Add test evaluating anomaly results [PR #13](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/13)
@@ -204,8 +200,7 @@ The release includes the following features, enhancements, infrastructure and do
204
200
* Use scientific notation when number less than 0.01 on live chart [PR #124](https://github.com/opendistro-for-elasticsearchanomaly-detection-kibana-plugin/pull/124)
205
201
* Use bucket aggregation for anomaly distribution [PR #126](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/126)
206
202
207
-
### **INDEX STATE MANAGEMENT
208
-
**
203
+
### INDEX STATE MANAGEMENT
209
204
210
205
* Adds isIdempotent method to each step and updates ManagedIndexRunner to use it [(#165)](https://github.com/opendistro-for-elasticsearch/index-management/pull/165)
211
206
* Adds logs, fix for index creation date -1L, nullable checks [(#170)](https://github.com/opendistro-for-elasticsearch/index-management/pull/170)
@@ -217,14 +212,14 @@ The release includes the following features, enhancements, infrastructure and do
217
212
* Add stats to track the number of requests and errors for KNN query and index operations. ([#89](https://github.com/opendistro-for-elasticsearch/k-NN/pull/89))
218
213
* Switched the default value of the circuit breaker from 60% to 50%. ([#92](https://github.com/opendistro-for-elasticsearch/k-NN/pull/92))
219
214
220
-
### **New!🔥**SQL CLI
215
+
### New!🔥SQL CLI
221
216
222
217
* Added github action workflow for CI/CD ([#31](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/31))
223
218
* Update github action test and build workflow to spin up ES instance ([#35)](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/35)
224
219
225
-
## **Bug fixes**
220
+
## Bug fixes
226
221
227
-
### **New!🔥ANOMALY DETECTION**
222
+
### New!🔥ANOMALY DETECTION
228
223
229
224
* Change setting name so that rpm/deb has the same name as zip [PR #109](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/109)
230
225
* Can't start AD job if detector has no feature [PR #76](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/76)
@@ -234,7 +229,7 @@ The release includes the following features, enhancements, infrastructure and do
234
229
* Revert "merge changes from alpha branch: change setting name and fix … [PR #38](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/38)
235
230
* Fix stop detector api to use correct request [PR #25](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/25)
@@ -274,8 +269,7 @@ The release includes the following features, enhancements, infrastructure and do
274
269
* Fix more live chart bugs [PR #125](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/125)
275
270
* Fix loading bug on live chart [PR #129](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/129)
276
271
277
-
### **INDEX STATE MANAGEMENT
278
-
**
272
+
### INDEX STATE MANAGEMENT
279
273
280
274
* Delete and close failing during snapshot in progress [(#172)](https://github.com/opendistro-for-elasticsearch/index-management/pull/172)
281
275
@@ -284,7 +278,7 @@ The release includes the following features, enhancements, infrastructure and do
284
278
* Added validation in VectorFieldMapper to check for vector values of NaN and throwing an Exception if so. ([#100)](https://github.com/opendistro-for-elasticsearch/k-NN/pull/100)
* Implemented APIs and datamodel to configure nodes_dn dynamically #[445](https://github.com/opendistro-for-elasticsearch/security/pull/445) (backported from master #[362](https://github.com/opendistro-for-elasticsearch/security/pull/362))
290
284
* Performance improvement by memorizing results of resolveIndexPatterns for Bulk requests (backported from master #[309](https://github.com/opendistro-for-elasticsearch/security/pull/309))
@@ -306,7 +300,7 @@ The release includes the following features, enhancements, infrastructure and do
306
300
* Add support for strict_date_optional_time. ([#412](https://github.com/opendistro-for-elasticsearch/sql/pull/412))
307
301
* Field function name letter case preserved in select with group by. ([#381](https://github.com/opendistro-for-elasticsearch/sql/pull/381))
308
302
309
-
### **New!🔥**SQL CLI
303
+
### New!🔥SQL CLI
310
304
311
305
* Initial development for SQL CLI ([#12)](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/12)
312
306
* Fix the logic of passing self-constructed settings
@@ -318,7 +312,7 @@ The release includes the following features, enhancements, infrastructure and do
318
312
* Fix test failures ([#19](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/19))
319
313
* Update usage gif, fix http/https issue when connect to AWS Elasticsearch ([#26](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/26))
320
314
321
-
### **New!🔥**SQL KIBANA UI
315
+
### New!🔥SQL KIBANA UI
322
316
323
317
* Fixed the issue that response failed to be delivered in the console ([#10](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/10))
324
318
* Fixed the issue that aggregation result not delivered in the table ([#26](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/26))
@@ -327,15 +321,15 @@ The release includes the following features, enhancements, infrastructure and do
327
321
* Fixed: fatal errors occur when import @elastic/eui modules in docker images ([#43](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/43))
328
322
* BugFix: Corrected the downloaded .csv/.txt files to proper format ([#50](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/50))
329
323
330
-
### **New!🔥**SQL ODBC Driver
324
+
### New!🔥SQL ODBC Driver
331
325
332
326
*[Fix AWS authentication for Tableau on Mac](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/9)
* Fix unit test issue [PR #14](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/14)
@@ -366,13 +360,13 @@ The release includes the following features, enhancements, infrastructure and do
366
360
367
361
* Create Github action that automatically runs integration tests against docker image whenever code is checked into master or opendistro branch. ([#73](https://github.com/opendistro-for-elasticsearch/k-NN/pull/73))
368
362
369
-
### **New!🔥**SQL CLI
363
+
### New!🔥SQL CLI
370
364
371
365
* Feature [#28](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/28):Added tox scripts for testing automation
0 commit comments