Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 9750507

Browse files
author
Alolita Sharma
committed
Release notes for Open Distro for Elasticsearch 1.7.0
Release notes for Open Distro for Elasticsearch 1.7.0
1 parent 2194bc7 commit 9750507

File tree

1 file changed

+30
-37
lines changed

1 file changed

+30
-37
lines changed

release-notes/release-notes-odfe-1.7.0.md

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The release includes the following features, enhancements, infrastructure and do
2121

2222
* Change [#414](https://github.com/opendistro-for-elasticsearch/sql/pull/414): Invalidate HTTP GET method.
2323

24-
## **Features**
24+
## Features
2525

26-
### **New!🔥 ANOMALY DETECTION**
26+
### New!🔥 ANOMALY DETECTION
2727

2828
* Add state and error to profile API [(#84)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/84)
2929
* Preview detector on the fly [(#72)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/72)
@@ -35,7 +35,7 @@ The release includes the following features, enhancements, infrastructure and do
3535
* Circuit breaker [(#10](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/10) [, #7)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/7)
3636
* Stats collection [(#8)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/8)
3737

38-
### **New!🔥 ANOMALY DETECTION KIBANA UI**
38+
### New!🔥 ANOMALY DETECTION KIBANA UI
3939

4040
* Add functionality to start & stop detector [PR #12](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/12)
4141
* Add side navigation bar [PR #19](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/12)
@@ -56,15 +56,14 @@ The release includes the following features, enhancements, infrastructure and do
5656
* Security Update: Fix CSV injection issue. ([#447](https://github.com/opendistro-for-elasticsearch/sql/pull/447))
5757
* Security Update: Anonymize sensitive data in queries exposed to RestSqlAction logs. ([#419](https://github.com/opendistro-for-elasticsearch/sql/pull/419))
5858

59-
### **New!🔥 SQL CLI
60-
**
59+
### New!🔥 SQL CLI
6160

6261
* Feature [#12](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/12): Initial development for SQL CLI
6362
* prototype launch: app -> check connection -> take input -> query ES -> serve raw results(format=jdbc)
6463
* enrich auto-completion corpus
6564
* Convert to vertical output format if fields length is larger than terminal window
6665
* 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
6867
* Add config base logic. Add pagination for long output
6968
* Add nice little welcome banner.
7069
* 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
8584

8685
* Cursor integration. ([#76](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/76))
8786

88-
### **New!🔥 SQL KIBANA UI
89-
**
87+
### New!🔥 SQL KIBANA UI
9088

9189
* Initialize SQL Kibana plugin ([#1](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/1))
9290
* SQL Kibana plugin functionality implementation ([#2](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/2))
@@ -120,30 +118,28 @@ The release includes the following features, enhancements, infrastructure and do
120118
* Updated lastest yarn.lock for accurate dependency alert ([#62](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/62))
121119
* Updated snapshot ([#63](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/63))
122120

123-
### **New!🔥 SQL ODBC Driver
124-
**
121+
### New!🔥 SQL ODBC Driver
125122

126123
* Add support for connection string abbreviations ([#7)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/7)
127124
* Connection string refactoring and registry updates ([#2](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/2))
128125
* Simple Windows Installer ([#27)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/27)
129126
* Add fetch_size for pagination support ([#78)](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/78)
130127

131-
### **INDEX STATE MANAGEMENT
132-
**
128+
### INDEX STATE MANAGEMENT
133129

134130
* Adds rollover conditions into info object [(#208)](https://github.com/opendistro-for-elasticsearch/index-management/pull/208)
135131

136132
### K-NN
137133

138134
* Support cosine similarity ([#90](https://github.com/opendistro-for-elasticsearch/k-NN/pull/90)). Note: This is an experimental feature.
139135

140-
## **Enhancements**
136+
## Enhancements
141137

142-
### **ALERTING KIBANA UI**
138+
### ALERTING KIBANA UI
143139

144140
* Creates monitor with anomaly detector. - [(#123)](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/123)
145141

146-
### **New!🔥 ANOMALY DETECTION**
142+
### New!🔥 ANOMALY DETECTION
147143

148144
* Stats API: moved detector count call outside transport layer and make asynchronous [PR #108](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/108)
149145
* 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
175171
* Add async implementation of getFeaturesForPeriod. [PR #15](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/15)
176172
* Add test evaluating anomaly results [PR #13](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/13)
177173

178-
### **New!🔥 ANOMALY DETECTION KIBANA UI**
174+
### New!🔥 ANOMALY DETECTION KIBANA UI
179175

180176
* Add window delay [PR #4](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/4)
181177
* Add empty dashboard page [PR #9](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/9)
@@ -204,8 +200,7 @@ The release includes the following features, enhancements, infrastructure and do
204200
* 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)
205201
* Use bucket aggregation for anomaly distribution [PR #126](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/126)
206202

207-
### **INDEX STATE MANAGEMENT
208-
**
203+
### INDEX STATE MANAGEMENT
209204

210205
* Adds isIdempotent method to each step and updates ManagedIndexRunner to use it [(#165)](https://github.com/opendistro-for-elasticsearch/index-management/pull/165)
211206
* 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
217212
* 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))
218213
* Switched the default value of the circuit breaker from 60% to 50%. ([#92](https://github.com/opendistro-for-elasticsearch/k-NN/pull/92))
219214

220-
### **New!🔥 **SQL CLI
215+
### New!🔥SQL CLI
221216

222217
* Added github action workflow for CI/CD ([#31](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/31))
223218
* Update github action test and build workflow to spin up ES instance ([#35)](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/35)
224219

225-
## **Bug fixes**
220+
## Bug fixes
226221

227-
### **New!🔥 ANOMALY DETECTION**
222+
### New!🔥ANOMALY DETECTION
228223

229224
* 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)
230225
* 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
234229
* Revert "merge changes from alpha branch: change setting name and fix … [PR #38](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/38)
235230
* Fix stop detector api to use correct request [PR #25](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/25)
236231

237-
### **New!🔥 ANOMALY DETECTION KIBANA UI**
232+
### New!🔥ANOMALY DETECTION KIBANA UI
238233

239234
* Fix dashboard width [PR #29](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/29)
240235
* Fix dashboard bugs [PR #35](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/35)
@@ -274,8 +269,7 @@ The release includes the following features, enhancements, infrastructure and do
274269
* Fix more live chart bugs [PR #125](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/125)
275270
* Fix loading bug on live chart [PR #129](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/129)
276271

277-
### **INDEX STATE MANAGEMENT
278-
**
272+
### INDEX STATE MANAGEMENT
279273

280274
* Delete and close failing during snapshot in progress [(#172)](https://github.com/opendistro-for-elasticsearch/index-management/pull/172)
281275

@@ -284,7 +278,7 @@ The release includes the following features, enhancements, infrastructure and do
284278
* 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)
285279
* Fix debugging integration tests ([#78)](https://github.com/opendistro-for-elasticsearch/k-NN/pull/78)
286280

287-
### **SECURITY**
281+
### SECURITY
288282

289283
* 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))
290284
* 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
306300
* Add support for strict_date_optional_time. ([#412](https://github.com/opendistro-for-elasticsearch/sql/pull/412))
307301
* Field function name letter case preserved in select with group by. ([#381](https://github.com/opendistro-for-elasticsearch/sql/pull/381))
308302

309-
### **New!🔥 **SQL CLI
303+
### New!🔥SQL CLI
310304

311305
* Initial development for SQL CLI ([#12)](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/12)
312306
* Fix the logic of passing self-constructed settings
@@ -318,7 +312,7 @@ The release includes the following features, enhancements, infrastructure and do
318312
* Fix test failures ([#19](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/19))
319313
* Update usage gif, fix http/https issue when connect to AWS Elasticsearch ([#26](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/26))
320314

321-
### **New!🔥 **SQL KIBANA UI
315+
### New!🔥SQL KIBANA UI
322316

323317
* Fixed the issue that response failed to be delivered in the console ([#10](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/10))
324318
* 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
327321
* Fixed: fatal errors occur when import @elastic/eui modules in docker images ([#43](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/43))
328322
* BugFix: Corrected the downloaded .csv/.txt files to proper format ([#50](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/pull/50))
329323

330-
### **New!🔥 **SQL ODBC Driver
324+
### New!🔥SQL ODBC Driver
331325

332326
* [Fix AWS authentication for Tableau on Mac](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/9)
333327
* [Mac installer fixes](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/73)
334328
* [Fix General installer components](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/69)
335329

336-
## **Infra Updates**
330+
## Infra Updates
337331

338-
### **New!🔥 **ANOMALY DETECTION
332+
### New!🔥ANOMALY DETECTION
339333

340334
* Add release notes for ODFE 1.7.0 [(#120](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/120) [, #119)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/119)
341335
* Open Distro Release 1.7.0 [(#106)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/106)
@@ -352,7 +346,7 @@ The release includes the following features, enhancements, infrastructure and do
352346
* Build artifacts for rpm, deb, zip [(#5)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/5)
353347
* Update test-workflow.yml [(#2)](https://github.com/opendistro-for-elasticsearch/anomaly-detection/pull/2)
354348

355-
### **New!🔥 **ANOMALY DETECTION KIBANA UI
349+
### New!🔥ANOMALY DETECTION KIBANA UI
356350

357351
* Initial commit [here](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/commit/0e5ace28588d311ee9a632c4783ca3e06ad6b187)
358352
* 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
366360

367361
* 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))
368362

369-
### **New!🔥 **SQL CLI
363+
### New!🔥SQL CLI
370364

371365
* Feature [#28](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/28) :Added tox scripts for testing automation
372366

373367
## Documentation Updates
374368

375-
### **New!🔥 **ANOMALY DETECTION KIBANA UI
369+
### New!🔥ANOMALY DETECTION KIBANA UI
376370

377371
* Create CONTRIBUTORS [here](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/commit/603b9e7a8bff522bbfc7f841d8e61143aaff7a6d)
378372
* Update README [here](https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/commit/c1da0e52eb0bcb3beee23f642686661da634f7f4)
@@ -387,22 +381,21 @@ The release includes the following features, enhancements, infrastructure and do
387381

388382
* More docs in reference manual and add architecture doc. ([#417](https://github.com/opendistro-for-elasticsearch/sql/pull/417))
389383

390-
### **New!🔥 **SQL CLI
384+
### New!🔥SQL CLI
391385

392386
* Update documentation and CLI naming ([#22](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/22))
393387
* Update copyright to 2020 ([#32)](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/32)
394388
* Updated package naming and created folder for release notes ([#33](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/33))
395389
* Added CONTRIBUTORS.md ([#34](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/34))
396390
* Polish README.md and test_plan.md ([#36](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/36))
397391

398-
### **New!🔥 SQL ODBC Driver
399-
**
392+
### New!🔥SQL ODBC Driver
400393

401394
* [Pagination support design document](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/40)
402395
* [Update README for authentication & encryption configuration options](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/33)
403396
* [Instructions for signing installers](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/84)
404397

405-
## **In development**
398+
## In development
406399

407400
1. [Performance Analyzer RCA Engine](https://github.com/opendistro-for-elasticsearch/performance-analyzer-rca)
408401

0 commit comments

Comments
 (0)