3
3
4
4
[partintro]
5
5
--
6
+ // To add a release, copy and paste the placeholder text at the bottom
7
+ // and add a link to the new section. Note that release subheads must
8
+ // be floated and sections cannot be empty.
9
+
6
10
// Use these for links to issue and pulls. Note issues and pulls redirect one to
7
11
// each other on Github, so don't worry too much on using the right prefix.
8
12
:issue: https://github.com/elastic/elasticsearch/issues/
@@ -12,7 +16,7 @@ This section summarizes the changes in each release.
12
16
13
17
* <<release-notes-7.0.0>>
14
18
* <<release-notes-6.4.0>>
15
-
19
+ * <<release-notes-6.3.1>>
16
20
17
21
--
18
22
@@ -37,6 +41,7 @@ Machine Learning::
37
41
38
42
* <<remove-http-enabled, Removed `http.enabled` setting>> ({pull}29601[#29601])
39
43
44
+ [float]
40
45
=== Deprecations
41
46
Monitoring::
42
47
* The `xpack.monitoring.collection.interval` setting can no longer be set to `-1`
@@ -66,15 +71,13 @@ ones that the user is authorized to access in case field level security is enabl
66
71
Fixed prerelease version of elasticsearch in the `deb` package to sort before GA versions
67
72
({pull}29000[#29000])
68
73
74
+ [float]
69
75
=== Regressions
70
76
Fail snapshot operations early when creating or deleting a snapshot on a repository that has been
71
77
written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140])
72
78
73
79
Fix NPE when CumulativeSum agg encounters null value/empty bucket ({pull}29641[#29641])
74
80
75
- //[float]
76
- //=== Regressions
77
-
78
81
//[float]
79
82
//=== Known Issues
80
83
@@ -113,19 +116,52 @@ Machine Learning::
113
116
114
117
* Account for gaps in data counts after job is reopened ({pull}30294[#30294])
115
118
119
+ [[release-notes-6.3.1]]
116
120
== Elasticsearch version 6.3.1
117
121
118
- === New Features
122
+ //[float]
123
+ //=== New Features
119
124
120
- === Enhancements
125
+ //[float]
126
+ //=== Enhancements
121
127
128
+ [float]
122
129
=== Bug Fixes
123
130
124
131
Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
125
132
126
- === Regressions
133
+ //[float]
134
+ //=== Regressions
135
+
136
+ //[float]
137
+ //=== Known Issues
138
+
139
+ // To add a release, copy and paste the following text, uncomment the relevant
140
+ // sections, and add a link to the new section in the list of releases at the
141
+ // top of the page. Note that release subheads must be floated and sections
142
+ // cannot be empty.
143
+
144
+ // [[release-notes-n.n.n]]
145
+ // == {es} n.n.n
146
+
147
+ //[float]
148
+ //=== Breaking Changes
149
+
150
+ //[float]
151
+ //=== Breaking Java Changes
152
+
153
+ //[float]
154
+ //=== Deprecations
155
+
156
+ //[float]
157
+ //=== New Features
158
+
159
+ //[float]
160
+ //=== Enhancements
161
+
162
+ //[float]
163
+ //=== Bug Fixes
127
164
128
- === Known Issues
129
165
//[float]
130
166
//=== Regressions
131
167
0 commit comments