Skip to content

Commit

Permalink
added breaking changes section and opendistro-for-elasticsearch#1022, o…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Feb 4, 2021
1 parent 3a991b9 commit 48e3a4c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* Removed stack trace when catches anonymizing data error ([#1014](https://github.com/opendistro-for-elasticsearch/sql/pull/1014))
* Disable access to the field keyword in the new SQL engine ([#1025](https://github.com/opendistro-for-elasticsearch/sql/pull/1025))
* Only keep the first element of multivalue field response ([#1026](https://github.com/opendistro-for-elasticsearch/sql/pull/1026))
* Remove request id in response listener logging ([#1027] (https://github.com/opendistro-for-elasticsearch/sql/pull/1027))

### Bug Fixes
* Fix round fix issue when input is negative and end with .5 ([#914](https://github.com/opendistro-for-elasticsearch/sql/pull/914))
Expand All @@ -54,4 +55,8 @@

### Maintenance
* Fix workbench issue in backported 1.11 branch: error message cannot display ([#943] (https://github.com/opendistro-for-elasticsearch/sql/pull/943))
* Fix URI Encoding in 1.12 ([#955](https://github.com/opendistro-for-elasticsearch/sql/pull/955))
* Fix URI Encoding in 1.12 ([#955](https://github.com/opendistro-for-elasticsearch/sql/pull/955))

### Breaking Changes
* Refine PPL head command syntax ([#1022] (https://github.com/opendistro-for-elasticsearch/sql/pull/1022))
* Disable access to the field keyword in the new SQL engine ([#1025] (https://github.com/opendistro-for-elasticsearch/sql/pull/1025))

0 comments on commit 48e3a4c

Please sign in to comment.