Changelog History
Page 1
-
v7.10.1 Changes
December 07, 2020🔋 Features & Enhancements
- 👍 #5151 Support point in time searches
- #5098 Add hard_bounds for histograms
- #5104 Add QueryCache columns to CatNodesRecord (issue: #5096)
- #5116 Add authentication type to AuthenticateResponse (issue: #5096)
- #5121 Add ignore_keywords flag to word delimiter graph (issue: #5096)
- #5123 Generate initial NEST code for 7.10.1
- #5137 Add point in time APIs (issue: #5096)
- #5142 Implement grant API key (issue: #5096)
- 👍 #5147 Support clear api key cache (issue: #5096)
- 👍 #5148 Support indexing pressure on NodeStats (issue: #5096)
Infrastructure
Minor breaking change risk
⚡️
GetRole
,GetRoleAsync
,GetRoleMapping
andGetRoleMappingAsync
APIs have been updated to support using theNames
parameter, rather thanName
. In the majority of cases, this should be non-breaking because the types support implicit casting. Reflection based usage will be affected. We have review this change and feel it is preferable that the API correctly support specifying multiple, comma separated names.View the full list of issues and PRs
-
v7.10.0 Changes
November 12, 2020🐛 Bug Fixes
- #5077 Fixing BulkAll indefinitely hanging when failing (issue: #4014)
- 🐎 #5088 Remove performance counters from RecyclableMemoryStream
- 🚚 #5089 Mapping time boost was removed in 7.10
🔋 Features & Enhancements
- #4735 Add Point property for mapping point datatype (issue: #4718)
- #5078 Make API generation non interactive
- 👍 #5085 Add support for the new
data_*
roles. - 📄 #5030 [DOCS] Reorganizes Overview and Installation chapters
- ✅ #5042 [DOCS] Reorganizes Overview and Installation chapters in Test folder
- 🐎 #4952 NameValueCollection.ToQueryString performance optimisation (issue: #4951)
View the full list of issues and PRs
-
v7.9.0 Changes
August 19, 2020🔋 Features & Enhancements
- #4863 Add global highlight_query (issue: #4862)
- #4870 Implement dangling indices APIs
- #4871 Add description to ingest processors
- #4873 Add index block API
- #4874 Add indices resolve index API
- #4886 Add normalize aggregation
- #4887 Add moving_percentiles aggregation
- #4888 Add index filter to field_caps API
- 👍 #4890 Add support for wildcard property
- #4891 Add standard deviation / variance sampling to extended stats
- #4905 Add addition settings to s3 repository (issue: #4889)
- #4911 Add max_token_length to chargroup tokenizer
- #4912 Add discard_compound_token to kuromoji tokenizer
- #4913 Add data streams APIs
- 🚚 #4914 Add must_exist to alias remove
- #4915 Add ignore_empty_value to set processor
- #4916 Add security.clear_cached_privileges API
- #4917 Add geotile_grid transform group by
- #4918 Add reserved, reserved_in_bytes to node stats response
- #4919 Add annotations_enabled to model config
- #4947 Add settings to create follow index and create auto follow pattern APIs
📄 Docs
- 🛠 #4921 [DOCS] Fixes broken link to sliced scroll
🐛 Bug Fixes
View the full list of issues and PRs
-
v7.9.0-alpha1 Changes
July 27, 2020 -
v7.8.2 Changes
July 27, 2020🐛 Bug Fixes
- 🔨 #4847
client.Timeout
was not being set after refactoring introduced in #4673 - 📜 #4833 Deserialize enums in fallback
Enum.Parse
as case insensitive (issue: #4817) - #4834 Check
_cleanupTimer
is not null when disposingRequestDataHttpClientFactory
(issue: #4818) - #4854 Fix ScriptCacheStats
- #4856 Fix DateHistogram aggregation intervals (issue: #4839)
💥 Breaking Changes
#4854 Fix ScriptCacheStats
🛠 Modelling of contexts was incorrectly implemented such that deserialization would fail. This breaking change fixes an implementation that would never have worked.
#4856 Fix DateHistogram aggregation intervals (issue: #4839)
FixedInterval was incorrectly mapped to accept either a
DateInterval
orTime
, but an input always requires a factor, meaning the former input would result in an error from Elasticsearch if used. Rather than attempt to patch around this, we decided to fix the broken implementation such thatFixedInterval
accepts onlyTime
CalendarInterval
acceptsDateInterval
orDateMathTime
📚 Documentation
View the full list of issues and PRs
- 🔨 #4847
-
v7.8.1 Changes
June 30, 2020🔋 Features & Enhancements
- 👷 #4812 Add DailyModelSnapshotRetentionAfterDays to ml jobs (issue: #4803)
- #4813 Add FailedCategoryCount to ModelSizeStats (issue: #4803)
- #4814 Add effective max model memory limit to ML info (issue: #4803)
- 👷 #4815 Add assigned node to OpenJob/StartDatafeed response (issue: #4803)
- #4816 Add Indices and Aliases in BulkAlias API (issue: #4721)
🐛 Bug Fixes
- #4806 Deserialize sort short forms (issue: #4797)
- #4807 Do not wrap null ISourceFilter in Union (issue: #4787)
📄 CI and docs
- 🍱 #4793 Remove duplicated properties. Thanks @DanAtkinson 👍
- #4805 Use format that null_value conforms to (issue: #4781)
- 📚 #4804 Parent-Child Documentation: Fixed spelling error on "IndexResponse". thanks @NickFane 👍
View the full list of issues and PRs