From 48e3a4c61b0aaeb7184e1ffed210e374a22e2c4c Mon Sep 17 00:00:00 2001 From: David Cui Date: Thu, 4 Feb 2021 14:38:25 -0800 Subject: [PATCH] added breaking changes section and #1022, #1025, #1027 to release notes --- ...ndistro-for-elasticsearch-sql.release-notes-1.13.0.0.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.13.0.0.md b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.13.0.0.md index 5722be49ea..95e3e258de 100644 --- a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.13.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.13.0.0.md @@ -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)) @@ -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)) \ No newline at end of file +* 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)) \ No newline at end of file