Update 7.10 release notes after respin (#63725) (#63757)

Adds PRs diff to the release notes.

(cherry picked from commit 1ede4b332e5f87591710723e1a6ff9353384e2ff)
Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
This commit is contained in:
Andrei Dan 2020-10-16 09:06:08 +01:00 committed by GitHub
parent 7ea44d20c3
commit f4a856d423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Search::
* Add case insensitive flag for "term" family of queries {es-pull}61596[#61596] (issue: {es-issue}61546[#61546])
* Add case insensitive support for regex queries {es-pull}59441[#59441]
* Tweak toXContent implementation of ParametrizedFieldMapper {es-pull}59968[#59968]
* Implement fields value fetching for the `text`, `search_as_you_type` and `token_count` field types {es-pull}63515[#63515]
Snapshot/Restore::
* Add repositories metering API {es-pull}60371[#60371]
@ -274,3 +275,6 @@ Snapshot/Restore::
* Fix Test Failure in testCorrectCountsForDoneShards {es-pull}60254[#60254] (issue: {es-issue}60247[#60247])
* Minimize cache file locking during prewarming {es-pull}61837[#61837] (issue: {es-issue}58658[#58658])
* Prevent snapshots to be mounted as system indices {es-pull}61517[#61517] (issue: {es-issue}60522[#60522])
SQL::
* Allow unescaped wildcard (*) in LIKE pattern {es-pull}63428[#63428] (issue: {es-issue}55108[#55108])