File tree 1 file changed +53
-1
lines changed
docs/reference/release-notes
1 file changed +53
-1
lines changed Original file line number Diff line number Diff line change 47
47
[[release-notes-6.5.2]]
48
48
== {es} version 6.5.2
49
49
50
-
51
50
Also see <<breaking-changes-6.5,Breaking changes in 6.5>>.
52
51
52
+ [[enhancement-6.5.2]]
53
+ [float]
54
+ === Enhancements
55
+
56
+ Aggregations::
57
+ * Handles exists query in composite aggs {pull}35758[#35758]
58
+
59
+ SQL::
60
+ * Improve validation of unsupported fields {pull}35675[#35675] (issue: {issue}35673[#35673])
61
+
62
+ [[bug-6.5.2]]
63
+ [float]
64
+ === Bug fixes
65
+
66
+ CCR::
67
+ * Only auto follow indices when all primary shards have started {pull}35814[#35814] (issue: {issue}35480[#35480])
68
+ * Avoid NPE in follower stats when no tasks metadata {pull}35802[#35802]
69
+
70
+ Features/Watcher::
71
+ * Only trigger a watch if new or schedule/changed {pull}35908[#35908]
72
+
73
+ Infra/Build::
74
+ * Fix jdbc jar pom to not include deps {pull}36036[#36036] (issue: {issue}32014[#32014])
75
+
76
+ Infra/Packaging::
77
+ * Add missing entries to conffiles {pull}35810[#35810] (issue: {issue}35691[#35691])
78
+
79
+ Infra/Scripting::
80
+ * Actually add joda time back to whitelist {pull}35965[#35965]
81
+ * Add back joda to whitelist {pull}35915[#35915] (issue: {issue}35913[#35913])
82
+
83
+ Machine Learning::
84
+ * Adjust file structure finder parser config {pull}35935[#35935]
85
+ * Prevent potential NPE when reading the model memory limit {pull}35827[#35827]
86
+
87
+ SQL::
88
+ * Fix issue with wrong data type for scripted Grouping keys {pull}35969[#35969] (issue: {issue}35662[#35662])
89
+ * Fix translation of math functions to painless {pull}35910[#35910] (issue: {issue}35654[#35654])
90
+ * Fix jdbc jar to include deps {pull}35602[#35602]
91
+
92
+ Search::
93
+ * Fix analyzed prefix query in query_string {pull}35756[#35756] (issue: {issue}31702[#31702])
94
+ * Add a More Like This query routing requirement check (#29678) {pull}33974[#33974]
95
+
96
+ Snapshot/Restore::
97
+ * Revert "Use more precise does S3 bucket exist method" {pull}35732[#35732] (issues: {issue}34123[#34123], {issue}35703[#35703], {issue}35731[#35731])
98
+
99
+ [[regression-6.5.2]]
100
+ [float]
101
+ === Regressions
102
+
103
+ Infra/Scripting::
104
+ * Use Number as a return value for BucketAggregationScript {pull}35653[#35653] (issue: {issue}35351[#35351])
53
105
54
106
[[release-notes-6.5.1]]
55
107
== {es} version 6.5.1
You can’t perform that action at this time.
0 commit comments