@@ -376,6 +376,7 @@ Audit::
376376* Fix NPE in Logfile Audit Filter {pull}38120[#38120] (issue: {issue}38097[#38097])
377377
378378Authentication::
379+ * Fix security index auto-create and state recovery race {pull}39582[#39582]
379380* Use consistent view of realms for authentication {pull}38815[#38815] (issue: {issue}30301[#30301])
380381* Enhance parsing of StatusCode in SAML Responses {pull}38628[#38628]
381382* Limit token expiry to 1 hour maximum {pull}38244[#38244]
@@ -403,6 +404,8 @@ CRUD::
403404* Fix Reindex from remote query logic {pull}36908[#36908]
404405
405406Distributed::
407+ * Use cause to determine if node with primary is closing {pull}39723[#39723] (issue: {issue}39584[#39584])
408+ * Don’t ack if unable to remove failing replica {pull}39584[#39584] (issue: {issue}39467[#39467])
406409* Ignore waitForActiveShards when syncing leases {pull}39224[#39224] (issue: {issue}39089[#39089])
407410* Fix synchronization in LocalCheckpointTracker#contains {pull}38755[#38755] (issues: {issue}33871[#33871], {issue}38633[#38633])
408411* TransportVerifyShardBeforeCloseAction should force a flush {pull}38401[#38401] (issues: {issue}33888[#33888], {issue}37961[#37961])
@@ -417,6 +420,7 @@ Engine::
417420* Advance max_seq_no before add operation to Lucene {pull}38879[#38879] (issue: {issue}31629[#31629])
418421
419422Features/Features::
423+ * Check for .watches that wasn't upgraded properly {pull}39609[#39609]
420424* Link to 7.0 documentation in deprecation checks {pull}39194[#39194]
421425* Handle Null in FetchSourceContext#fetchSource {pull}36839[#36839] (issue: {issue}29293[#29293])
422426
@@ -454,12 +458,16 @@ Features/Monitoring::
454458* Allow built-in monitoring_user role to call GET _xpack API {pull}38060[#38060] (issue: {issue}37970[#37970])
455459
456460Features/Watcher::
461+ * Use any index specified by .watches for Watcher {pull}39541[#39541] (issue: {issue}39478[#39478])
457462* Resolve concurrency with watcher trigger service {pull}39092[#39092] (issue: {issue}39087[#39087])
458463* Only flush Watcher's bulk processor if Watcher is enabled {pull}38803[#38803] (issue: {issue}38798[#38798])
459464
460465Geo::
461466* Geo: Do not normalize the longitude with value -180 for Lucene shapes {pull}37299[#37299] (issue: {issue}37297[#37297])
462467
468+ Highlighting::
469+ * Bug fix for AnnotatedTextHighlighter {pull}39525[#39525] (issue: {issue}39395[#39395])
470+
463471Infra/Core::
464472* Correct name of basic_date_time_no_millis {pull}39367[#39367]
465473* Fix DateFormatters.parseMillis when no timezone is given {pull}39100[#39100] (issue: {issue}39067[#39067])
@@ -514,6 +522,7 @@ Recovery::
514522* RecoveryMonitor#lastSeenAccessTime should be volatile {pull}36781[#36781]
515523
516524SQL::
525+ * SQL: Don't allow inexact fields for MIN/MAX {pull}39563[#39563] (issue: {issue}39427[#39427])
517526* SQL: Fix merging of incompatible multi-fields {pull}39560[#39560] (issue: {issue}39547[#39547])
518527* SQL: fix COUNT DISTINCT column name {pull}39537[#39537] (issue: {issue}39511[#39511])
519528* SQL: ignore UNSUPPORTED fields for JDBC and ODBC modes in 'SYS COLUMNS' {pull}39518[#39518] (issue: {issue}39471[#39471])
@@ -544,6 +553,7 @@ SQL::
544553* SQL: normalized keywords shouldn't be allowed for groupings and sorting [ISSUE] {pull}35203[#35203]
545554
546555Search::
556+ * Fix Fuzziness#asDistance(String) {pull}39643[#39643] (issue: {issue}39614[#39614])
547557* Fix simple query string serialization conditional {pull}38960[#38960] (issues: {issue}21504[#21504], {issue}38889[#38889])
548558* Ensure that maxConcurrentShardRequests is never defaulted to 0 {pull}38734[#38734]
549559* Look up connection using the right cluster alias when releasing contexts {pull}38570[#38570]
@@ -570,6 +580,7 @@ Task Management::
570580* Un-assign persistent tasks as nodes exit the cluster {pull}37656[#37656]
571581
572582ZenDiscovery::
583+ * Fixing the custom object serialization bug in diffable utils. {pull}39544[#39544]
573584* Always return metadata version if metadata is requested {pull}37674[#37674]
574585
575586
0 commit comments