|
| 1 | +[[release-notes-7.5.1]] |
| 2 | +== {es} version 7.5.1 |
| 3 | + |
| 4 | +Also see <<breaking-changes-7.5,Breaking changes in 7.5>>. |
| 5 | + |
| 6 | +[[enhancement-7.5.1]] |
| 7 | +[float] |
| 8 | +=== Enhancements |
| 9 | + |
| 10 | +Features/Watcher:: |
| 11 | +* Log attachment generation failures {pull}50080[#50080] |
| 12 | + |
| 13 | +Network:: |
| 14 | +* Netty4: switch to composite cumulator {pull}49478[#49478] |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +[[bug-7.5.1]] |
| 19 | +[float] |
| 20 | +=== Bug fixes |
| 21 | + |
| 22 | +Authentication:: |
| 23 | +* Fix iterate-from-1 bug in smart realm order {pull}49473[#49473] |
| 24 | + |
| 25 | +CRUD:: |
| 26 | +* Do not mutate request on scripted upsert {pull}49578[#49578] (issue: {issue}48670[#48670]) |
| 27 | + |
| 28 | +Cluster Coordination:: |
| 29 | +* Make elasticsearch-node tools custom metadata-aware {pull}48390[#48390] |
| 30 | + |
| 31 | +Engine:: |
| 32 | +* Account trimAboveSeqNo in committed translog generation {pull}50205[#50205] (issue: {issue}49970[#49970]) |
| 33 | + |
| 34 | +Features/ILM+SLM:: |
| 35 | +* Handle failure to retrieve ILM policy step better {pull}49193[#49193] (issue: {pull}49128[#49128]) |
| 36 | + |
| 37 | +Features/Java High Level REST Client:: |
| 38 | +* Support es7 node http publish_address format {pull}49279[#49279] (issue: {issue}48950[#48950]) |
| 39 | + |
| 40 | +Geo:: |
| 41 | +* Fix handling of circles in legacy geo_shape queries {pull}49410[#49410] (issue: {issue}49296[#49296]) |
| 42 | + |
| 43 | +Infra/Packaging:: |
| 44 | +* Extend systemd timeout during startup {pull}49784[#49784] (issue: {issue}49593[#49593]) |
| 45 | + |
| 46 | +Machine Learning:: |
| 47 | +* Use query in cardinality check {pull}49939[#49939] |
| 48 | +* Fix expired job results deletion audit message {pull}49560[#49560] (issue: {issue}49549[#49549]) |
| 49 | +* Apply source query on data frame analytics memory estimation {pull}49527[#49527] (issue: {issue}49454[#49454]) |
| 50 | +* Stop timing stats failure propagation {pull}49495[#49495] |
| 51 | + |
| 52 | +Mapping:: |
| 53 | +* Improve DateFieldMapper `ignore_malformed` handling {pull}50090[#50090] (issue: {issue}50081[#50081]) |
| 54 | + |
| 55 | +Recovery:: |
| 56 | +* Migrate peer recovery from translog to retention lease {pull}49448[#49448] (issue: {issue}45136[#45136]) |
| 57 | + |
| 58 | +SQL:: |
| 59 | +* COUNT DISTINCT returns 0 instead of NULL for no matching docs {pull}50037[#50037] (issue: {issue}50013[#50013]) |
| 60 | +* Fix LOCATE function optional parameter handling {pull}49666[#49666] (issue: {issue}49557[#49557]) |
| 61 | +* Fix NULL handling for FLOOR and CEIL functions {pull}49644[#49644] (issue: {issue}49556[#49556]) |
| 62 | +* Handle NULL arithmetic operations with INTERVALs {pull}49633[#49633] (issue: {issue}49297[#49297]) |
| 63 | +* Fix issue with GROUP BY YEAR() {pull}49559[#49559] (issue: {issue}49386[#49386]) |
| 64 | +* Fix issue with CASE/IIF pre-calculating results {pull}49553[#49553] (issue: {issue}49388[#49388]) |
| 65 | +* Fix issue with folding of CASE/IIF {pull}49449[#49449] (issue: {issue}49387[#49387]) |
| 66 | +* Fix issues with WEEK/ISO_WEEK/DATEDIFF {pull}49405[#49405] (issues: {issue}48209[#48209], {issue}49376[#49376]) |
| 67 | + |
| 68 | +Snapshot/Restore:: |
| 69 | +* Fix Index Deletion during Snapshot Finalization {pull}50202[#50202] (issues: {issue}45689[#45689], {issue}50200[#50200]) |
| 70 | + |
| 71 | +Transform:: |
| 72 | +* Fix possible audit logging disappearance after rolling upgrade {pull}49731[#49731] (issue: {issue}49730[#49730]) |
| 73 | + |
| 74 | + |
1 | 75 | [[release-notes-7.5.0]]
|
2 | 76 | == {es} version 7.5.0
|
3 | 77 |
|
4 | 78 | Also see <<breaking-changes-7.5,Breaking changes in 7.5>>.
|
| 79 | + |
5 | 80 | [[known-issues-7.5.0]]
|
6 | 81 | [float]
|
7 | 82 | === Known issues
|
|
0 commit comments