Releases: elastic/elasticsearch-net
Releases · elastic/elasticsearch-net
7.12.1
Bug Fixes
- #5541 Add fallback when detected runtime version is invalid (issue: #5539)
- #5499 Correct the JSON name for the position length on tokens (issue: #5498)
View the full list of issues and PRs
6.8.8
Bug Fixes
- #5530 Check _cleanupTimer is not null when disposing (backport fix/4818 to 6.x) (issues: #4818, #5529)
View the full list of issues and PRs
7.12.0
Features & Enhancements
- #5304 Implement URI parts ingest processor
- #5322 Add data_frozen node role
- #5338 Add architecture stats to cluster node stats (issue: #5337)
- #5345 Add Fingerprint ingest processor (issue: #5337)
- #5347 Add network community ID ingest processor
- #5353 Add rollover API support for max_primary_shard_size (issue: #5337)
- #5354 Add frozen tier support to ILM phases
- #5360 Add network direction ingest processor (issue: #5337)
- #5372 Add multi terms aggregation (issue: #5337)
- #5373 Add linear function to rank_feature query (issue: #5337)
- #5374 Add support for _shard_doc sort with pit (issue: #5337)
- #5377 Support runtime fields on transforms (issue: #5337)
- #5378 Update get token response to include auth info
- #5383 Add max_analyzed_offset to highlight (issue: #5337)
- #5402 Add variable width histogram aggregation (issue: #5400)
- #5403 Add applications to get role response (issue: #5401)
- #5412 Support case_insensitive on term-based queries (issue: #5407)
- #5417 Add IEnumerable overload SearchAfter descriptor (issue: #5416)
Bug Fixes
- #5413 Add explicit stop method to Auditable (issue: #5363)
- #5435 Deserialise analyzers without a type (issue: #5432)
Performance
- #5293 Optimise RouteValues allocations
View the full list of issues and PRs
7.11.1
Bug Fixes
- #5326 Fix Client Diagnostics following the upgrade to DiagnosticSource 5.0.0 in 7.10.1
View the full list of issues and PRs
6.8.7
Features & Enhancements
- #4673 Allow HttpClient instances to be refreshed periodically
- #4678 [Backport 6.x] Reimplement #4673 manually
- #5302 [Backport 6.x] Implement meta header for client requests (issue: #5190)
Bug Fixes
- #4705 update CatAllocationRecord (issue: #4699)
- #4725 AutoDateHistogramAggregate Interval should be DateMathTime (issue: #4333)
View the full list of issues and PRs
7.11.0
Breaking Change
- #5317 Support multiple expand_wildcards. Due to a change on the server introduced in 7.10.1 of Elasticsearch for the Watcher APIs, we have updated
IndicesOptions
. This now supports anIEnumerable<ExpandWildcards>
rather than a singularExpandWildcards
value for the "ExpandWildcards" property. When using the Object Initializer syntax, where indices options are set, you will need to update your code to include theExpandWildcards
in anIEnumerable
form. When using the Fluent syntax, you existing code should continue to function without changes. When handling a response from the GET Watch API, you will need to handle the "ExpandWildcards" property as anIEnumerable
.
Features & Enhancements
- #5133 Update BoxplotAggregate response to include
Lower
andUpper
properties. - #5188 Add
EnablePositionIncrements
property toITokenCountProperty
(issue: #5186) - #5190 Add the
X-Elastic-Client-Meta
HTTP header which is used by Elastic Cloud and can be disabled with theDisableMetaHeader
property on theConnectionConfiguration
set to false. - #5205 Add
ResourceName
onAttachmentProcessor
(issue: #5198) - #5206 Add support for rate aggregations (issue: #5198)
- #5208 Add
AllowDuplicates
property toAppendProcessor
(issue: #5198) - #5209 Fix failing transform tests and support dates_as_epoch_millis (issues: #5185, #5198)
- #5230 Add support for mapping runtime fields [BETA] (issue: #5198)
- #5239 Implement AsyncSearch Status API
- #5240 Implement Clone Snapshot API
- #5259 Implement runtime fields on searches [BETA]
- #5275 Implement unsigned long numeric field (issue: #5198)
- #5286 Add support for GeoLine Aggregation
- #5200 Add support for the Version field type
Bug Fixes
- #5177 TcpStats.GetStats() now handles error when host cannot disclose information (issue: #5176)
- #5228 Fix deserialisation of aggs in Translate API response (issue: #5201)
- #5260 Fix bug in AutoExpandReplicas.Create (issue: #5258)
- #5271 Fix GetRoleMappings when multiple distinguished names returned (issue: #5270)
- #5294 Fix size overflow in StringToDoubleConverter
View the full list of issues and PRs
7.10.1
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
and GetRoleMappingAsync
APIs have been updated to support using the Names
parameter, rather than Name
. 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
7.10.0
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)
- #5003 Enable TCP states and ThreadPool stats
Bug Fixes
- #4996 Serialize Epoch milliseconds as a string
- #4978 Fix field value factor serialization
- #4979 Use SourceSerializer when deserializing Source API response (issue: #4970)
- #5077 Fixing BulkAll indefinitely hanging when failing (issue: #4014)
- #5088 Remove performance counters from RecyclableMemoryStream
- #5089 Mapping time boost was removed in 7.10
- #5009 Collect MemberInfo same as Json.NET when building a formatter (issue: #4958)
- #5010 Add Visit methods for derived IProperty types
Performance
- #5002 Short circuit in ToUrl to remove allocations when possible
View the full list of issues and PRs
7.9.0
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