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.
This commit is contained in:
parent
0a14bb174f
commit
3bb17a0c28
|
@ -151,9 +151,6 @@ Engine::
|
||||||
* Async IO Processor release before notify {pull}43682[#43682]
|
* Async IO Processor release before notify {pull}43682[#43682]
|
||||||
* Enable indexing optimization using sequence numbers on replicas {pull}43616[#43616] (issue: {issue}34099[#34099])
|
* Enable indexing optimization using sequence numbers on replicas {pull}43616[#43616] (issue: {issue}34099[#34099])
|
||||||
|
|
||||||
Features/Features::
|
|
||||||
* Disable String interning on field names for JSON parsing {pull}41039[#41039] (issue: {issue}39890[#39890])
|
|
||||||
|
|
||||||
Features/ILM::
|
Features/ILM::
|
||||||
* Add node setting for disabling SLM {pull}46794[#46794] (issue: {issue}38461[#38461])
|
* Add node setting for disabling SLM {pull}46794[#46794] (issue: {issue}38461[#38461])
|
||||||
* Include in-progress snapshot for a policy with get SLM policy API {pull}45245[#45245]
|
* Include in-progress snapshot for a policy with get SLM policy API {pull}45245[#45245]
|
||||||
|
|
Loading…
Reference in New Issue