Skip to content

Commit 311af3a

Browse files
committed
release notes for 6.6.1 (#38909)
1 parent 186a41b commit 311af3a

File tree

1 file changed

+75
-1
lines changed

1 file changed

+75
-1
lines changed

docs/reference/release-notes/6.6.asciidoc

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,79 @@
11

2+
[[release-notes-6.6.1]]
3+
== {es} version 6.6.1
4+
5+
Also see <<breaking-changes-6.6, Breaking changes in 6.6>>.
6+
7+
[[enhancement-6.6.1]]
8+
[float]
9+
=== Enhancements
10+
11+
Machine Learning::
12+
* [ML] Add explanation so far to file structure finder exceptions {pull}38191[#38191] (issue: {issue}29821[#29821])
13+
14+
SQL::
15+
* SQL: Generate relevant error message when grouping functions are not used in GROUP BY {pull}38017[#38017] (issue: {issue}37952[#37952])
16+
* SQL: Skip the nested and object field types in case of an ODBC request {pull}37948[#37948] (issue: {issue}37801[#37801])
17+
* SQL: Describe aliases as views {pull}37496[#37496] (issue: {issue}37422[#37422])
18+
19+
Security::
20+
* Cleanup construction of interceptors {pull}38294[#38294]
21+
22+
[[bug-6.6.1]]
23+
[float]
24+
=== Bug fixes
25+
26+
Audit::
27+
* Fix IndexAuditTrail rolling upgrade on rollover edge - take 2 {pull}38286[#38286] (issues: {issue}33867[#33867], {issue}35988[#35988], {issue}37062[#37062])
28+
* Fix NPE in Logfile Audit Filter {pull}38120[#38120] (issue: {issue}38097[#38097])
29+
30+
Authentication::
31+
* Enhance parsing of StatusCode in SAML Responses {pull}38628[#38628]
32+
* Fix expired token message in Exception header {pull}37196[#37196]
33+
34+
CCR::
35+
* Do not set fatal exception when shard follow task is stopped. {pull}37603[#37603]
36+
37+
Distributed::
38+
* Fix synchronization in LocalCheckpointTracker#contains {pull}38755[#38755] (issues: {issue}33871[#33871], {issue}38633[#38633])
39+
40+
Features/ILM::
41+
* Preserve ILM operation mode when creating new lifecycles {pull}38134[#38134] (issues: {issue}38229[#38229], {issue}38230[#38230])
42+
43+
Features/Monitoring::
44+
* Allow built-in monitoring_user role to call GET _xpack API {pull}38060[#38060] (issue: {issue}37970[#37970])
45+
46+
Geo::
47+
* Fix GeoHash PrefixTree BWC {pull}38584[#38584] (issue: {issue}38494[#38494])
48+
* Geo: Do not normalize the longitude with value -180 for Lucene shapes {pull}37299[#37299] (issue: {issue}37297[#37297])
49+
50+
Machine Learning::
51+
* ML: Fix error race condition on stop _all datafeeds and close _all jobs {pull}38113[#38113] (issue: {issue}37959[#37959])
52+
* ML: Update ML results mappings on process start {pull}37706[#37706] (issue: {issue}37607[#37607])
53+
54+
Network::
55+
* Reload SSL context on file change for LDAP {pull}36937[#36937] (issues: {issue}30509[#30509], {issue}36923[#36923])
56+
57+
SQL::
58+
* SQL: Prevent grouping over grouping functions {pull}38649[#38649] (issue: {issue}38308[#38308])
59+
* SQL: Relax StackOverflow circuit breaker for constants {pull}38572[#38572] (issue: {issue}38571[#38571])
60+
* SQL: Fix issue with IN not resolving to underlying keyword field {pull}38440[#38440] (issue: {issue}38424[#38424])
61+
* SQL: change the Intervals milliseconds precision to 3 digits {pull}38297[#38297] (issue: {issue}37423[#37423])
62+
* SQL: Added SSL configuration options tests {pull}37875[#37875] (issue: {issue}37711[#37711])
63+
* SQL: Fix casting from date to numeric type to use millis {pull}37869[#37869] (issue: {issue}37655[#37655])
64+
* SQL: fix object extraction from sources {pull}37502[#37502] (issue: {issue}37364[#37364])
65+
* SQL: Fix bug regarding alias fields with dots {pull}37279[#37279] (issue: {issue}37224[#37224])
66+
* SQL: Fix issue with complex expression as args of PERCENTILE/_RANK {pull}37102[#37102] (issue: {issue}37099[#37099])
67+
68+
Search::
69+
* Use executor `SAME` to handle search related handlers {pull}37427[#37427] (issues: {issue}33732[#33732], {issue}37392[#37392])
70+
71+
Security::
72+
* Fix potential NPE in UsersTool {pull}37660[#37660]
73+
74+
ZenDiscovery::
75+
* Always return metadata version if metadata is requested {pull}37674[#37674]
76+
277
[[release-notes-6.6.0]]
378
== {es} version 6.6.0
479

@@ -616,4 +691,3 @@ Scripting::
616691

617692
Network::
618693
* Upgrade Netty 4.3.32.Final {pull}36102[#36102] (issue: {issue}35360[#35360])
619-

0 commit comments

Comments
 (0)