Skip to content

Commit 38b07ed

Browse files
committed
Update release notes for BC5
1 parent ac1bff6 commit 38b07ed

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/reference/release-notes/7.6.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,12 @@ Reindex::
265265
* Reindex sort deprecation warning take 2 {pull}49855[#49855] (issue: {issue}49458[#49458])
266266

267267
SQL::
268+
* SQL: Handle uberjar scenario where the ES jdbc driver file is bundled in another jar {pull}51856[#51856] (issue: {issue}50201[#50201])
269+
* SQL: add trace logging for search responses coming from server {pull}50530[#50530]
268270
* SQL: Add TRUNC alias for TRUNCATE {pull}49571[#49571] (issue: {issue}41195[#41195])
269271
* SQL: binary communication implementation for drivers and the CLI {pull}48261[#48261] (issue: {issue}47785[#47785])
272+
* SQL: Verify Full-Text Search functions not allowed in SELECT {pull}51568[#51568] (issue: {issue}47446[#47446])
273+
270274

271275
Search::
272276
* Add Validation for maxQueryTerms to be greater than 0 for MoreLikeThisQuery {pull}49966[#49966] (issue: {issue}49927[#49927])
@@ -306,6 +310,9 @@ Transform::
306310
=== Bug fixes
307311

308312
Aggregations::
313+
* Use #name() instead of #simpleName() when generating doc values {pull}51920[#51920] (issues: {issue}50307[#50307], {issue}51847[#51847])
314+
* Fix a sneaky bug in rare_terms {pull}51868[#51868] (issue: {issue}51020[#51020])
315+
* Support time_zone on composite's date_histogram {pull}51172[#51172] (issues: {issue}45199[#45199], {issue}45200[#45200])
309316
* Fix format problem in composite of unmapped {pull}50869[#50869] (issue: {issue}50600[#50600])
310317
* SingleBucket aggs need to reduce their bucket's pipelines first {pull}50103[#50103] (issue: {issue}50054[#50054])
311318
* Avoid precision loss in DocValueFormat.RAW#parseLong {pull}49063[#49063] (issue: {issue}38692[#38692])
@@ -318,13 +325,15 @@ Allocation::
318325
* Handle negative free disk space in deciders {pull}48392[#48392] (issue: {issue}48380[#48380])
319326

320327
Analysis::
328+
* Fix caching for PreConfiguredTokenFilter {pull}50912[#50912] (issue: {issue}50734[#50734])
321329
* Throw Error on deprecated nGram and edgeNGram custom filters {pull}50376[#50376] (issue: {issue}50360[#50360])
322330
* _analyze api does not correctly use normalizers when specified {pull}48866[#48866] (issue: {issue}48650[#48650])
323331

324332
Audit::
325333
* Audit log filter and marker {pull}45456[#45456] (issue: {issue}47251[#47251])
326334

327335
Authentication::
336+
* Preserve ApiKey credentials for async verification {pull}51244[#51244]
328337
* Don't fallback to anonymous for tokens/apikeys {pull}51042[#51042] (issue: {issue}50171[#50171])
329338
* Populate User metadata with OpenIDConnect collections {pull}50521[#50521] (issue: {issue}50250[#50250])
330339
* Always return 401 for not valid tokens {pull}49736[#49736] (issue: {issue}38866[#38866])
@@ -359,10 +368,13 @@ Discovery-Plugins::
359368
* Make EC2 Discovery Plugin Retry Requests {pull}50550[#50550] (issue: {issue}50462[#50462])
360369

361370
Distributed::
371+
* Exclude nested documents in LuceneChangesSnapshot {pull}51279[#51279]
362372
* Closed shard should never open new engine {pull}47186[#47186] (issues: {issue}45263[#45263], {issue}47060[#47060])
363373
* Fix meta version of task index mapping {pull}50363[#50363] (issue: {issue}48393[#48393])
364374

365375
Engine::
376+
* Do not wrap soft-deletes reader for segment stats {pull}51331[#51331] (issues: {issue}51192[#51192], {issue}51303[#51303])
377+
* Account soft-deletes in FrozenEngine {pull}51192[#51192] (issue: {issue}50775[#50775])
366378
* Account trimAboveSeqNo in committed translog generation {pull}50205[#50205] (issue: {issue}49970[#49970])
367379
* Greedily advance safe commit on new global checkpoint {pull}48559[#48559] (issue: {issue}48532[#48532])
368380
* Do not ignore exception when trim unreferenced readers {pull}48470[#48470]
@@ -435,6 +447,7 @@ Infra/REST API::
435447
* Slash missed in indices.put_mapping url {pull}49468[#49468]
436448

437449
Machine Learning::
450+
* [ML] Fix 2 digit year regex in find_file_structure {pull}51469[#51469]
438451
* [ML] Validate classification dependent_variable cardinality is at lea… {pull}51232[#51232]
439452
* Do not copy mapping from dependent variable to prediction field in regression analysis {pull}51227[#51227]
440453
* Handle nested and aliased fields correctly when copying mapping. {pull}50918[#50918] (issue: {issue}50787[#50787])
@@ -479,6 +492,9 @@ Reindex::
479492
* Reindex and friends fail on RED shards {pull}45830[#45830] (issues: {issue}42612[#42612], {issue}45739[#45739])
480493

481494
SQL::
495+
* SQL: Fix milliseconds handling in intervals {pull}51675[#51675] (issue: {issue}41635[#41635])
496+
* SQL: Fix ORDER BY YEAR() function {pull}51562[#51562] (issue: {issue}51224[#51224])
497+
* SQL: change the way unsupported data types fields are handled {pull}50823[#50823]
482498
* SQL: Optimisation fixes for conjunction merges {pull}50703[#50703] (issue: {issue}49637[#49637])
483499
* SQL: Fix issue with CAST and NULL checking. {pull}50371[#50371] (issue: {issue}50191[#50191])
484500
* SQL: fix NPE for JdbcResultSet.getDate(param, Calendar) calls {pull}50184[#50184] (issue: {issue}50174[#50174])
@@ -516,6 +532,8 @@ Snapshot/Restore::
516532
* Cleanup Concurrent RepositoryData Loading {pull}48329[#48329] (issue: {issue}48122[#48122])
517533

518534
Transform::
535+
* [Transform] Fix mapping deduction for scaled_float {pull}51990[#51990] (issue: {issue}51780[#51780])
536+
* [Transform] Fix stats can return old state information if security is enabled {pull}51732[#51732] (issue: {issue}51728[#51728])
519537
* [Transform] fail to start/put on missing pipeline {pull}50701[#50701] (issue: {issue}50135[#50135])
520538
* Fix possible audit logging disappearance after rolling upgrade {pull}49731[#49731] (issue: {issue}49730[#49730])
521539
* [Transform] do not fail checkpoint creation due to global checkpoint mismatch {pull}48423[#48423] (issue: {issue}48379[#48379])

0 commit comments

Comments
 (0)