File tree 3 files changed +96
-36
lines changed
3 files changed +96
-36
lines changed Original file line number Diff line number Diff line change 5
5
--
6
6
This section summarizes the changes in each release.
7
7
8
+ * <<release-notes-6.5.0>>
8
9
* <<release-notes-6.4.0>>
9
10
* <<release-notes-6.3.2>>
10
11
* <<release-notes-6.3.1>>
@@ -31,6 +32,7 @@ This section summarizes the changes in each release.
31
32
32
33
--
33
34
35
+ include::release-notes/6.5.asciidoc[]
34
36
include::release-notes/6.4.asciidoc[]
35
37
include::release-notes/6.3.asciidoc[]
36
38
include::release-notes/6.2.asciidoc[]
Original file line number Diff line number Diff line change 1
- ////
2
- // To add a release, copy and paste the following text, uncomment the relevant
3
- // sections, and add a link to the new section in the list of releases at the
4
- // top of the page. Note that release subheads must be floated and sections
5
- // cannot be empty.
6
- // TEMPLATE
7
-
8
- // [[release-notes-n.n.n]]
9
- // == {es} n.n.n
10
-
11
- //[float]
12
- [[breaking-n.n.n]]
13
- //=== Breaking Changes
14
-
15
- //[float]
16
- //=== Breaking Java Changes
17
-
18
- //[float]
19
- //=== Deprecations
20
-
21
- //[float]
22
- //=== New Features
23
-
24
- //[float]
25
- //=== Enhancements
26
-
27
- //[float]
28
- //=== Bug Fixes
29
-
30
- //[float]
31
- //=== Regressions
32
-
33
- //[float]
34
- //=== Known Issues
35
- ////
36
-
37
1
[[release-notes-6.4.0]]
38
2
== {es} version 6.4.0
39
3
Original file line number Diff line number Diff line change
1
+ ////
2
+ // To add a release, copy and paste the following text, uncomment the relevant
3
+ // sections, and add a link to the new section in the list of releases in
4
+ // ../release-notes.asciidoc. Note that release subheads must be floated and
5
+ // sections cannot be empty.
6
+ // TEMPLATE
7
+
8
+ // [[release-notes-n.n.n]]
9
+ // == {es} n.n.n
10
+
11
+ // coming[n.n.n]
12
+
13
+ // Also see <<breaking-changes-n.n>>.
14
+
15
+ // [float]
16
+ // [[breaking-n.n.n]]
17
+ // === Breaking Changes
18
+
19
+ // [float]
20
+ // [[breaking-java-n.n.n]]
21
+ // === Breaking Java Changes
22
+
23
+ // [float]
24
+ // [[deprecation-n.n.n]]
25
+ // === Deprecations
26
+
27
+ // [float]
28
+ // [[feature-n.n.n]]
29
+ // === New Features
30
+
31
+ // [float]
32
+ // [[enhancement-n.n.n]]
33
+ // === Enhancements
34
+
35
+ // [float]
36
+ // [[bug-n.n.n]]
37
+ // === Bug Fixes
38
+
39
+ // [float]
40
+ // [[regression-n.n.n]]
41
+ // === Regressions
42
+
43
+ // [float]
44
+ // === Known Issues
45
+ ////
46
+
47
+ [[release-notes-6.5.0]]
48
+ == {es} 6.5.0
49
+
50
+ coming[6.5.0]
51
+
52
+ Also see <<breaking-changes-6.5>>.
53
+
54
+ // [float]
55
+ // [[breaking-6.5.0]]
56
+ // === Breaking Changes
57
+
58
+ [float]
59
+ [[breaking-java-6.5.0]]
60
+ === Breaking Java Changes
61
+
62
+ Discovery-Plugins::
63
+ * File-based discovery moved out of the `discovery-file` plugin and into core
64
+ Elasticsearch {pull}33241[#33241] (issue: {issue}33030[#33030])
65
+
66
+ // [float]
67
+ // [[deprecation-6.5.0]]
68
+ // === Deprecations
69
+
70
+ Discovery-Plugins::
71
+ * The `discovery-file` plugin is deprecated. Additionally, the expected
72
+ location of the hosts file has moved from
73
+ `$ES_PATH_CONF/discovery-file/unicast_hosts.txt` to
74
+ `$ES_PATH_CONF/unicast_hosts.txt`, and the former location is deprecated.
75
+ {pull}33241[#33241] (issue: {issue}33030[#33030])
76
+
77
+ // [float]
78
+ // [[feature-6.5.0]]
79
+ // === New Features
80
+
81
+ // [float]
82
+ // [[enhancement-6.5.0]]
83
+ // === Enhancements
84
+
85
+ // [float]
86
+ // [[bug-6.5.0]]
87
+ // === Bug Fixes
88
+
89
+ // [float]
90
+ // [[regression-6.5.0]]
91
+ // === Regressions
92
+
93
+ // [float]
94
+ // === Known Issues
You can’t perform that action at this time.
0 commit comments