Skip to content

Commit a506f47

Browse files
Update release notes for 6.7.0
1 parent d4b4225 commit a506f47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/release-notes/6.7.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Authorization::
101101
CCR::
102102
* Add ccr follow info api {pull}37408[#37408] (issue: {issue}37127[#37127])
103103

104+
CRUD::
105+
* Make `_doc` work as an alias of the actual type of an index. {pull}39505[#39505] (issue: {issue}39469[#39469])
106+
104107
Features/ILM::
105108
* [ILM] Add unfollow action {pull}36970[#36970] (issue: {issue}34648[#34648])
106109

@@ -260,6 +263,7 @@ Infra/Scripting::
260263
* Add getZone to JodaCompatibleZonedDateTime {pull}37084[#37084]
261264

262265
Infra/Settings::
266+
* Provide a clearer error message on keystore add {pull}39327[#39327] (issue: {issue}39324[#39324])
263267
* Separate out validation of groups of settings {pull}34184[#34184]
264268

265269
License::
@@ -298,6 +302,7 @@ Rollup::
298302
* Replace the TreeMap in the composite aggregation {pull}36675[#36675]
299303

300304
SQL::
305+
* SQL: Enhance checks for inexact fields {pull}39427[#39427] (issue: {issue}38501[#38501])
301306
* SQL: change the default precision for CURRENT_TIMESTAMP function {pull}39391[#39391] (issue: {issue}39288[#39288])
302307
* SQL: add "validate.properties" property to JDBC's allowed list of settings {pull}39050[#39050] (issue: {issue}38068[#38068])
303308
* SQL: Allow look-ahead resolution of aliases for WHERE clause {pull}38450[#38450] (issue: {issue}29983[#29983])
@@ -456,6 +461,7 @@ Geo::
456461
* Geo: Do not normalize the longitude with value -180 for Lucene shapes {pull}37299[#37299] (issue: {issue}37297[#37297])
457462

458463
Infra/Core::
464+
* Correct name of basic_date_time_no_millis {pull}39367[#39367]
459465
* Fix DateFormatters.parseMillis when no timezone is given {pull}39100[#39100] (issue: {issue}39067[#39067])
460466
* Prefix java formatter patterns with '8' {pull}38712[#38712] (issue: {issue}38567[#38567])
461467
* Bubble-up exceptions from scheduler {pull}38317[#38317] (issue: {issue}38014[#38014])
@@ -508,6 +514,10 @@ Recovery::
508514
* RecoveryMonitor#lastSeenAccessTime should be volatile {pull}36781[#36781]
509515

510516
SQL::
517+
* SQL: Fix merging of incompatible multi-fields {pull}39560[#39560] (issue: {issue}39547[#39547])
518+
* SQL: fix COUNT DISTINCT column name {pull}39537[#39537] (issue: {issue}39511[#39511])
519+
* SQL: ignore UNSUPPORTED fields for JDBC and ODBC modes in 'SYS COLUMNS' {pull}39518[#39518] (issue: {issue}39471[#39471])
520+
* SQL: Use underlying exact field for LIKE/RLIKE {pull}39443[#39443] (issue: {issue}39442[#39442])
511521
* SQL: enforce JDBC driver - ES server version parity {pull}38972[#38972] (issue: {issue}38775[#38775])
512522
* SQL: fall back to using the field name for column label {pull}38842[#38842] (issue: {issue}38831[#38831])
513523
* SQL: Prevent grouping over grouping functions {pull}38649[#38649] (issue: {issue}38308[#38308])
@@ -531,6 +541,7 @@ SQL::
531541
* SQL: Fix issue with always false filter involving functions {pull}36830[#36830] (issue: {issue}35980[#35980])
532542
* SQL: protocol returns ISO 8601 String formatted dates instead of Long for JDBC/ODBC requests {pull}36800[#36800] (issue: {issue}36756[#36756])
533543
* SQL: Enhance Verifier to prevent aggregate or grouping functions from {pull}36799[#36799] (issue: {issue}36798[#36798])
544+
* SQL: normalized keywords shouldn't be allowed for groupings and sorting [ISSUE] {pull}35203[#35203]
534545

535546
Search::
536547
* Fix simple query string serialization conditional {pull}38960[#38960] (issues: {issue}21504[#21504], {issue}38889[#38889])
@@ -546,7 +557,9 @@ Security::
546557
* Fix potential NPE in UsersTool {pull}37660[#37660]
547558

548559
Snapshot/Restore::
560+
* Fix Concurrent Snapshot Ending And Stabilize Snapshot Finalization {pull}38368[#38368] (issue: {issue}38226[#38226])
549561
* Fix Two Races that Lead to Stuck Snapshots {pull}37686[#37686] (issues: {issue}32265[#32265], {issue}32348[#32348])
562+
* Fix Race in Concurrent Snapshot Delete and Create {pull}37612[#37612] (issue: {issue}37581[#37581])
550563
* Streamline S3 Repository- and Client-Settings {pull}37393[#37393]
551564
* SNAPSHOTS: Upgrade GCS Dependencies to 1.55.0 {pull}36634[#36634] (issues: {issue}35229[#35229], {issue}35459[#35459])
552565

0 commit comments

Comments
 (0)