Mayya Sharipova
7e2a9f58ee
script_score query errors on negative scores ( #53133 )
...
7.5 and 7.6 had a regression that allowed for
script_score queries to have negative scores.
We have corrected this regression in #52478 .
This is an addition to #52478 that adds
a test and release notes.
2020-03-05 14:23:39 -05:00
Yannick Welsch
d1e7951e00
[DOCS] Add 7.6.1. release notes ( #52874 )
...
Adds the release notes for 7.6.1.
2020-03-04 15:47:54 +01:00
Martijn van Groningen
6aa9aaa2c6
Add validation for dynamic templates ( #52890 )
...
Backport of #51233 to the seven dot x branch.
Tries to load a `Mapper` instance for the mapping snippet of a dynamic template.
This should catch things like using an analyzer that is undefined or mapping attributes that are unused.
This is best effort:
* If `{{name}}` placeholder is used in the mapping snippet then validation is skipped.
* If `match_mapping_type` is not specified then validation is performed for all mapping types.
If parsing succeeds with a single mapping type then this the dynamic mapping is considered valid.
If is detected that a dynamic template mapping snippet is invalid at mapping update time then the mapping update is failed for indices created on 8.0.0-alpha1 and later. For indices created on prior version a deprecation warning is omitted instead. In 7.x clusters the mapping update will never fail in case of an invalid dynamic template mapping snippet and a deprecation warning will always be omitted.
Closes #17411
Closes #24419
Co-authored-by: Adrien Grand <jpountz@gmail.com>
2020-02-28 10:35:04 +01:00
Mayya Sharipova
3840a763d8
Correct release notes for 7.5 ( #52660 )
...
Remove a mention to a feature that was not merged,
as its corresponding PR was closed.
2020-02-21 14:59:46 -05:00
Lisa Cawley
e77e49e956
[DOCS] Adds machine learning highlights ( #52334 )
2020-02-14 08:51:55 -08:00
Lisa Cawley
c4525f8cca
[DOCS] Adds ml-cpp PRs to release notes ( #52158 )
...
Co-Authored-By: David Roberts <dave.roberts@elastic.co>
2020-02-10 18:06:01 -08:00
Zachary Tong
c8f0fe135d
Update release notes for BC5
2020-02-07 16:41:51 -05:00
Zachary Tong
3147453600
Update Release Notes for BC4
2020-01-31 11:41:44 -05:00
Lisa Cawley
3f4156e95a
[DOCS] Adds release highlight for transforms ( #51555 )
2020-01-29 08:35:02 -08:00
Zachary Tong
83647101ef
Update Release notes for BC2
2020-01-22 14:05:59 -05:00
Zachary Tong
b38fdf9f94
Add release highlights for 7.6 ( #51070 )
...
Add release highlights for 7.6
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2020-01-22 09:42:57 -05:00
Lisa Cawley
79cf0894fa
[DOCS] Adds ML PRs to release notes ( #51234 )
2020-01-20 11:08:23 -08:00
James Rodewig
2353fe47fc
[DOCS] Adds placeholder for 7.5.2 release notes ( #51124 )
...
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2020-01-16 14:42:24 -05:00
Zachary Tong
a62c9e4e69
Fix 7.6 release notes file name
2020-01-15 15:16:48 -05:00
Zachary Tong
8f48c8d312
Add 7.6.0 release notes
2020-01-15 14:10:37 -05:00
Lisa Cawley
2106a7b02a
[7.x][DOCS] Updates ML links ( #50387 ) ( #50409 )
2019-12-20 10:01:19 -08:00
Adrien Grand
ec11c04bd5
[DOCS] Add 7.5.1 release notes ( #50196 )
...
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-12-18 11:09:53 -05:00
Colin Goodheart-Smithe
0592b3c726
Removes PR that was not in 7.5.0 release
2019-12-03 10:20:05 +00:00
Paul Sanwald
ebc13ca498
re-categorize things that appeared in multiple area labels ( #49777 )
2019-12-02 15:03:38 -05:00
Hendrik Muhs
a5dc6e062e
Document issue 49730 in release notes for 7.5.0 ( #49733 )
...
document low severity issue about transform audit index potentially disappearing during rolling upgrade
See #49730 for details
2019-12-02 20:54:36 +01:00
lcawl
96f14fcfbd
[DOCS] Removes coming tags
2019-12-02 08:17:10 -08:00
Jim Ferenczi
e6dc5bf9c2
Add release highlights for 7.5.0 ( #49320 )
2019-12-02 07:45:12 -08:00
jimczi
cb5169ae37
update release notes for 7.5.0 after respin
2019-11-19 16:24:04 +01:00
Lisa Cawley
b0b5fcc4f6
[DOCS] Removes closed security PRs from release notes ( #49256 )
2019-11-18 09:19:11 -08:00
Lisa Cawley
de8107e350
[DOCS] Adds ml-cpp PRs to release notes ( #49185 )
2019-11-15 09:36:39 -08:00
jimczi
0e82b5f59b
add release notes for 7.5.0
2019-11-12 09:59:14 +01:00
Deb Adair
6412d0f528
[DOCS] Remove coming tag from 7.4.2 RN backport.
2019-10-31 09:43:26 -07:00
Lisa Cawley
b7559f23cc
[DOCS] Fixes PR#48055 in release notes ( #48726 )
2019-10-31 07:37:44 -07:00
debadair
a876760848
[DOCS] Add placeholder for 7.4.2 release notes ( #48724 )
2019-10-30 16:09:29 -07:00
Lisa Cawley
c6f4662038
[DOCS] Updates ML PRs in 7.4.1 release notes ( #48600 )
2019-10-29 09:35:11 -07:00
Jim Ferenczi
96556d72cc
Add a known issue to the release notes of 7.4.0 ( #48373 )
...
A [bug](https://github.com/elastic/elasticsearch/issues/48358 ) in 7.4.0 prevents
the activation of the search slow log. This change adds an entry in the release
notes to warn users to not activate it in this version.
Relates #48358
2019-10-23 19:57:37 +02:00
Tom Callahan
f573cd6a2c
[DOCS] Add 7.4.1 Release Notes ( #48359 )
2019-10-23 08:22:00 -05:00
James Rodewig
e931fcd331
[DOCS] Add placeholder for 7.4.1 release notes ( #48316 )
2019-10-22 07:53:28 -05:00
James Rodewig
a61d12afea
[DOCS] Add #46860 to 7.4 release notes ( #48018 )
2019-10-15 08:48:27 -04:00
Ioannis Kakavas
f4c884450f
Remove unmerged changes from release notes ( #47732 )
2019-10-08 18:14:41 +03:00
Russ Cam
3bb17a0c28
Remove string interning from release notes ( #47489 )
...
This commit removes the string interning issue and PR from the 7.4.0 release notes.
The PR https://github.com/elastic/elasticsearch/pull/41039 was closed and not merged.
2019-10-03 11:01:03 +02:00
James Rodewig
6b96f53ea0
[DOCS] Change xrefs to external links in 7.4 rls highlights ( #47474 )
2019-10-02 17:03:21 -04:00
lcawl
66116e39ba
[DOCS] Edits ML release notes
2019-10-01 10:15:06 -07:00
Lisa Cawley
5ba543fd6c
[DOCS] Adds machine learning PRs to release notes ( #47316 )
2019-10-01 10:17:41 -04:00
James Rodewig
2ca075dee4
[DOCS] Remove coming tags for 7.4.0 release ( #47318 )
2019-10-01 10:17:36 -04:00
Colin Goodheart-Smithe
2cd6bed9c8
Updates 7.4.0 release notes
2019-09-27 09:20:08 +01:00
Nicole Albee
4714f10650
[DOCS] Remove coming tag from 7.2.0 release highlights ( #47183 )
2019-09-26 15:48:54 -04:00
Colin Goodheart-Smithe
35f056661f
Updates 7.4.0 release notes
2019-09-25 18:10:09 +01:00
Colin Goodheart-Smithe
56224068d4
Release highlights for 7.4.0 ( #46963 )
...
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-24 09:25:13 +01:00
Colin Goodheart-Smithe
74d1588ec5
Updates release notes for 7.4.0
2019-09-20 08:10:47 +01:00
maidoo
0f2e72b7f8
[DOCS] Term dict memory usage is a 7.3.0 enhancement, not 7.2.0 ( #46662 )
...
Closes #46635
2019-09-19 14:15:12 +02:00
Colin Goodheart-Smithe
9d6632d6fa
Updates 7.4.0 release notes
2019-09-17 09:07:56 +01:00
James Rodewig
3b26657335
[DOCS] Remove coming tags for 7.3.2 release ( #46676 )
2019-09-12 13:26:11 -04:00
Lisa Cawley
dea472c6fb
[DOCS] Adds machine learning PRs to release notes ( #46564 )
2019-09-11 08:30:59 -07:00
Colin Goodheart-Smithe
31697c71bd
Updates 7.4.0 release notes
2019-09-11 10:51:04 +01:00