You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section summarizes the changes in each release.
12
+
13
+
* <<release-notes-7.0.0>>
14
+
* <<release-notes-6.4.0>>
15
+
16
+
17
+
--
7
18
8
-
== Elasticsearch 7.0.0
19
+
[[release-notes-7.0.0]]
20
+
== {es} 7.0.0
9
21
22
+
[float]
23
+
[[breaking-7.0.0]]
10
24
=== Breaking Changes
11
25
12
26
<<write-thread-pool-fallback, Removed `thread_pool.bulk.*` settings and
@@ -15,36 +29,50 @@
15
29
<<remove-suggest-metric, Removed `suggest` metric on stats APIs>> ({pull}29635[#29635])
16
30
17
31
=== Breaking Java Changes
32
+
<<remove-field-caps-body, In field capabilities APIs, removed support for providing fields in the request body>> ({pull}30185[#30185])
18
33
19
-
=== Deprecations
34
+
//[float]
35
+
//=== Breaking Java Changes
20
36
21
-
=== New Features
37
+
//[float]
38
+
//=== Deprecations
22
39
23
-
=== Enhancements
40
+
//[float]
41
+
//=== New Features
42
+
43
+
//[float]
44
+
//=== Enhancements
24
45
46
+
[float]
25
47
=== Bug Fixes
26
48
27
49
Fail snapshot operations early when creating or deleting a snapshot on a repository that has been
28
50
written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140])
29
51
30
-
=== Regressions
52
+
//[float]
53
+
//=== Regressions
31
54
32
-
=== Known Issues
55
+
//[float]
56
+
//=== Known Issues
33
57
34
-
== Elasticsearch version 6.4.0
58
+
[[release-notes-6.4.0]]
59
+
== {es} 6.4.0
35
60
36
-
=== New Features
61
+
//[float]
62
+
//=== New Features
37
63
64
+
[float]
38
65
=== Enhancements
39
66
40
67
<<copy-source-settings-on-resize, Allow copying source settings on index resize operations>> ({pull}30255[#30255])
41
68
69
+
[float]
42
70
=== Bug Fixes
43
71
44
72
Do not ignore request analysis/similarity settings on index resize operations when the source index already contains such settings ({pull}30216[#30216])
0 commit comments