File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ [[release-notes-6.6.2]]
2+ == {es} version 6.6.1
3+
4+ coming[6.6.2]
5+
6+ Also see <<breaking-changes-6.6, Breaking changes in 6.6>>.
7+
8+ [[breaking-6.6.2]]
9+ [float]
10+ === Breaking changes
11+
12+ Authentication::
13+ * Disable BWC mode in TokenService by default {pull}38881[#38881]
14+
15+
16+
17+ [[enhancement-6.6.2]]
18+ [float]
19+ === Enhancements
20+
21+ SQL::
22+ * SQL: Enhance checks for inexact fields {pull}39427[#39427] (issue: {issue}38501[#38501])
23+ * SQL: add "validate.properties" property to JDBC's allowed list of settings {pull}39050[#39050] (issue: {issue}38068[#38068])
24+
25+
26+
27+ [[bug-6.6.2]]
28+ [float]
29+ === Bug fixes
30+
31+ Authentication::
32+ * Use consistent view of realms for authentication {pull}38815[#38815] (issue: {issue}30301[#30301])
33+
34+ Engine::
35+ * Bubble up exception when processing NoOp {pull}39338[#39338] (issue: {issue}38898[#38898])
36+ * Advance max_seq_no before add operation to Lucene {pull}38879[#38879] (issue: {issue}31629[#31629])
37+
38+ Features/Watcher::
39+ * Only flush Watcher's bulk processor if Watcher is enabled {pull}38803[#38803] (issue: {issue}38798[#38798])
40+
41+ Machine Learning::
42+ * [ML] Stop the ML memory tracker before closing node {pull}39111[#39111] (issue: {issue}37117[#37117])
43+
44+ SQL::
45+ * SQL: Fix merging of incompatible multi-fields {pull}39560[#39560] (issue: {issue}39547[#39547])
46+ * SQL: ignore UNSUPPORTED fields for JDBC and ODBC modes in 'SYS COLUMNS' {pull}39518[#39518] (issue: {issue}39471[#39471])
47+ * SQL: Use underlying exact field for LIKE/RLIKE {pull}39443[#39443] (issue: {issue}39442[#39442])
48+ * SQL: enforce JDBC driver - ES server version parity {pull}38972[#38972] (issue: {issue}38775[#38775])
49+ * SQL: fall back to using the field name for column label {pull}38842[#38842] (issue: {issue}38831[#38831])
50+ * SQL: normalized keywords shouldn't be allowed for groupings and sorting [ISSUE] {pull}35203[#35203]
51+
52+ Search::
53+ * Fix Fuzziness#asDistance(String) {pull}39643[#39643] (issue: {issue}39614[#39614])
54+ * Fix simple query string serialization conditional {pull}38960[#38960] (issues: {issue}21504[#21504], {issue}38889[#38889])
155
256[[release-notes-6.6.1]]
357== {es} version 6.6.1
You can’t perform that action at this time.
0 commit comments