diff --git a/docs/reference/release-notes/7.6.asciidoc b/docs/reference/release-notes/7.6.asciidoc index 8ec33a7b9ee..c9532617bc1 100644 --- a/docs/reference/release-notes/7.6.asciidoc +++ b/docs/reference/release-notes/7.6.asciidoc @@ -265,8 +265,12 @@ Reindex:: * Reindex sort deprecation warning take 2 {pull}49855[#49855] (issue: {issue}49458[#49458]) SQL:: +* SQL: Handle uberjar scenario where the ES jdbc driver file is bundled in another jar {pull}51856[#51856] (issue: {issue}50201[#50201]) +* SQL: add trace logging for search responses coming from server {pull}50530[#50530] * SQL: Add TRUNC alias for TRUNCATE {pull}49571[#49571] (issue: {issue}41195[#41195]) * SQL: binary communication implementation for drivers and the CLI {pull}48261[#48261] (issue: {issue}47785[#47785]) +* SQL: Verify Full-Text Search functions not allowed in SELECT {pull}51568[#51568] (issue: {issue}47446[#47446]) + Search:: * Add Validation for maxQueryTerms to be greater than 0 for MoreLikeThisQuery {pull}49966[#49966] (issue: {issue}49927[#49927]) @@ -306,6 +310,9 @@ Transform:: === Bug fixes Aggregations:: +* Use #name() instead of #simpleName() when generating doc values {pull}51920[#51920] (issues: {issue}50307[#50307], {issue}51847[#51847]) +* Fix a sneaky bug in rare_terms {pull}51868[#51868] (issue: {issue}51020[#51020]) +* Support time_zone on composite's date_histogram {pull}51172[#51172] (issues: {issue}45199[#45199], {issue}45200[#45200]) * Fix format problem in composite of unmapped {pull}50869[#50869] (issue: {issue}50600[#50600]) * SingleBucket aggs need to reduce their bucket's pipelines first {pull}50103[#50103] (issue: {issue}50054[#50054]) * Avoid precision loss in DocValueFormat.RAW#parseLong {pull}49063[#49063] (issue: {issue}38692[#38692]) @@ -318,6 +325,7 @@ Allocation:: * Handle negative free disk space in deciders {pull}48392[#48392] (issue: {issue}48380[#48380]) Analysis:: +* Fix caching for PreConfiguredTokenFilter {pull}50912[#50912] (issue: {issue}50734[#50734]) * Throw Error on deprecated nGram and edgeNGram custom filters {pull}50376[#50376] (issue: {issue}50360[#50360]) * _analyze api does not correctly use normalizers when specified {pull}48866[#48866] (issue: {issue}48650[#48650]) @@ -325,6 +333,7 @@ Audit:: * Audit log filter and marker {pull}45456[#45456] (issue: {issue}47251[#47251]) Authentication:: +* Preserve ApiKey credentials for async verification {pull}51244[#51244] * Don't fallback to anonymous for tokens/apikeys {pull}51042[#51042] (issue: {issue}50171[#50171]) * Populate User metadata with OpenIDConnect collections {pull}50521[#50521] (issue: {issue}50250[#50250]) * Always return 401 for not valid tokens {pull}49736[#49736] (issue: {issue}38866[#38866]) @@ -359,10 +368,13 @@ Discovery-Plugins:: * Make EC2 Discovery Plugin Retry Requests {pull}50550[#50550] (issue: {issue}50462[#50462]) Distributed:: +* Exclude nested documents in LuceneChangesSnapshot {pull}51279[#51279] * Closed shard should never open new engine {pull}47186[#47186] (issues: {issue}45263[#45263], {issue}47060[#47060]) * Fix meta version of task index mapping {pull}50363[#50363] (issue: {issue}48393[#48393]) Engine:: +* Do not wrap soft-deletes reader for segment stats {pull}51331[#51331] (issues: {issue}51192[#51192], {issue}51303[#51303]) +* Account soft-deletes in FrozenEngine {pull}51192[#51192] (issue: {issue}50775[#50775]) * Account trimAboveSeqNo in committed translog generation {pull}50205[#50205] (issue: {issue}49970[#49970]) * Greedily advance safe commit on new global checkpoint {pull}48559[#48559] (issue: {issue}48532[#48532]) * Do not ignore exception when trim unreferenced readers {pull}48470[#48470] @@ -435,6 +447,7 @@ Infra/REST API:: * Slash missed in indices.put_mapping url {pull}49468[#49468] Machine Learning:: +* [ML] Fix 2 digit year regex in find_file_structure {pull}51469[#51469] * [ML] Validate classification dependent_variable cardinality is at lea… {pull}51232[#51232] * Do not copy mapping from dependent variable to prediction field in regression analysis {pull}51227[#51227] * Handle nested and aliased fields correctly when copying mapping. {pull}50918[#50918] (issue: {issue}50787[#50787]) @@ -479,6 +492,9 @@ Reindex:: * Reindex and friends fail on RED shards {pull}45830[#45830] (issues: {issue}42612[#42612], {issue}45739[#45739]) SQL:: +* SQL: Fix milliseconds handling in intervals {pull}51675[#51675] (issue: {issue}41635[#41635]) +* SQL: Fix ORDER BY YEAR() function {pull}51562[#51562] (issue: {issue}51224[#51224]) +* SQL: change the way unsupported data types fields are handled {pull}50823[#50823] * SQL: Optimisation fixes for conjunction merges {pull}50703[#50703] (issue: {issue}49637[#49637]) * SQL: Fix issue with CAST and NULL checking. {pull}50371[#50371] (issue: {issue}50191[#50191]) * SQL: fix NPE for JdbcResultSet.getDate(param, Calendar) calls {pull}50184[#50184] (issue: {issue}50174[#50174]) @@ -516,6 +532,8 @@ Snapshot/Restore:: * Cleanup Concurrent RepositoryData Loading {pull}48329[#48329] (issue: {issue}48122[#48122]) Transform:: +* [Transform] Fix mapping deduction for scaled_float {pull}51990[#51990] (issue: {issue}51780[#51780]) +* [Transform] Fix stats can return old state information if security is enabled {pull}51732[#51732] (issue: {issue}51728[#51728]) * [Transform] fail to start/put on missing pipeline {pull}50701[#50701] (issue: {issue}50135[#50135]) * Fix possible audit logging disappearance after rolling upgrade {pull}49731[#49731] (issue: {issue}49730[#49730]) * [Transform] do not fail checkpoint creation due to global checkpoint mismatch {pull}48423[#48423] (issue: {issue}48379[#48379])