|
1 | 1 | [[release-notes-7.5.2]] |
2 | 2 | == {es} version 7.5.2 |
3 | 3 |
|
4 | | -coming::[7.5.2] |
| 4 | +[[enhancement-7.5.2]] |
| 5 | +[float] |
| 6 | +=== Enhancements |
| 7 | + |
| 8 | +Features/Ingest:: |
| 9 | +* Fork recursive calls in Foreach processor {pull}50514[#50514] |
| 10 | + |
| 11 | +Infra/Core:: |
| 12 | +* Fix unintended debug logging in subclasses of TransportMasterNodeAction {pull}50839[#50839] (issues: {issue}50056[#50056], {issue}50074[#50074], {issue}50076[#50076]) |
| 13 | + |
5 | 14 |
|
6 | 15 | [[bug-7.5.2]] |
7 | 16 | [float] |
8 | 17 | === Bug fixes |
9 | 18 |
|
| 19 | +Analysis:: |
| 20 | +* Fix caching for PreConfiguredTokenFilter {pull}50912[#50912] (issue: {issue}50734[#50734]) |
| 21 | + |
| 22 | +CRUD:: |
| 23 | +* Block too many concurrent mapping updates {pull}51038[#51038] (issue: {issue}50670[#50670]) |
| 24 | + |
| 25 | +Engine:: |
| 26 | +* Account soft-deletes in FrozenEngine {pull}51192[#51192] (issue: {issue}50775[#50775]) |
| 27 | + |
| 28 | +Features/ILM+SLM:: |
| 29 | +* Fix SLM check for restore in progress {pull}50868[#50868] |
| 30 | + |
| 31 | +Features/Ingest:: |
| 32 | +* Fix ingest simulate response document order if processor executes async {pull}50244[#50244] |
| 33 | + |
| 34 | +Features/Java Low Level REST Client:: |
| 35 | +* Improve warning value extraction performance in response {pull}50208[#50208] (issue: {issue}24114[#24114]) |
| 36 | + |
10 | 37 | Machine Learning:: |
11 | 38 | * Fixes potential memory corruption or inconsistent state when background |
12 | 39 | persisting categorizer state. {ml-pull}921[#921] |
13 | 40 |
|
| 41 | +Mapping:: |
| 42 | +* Ensure that field collapsing works with field aliases. {pull}50722[#50722] (issues: {issue}32648[#32648], {issue}50121[#50121]) |
| 43 | +* Fix meta version of task index mapping {pull}50363[#50363] (issue: {issue}48393[#48393]) |
| 44 | + |
| 45 | +Recovery:: |
| 46 | +* Check allocation ID when failing shard on recovery {pull}50656[#50656] (issue: {issue}50508[#50508]) |
| 47 | + |
| 48 | +SQL:: |
| 49 | +* Change the way unsupported data types fields are handled {pull}50823[#50823] |
| 50 | +* Optimization fixes for conjunction merges {pull}50703[#50703] (issue: {issue}49637[#49637]) |
| 51 | +* Fix issue with CAST and NULL checking. {pull}50371[#50371] (issue: {issue}50191[#50191]) |
| 52 | +* Fix NPE for JdbcResultSet.getDate(param, Calendar) calls {pull}50184[#50184] (issue: {issue}50174[#50174]) |
| 53 | + |
| 54 | +Search:: |
| 55 | +* Fix upgrade of custom similarity {pull}50851[#50851] (issue: {issue}50763[#50763]) |
| 56 | + |
| 57 | +Security:: |
| 58 | +* Always consume the request body of `has_privileges` API {pull}50298[#50298] (issue: {issue}50288[#50288]) |
| 59 | + |
| 60 | + |
14 | 61 | [[release-notes-7.5.1]] |
15 | 62 | == {es} version 7.5.1 |
16 | 63 |
|
|
0 commit comments