Skip to content

1.4.3

Compare
Choose a tag to compare
@gmarz gmarz released this 27 Mar 16:40
· 5354 commits to main since this release

This 1.4.3 release is compatible with all Elasticsearch 1.x releases.
The previous 1.4.2 release is compatible up to (but not including) Elasticsearch 1.5.

Bug Fixes

  • #1291 Fix broken aggregations on Elasticsearch 1.5 due to elastic/elasticsearch#10284
  • #901 Fix enums from being skipped when calling MapFromAttributes(). They are now mapped as integers by default.
  • #1254 Fixed exception occurring when using Thrift and opening many simultaneous async connections (Ty @lukapor !)
  • #1281 Added support for standard deviation bounds to the extended stats aggregation response
  • #1279 Fixed an ArgumentNullException that occurred when using the MultiSearch object initializer syntax
  • #1275 Aliases was missing from cluster state response

Enhancements

  • #1267 Improved tracing: requests are now traced when they begin and end
  • #1280 Added a convenience extension method for passing a template name directly to TemplateExists() rather than using descriptors