|
| 1 | +[[release-notes-6.0.0-rc2]] |
| 2 | +== 6.0.0-rc2 Release Notes |
| 3 | + |
| 4 | +Also see <<breaking-changes-6.0>>. |
| 5 | + |
| 6 | +[[breaking-6.0.0-rc2]] |
| 7 | +[float] |
| 8 | +=== Breaking changes |
| 9 | + |
| 10 | +Inner Hits:: |
| 11 | +* Return the _source of inner hit nested as is without wrapping it into its full path context {pull}26982[#26982] (issues: {issue}26102[#26102], {issue}26944[#26944]) |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +[[enhancement-6.0.0-rc2]] |
| 16 | +[float] |
| 17 | +=== Enhancements |
| 18 | + |
| 19 | +Core:: |
| 20 | +* Ignore .DS_Store files on macOS {pull}27108[#27108] (issue: {issue}23982[#23982]) |
| 21 | + |
| 22 | +Index Templates:: |
| 23 | +* Fix error message for a put index template request without index_patterns {pull}27102[#27102] (issue: {issue}27100[#27100]) |
| 24 | + |
| 25 | +Mapping:: |
| 26 | +* Don't detect source's XContentType in DocumentParser.parseDocument() {pull}26880[#26880] |
| 27 | + |
| 28 | +Network:: |
| 29 | +* Add additional low-level logging handler {pull}26887[#26887] |
| 30 | +* Unwrap causes when maybe dying {pull}26884[#26884] |
| 31 | + |
| 32 | +Plugins:: |
| 33 | +* Adjust SHA-512 supported format on plugin install {pull}27093[#27093] |
| 34 | + |
| 35 | +REST:: |
| 36 | +* Cat shards bytes {pull}26952[#26952] |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +[[bug-6.0.0-rc2]] |
| 41 | +[float] |
| 42 | +=== Bug fixes |
| 43 | + |
| 44 | +Aggregations:: |
| 45 | +* Create weights lazily in filter and filters aggregation {pull}26983[#26983] |
| 46 | +* Fix IndexOutOfBoundsException in histograms for NaN doubles (#26787) {pull}26856[#26856] (issue: {issue}26787[#26787]) |
| 47 | +* Scripted_metric _agg parameter disappears if params are provided {pull}19863[#19863] (issue: {issue}19768[#19768]) |
| 48 | + |
| 49 | +CAT API:: |
| 50 | +* Fix NPE for /_cat/indices when no primary shard {pull}26953[#26953] (issue: {issue}26942[#26942]) |
| 51 | + |
| 52 | +Cache:: |
| 53 | +* Reduce the default number of cached queries. {pull}26949[#26949] (issue: {issue}26938[#26938]) |
| 54 | + |
| 55 | +Core:: |
| 56 | +* Timed runnable should delegate to abstract runnable {pull}27095[#27095] (issue: {issue}27069[#27069]) |
| 57 | +* Stop invoking non-existent syscall {pull}27016[#27016] (issue: {issue}20179[#20179]) |
| 58 | +* MetaData Builder doesn't properly prevent an alias with the same name as an index {pull}26804[#26804] |
| 59 | + |
| 60 | +Ingest:: |
| 61 | +* date processor should not fail if timestamp is specified as json number {pull}26986[#26986] (issue: {issue}26967[#26967]) |
| 62 | +* date_index_name processor should not fail if timestamp is specified as json number {pull}26910[#26910] (issue: {issue}26890[#26890]) |
| 63 | + |
| 64 | +Internal:: |
| 65 | +* Upgrade Lucene to version 7.0.1 {pull}26926[#26926] |
| 66 | + |
| 67 | +Java High Level REST Client:: |
| 68 | +* Make ShardSearchTarget optional when parsing ShardSearchFailure {pull}27078[#27078] (issue: {issue}27055[#27055]) |
| 69 | + |
| 70 | +Java REST Client:: |
| 71 | +* rest-client-sniffer: configurable threadfactory {pull}26897[#26897] |
| 72 | + |
| 73 | +Mapping:: |
| 74 | +* wrong link target for datatype murmur3 {pull}27143[#27143] |
| 75 | + |
| 76 | +Network:: |
| 77 | +* Check for closed connection while opening {pull}26932[#26932] |
| 78 | + |
| 79 | +Packaging:: |
| 80 | +* Fix handling of Windows paths containing parentheses {pull}26916[#26916] (issue: {issue}26454[#26454]) |
| 81 | + |
| 82 | +Percolator:: |
| 83 | +* Also support query extraction for queries wrapped inside a ESToParentBlockJoinQuery {pull}26754[#26754] |
| 84 | + |
| 85 | +Plugin Analysis Phonetic:: |
| 86 | +* Fix beidermorse phonetic token filter for unspecified `languageset` {pull}27112[#27112] (issue: {issue}26771[#26771]) |
| 87 | + |
| 88 | +Plugin Repository Azure:: |
| 89 | +* Use Azure upload method instead of our own implementation {pull}26751[#26751] |
| 90 | + |
| 91 | +REST:: |
| 92 | +* Fix inconsistencies in the rest api specs for cat.snapshots {pull}26996[#26996] (issues: {issue}25737[#25737], {issue}26923[#26923]) |
| 93 | +* Fix inconsistencies in the rest api specs for *_script {pull}26971[#26971] (issue: {issue}26923[#26923]) |
| 94 | +* exists template needs a template name {pull}25988[#25988] |
| 95 | + |
| 96 | +Reindex API:: |
| 97 | +* Fix update_by_query's default size parameter {pull}26784[#26784] (issue: {issue}26761[#26761]) |
| 98 | + |
| 99 | +Search:: |
| 100 | +* Avoid stack overflow on search phases {pull}27069[#27069] (issue: {issue}27042[#27042]) |
| 101 | +* Fix search_after with geo distance sorting {pull}26891[#26891] |
| 102 | +* Fix serialization errors when cross cluster search goes to a single shard {pull}26881[#26881] (issue: {issue}26833[#26833]) |
| 103 | +* Early termination with index sorting should not set terminated_early in the response {pull}26597[#26597] (issue: {issue}26408[#26408]) |
| 104 | +* Format doc values fields. {pull}22146[#22146] |
| 105 | + |
| 106 | +Sequence IDs:: |
| 107 | +* Fire global checkpoint sync under system context {pull}26984[#26984] |
| 108 | + |
| 109 | +Settings:: |
| 110 | +* Emit settings deprecation logging on empty update {pull}27017[#27017] (issue: {issue}26419[#26419]) |
| 111 | +* Fix filtering for ListSetting {pull}26914[#26914] |
| 112 | + |
| 113 | +Stats:: |
| 114 | +* Keep cumulative elapsed scroll time in microseconds {pull}27068[#27068] (issue: {issue}27046[#27046]) |
| 115 | + |
| 116 | +Suggesters:: |
| 117 | +* Fix division by zero in phrase suggester that causes assertion to fail {pull}27149[#27149] |
| 118 | + |
0 commit comments