Skip to content

Commit afddef2

Browse files
committed
[DOCS] Updates 6.3.2 release notes with PRs from ml-cpp repo (#32334)
1 parent 34fa6f3 commit afddef2

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/reference/release-notes/6.3.asciidoc

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
[[release-notes-6.3.2]]
2+
== {es} version 6.3.2
3+
4+
Also see <<breaking-changes-6.3>>.
5+
6+
[[bug-6.3.2]]
7+
[float]
8+
=== Bug fixes
9+
10+
Allocation::
11+
* A replica can be promoted and started in one cluster state update {pull}32042[#32042]
12+
13+
Authentication::
14+
* Fix building AD URL from domain name {pull}31849[#31849]
15+
16+
Core::
17+
* Disable C2 from using AVX-512 on JDK 10 {pull}32138[#32138] (issue: {issue}31425[#31425])
18+
19+
Machine Learning::
20+
* Fixes calendar and filter updates from non-master nodes {pull}31804[#31804] (issue: {issue}31803[#31803])
21+
* No longer treats stale FAILED jobs as OPENING in job allocation {pull}31800[#31800] (issue: {issue}31794[#31794])
22+
* Rate limits established model memory updates {pull}31768[#31768]
23+
* Fixes SIGSEGV when upgrading a job directly from 5.6.10 to 6.3. It also fixes
24+
the upgrade for the trend component model, which caused large prediction errors
25+
immediately after upgrading. {ml-pull}143[#143] (issue: {ml-issue}141[#141])
26+
* Fixes issues upgrading the state, which could cause the autodetect process to
27+
crash. {ml-pull}140[#140] (issue: {ml-issue}136[#136])
28+
29+
Recovery::
30+
* X-pack rolling upgrade failures [ISSUE] {pull}31827[#31827]
31+
32+
Rollup::
33+
* Histo group config should support scaled_floats {pull}32048[#32048] (issue: {issue}32035[#32035])
34+
35+
SQL::
36+
* HAVING clause should accept only aggregates {pull}31872[#31872] (issue: {issue}31726[#31726])
37+
* Fix incorrect HAVING equality {pull}31820[#31820] (issue: {issue}31796[#31796])
38+
* Fix incorrect message for aliases {pull}31792[#31792] (issue: {issue}31611[#31611])
39+
* Fix querying an alias having different mappings indices generates an incorrect error message [ISSUE] {pull}31784[#31784]
40+
* Allow long literals {pull}31777[#31777] (issue: {issue}31750[#31750])
41+
* Fix stackoverflow on getObject and timestamp conversion {pull}31735[#31735] (issue: {issue}31734[#31734])
42+
43+
Search::
44+
* Fix multi level nested sort {pull}32204[#32204] (issues: {issue}31554[#31554], {issue}31776[#31776], {issue}31783[#31783], {issue}32130[#32130])
45+
46+
Security::
47+
* Detect old trial licenses and mimic behaviour {pull}32209[#32209]
48+
49+
Watcher::
50+
* Add ssl.trust email account setting {pull}31684[#31684]
51+
* Fix check for currently executed watches {pull}31137[#31137]
52+
* Increase HttpClient parallel sent requests {pull}31859[#31859] (issue: {issue}30130[#30130])
53+
154
[[release-notes-6.3.1]]
255
== {es} version 6.3.1
356

0 commit comments

Comments
 (0)