Enhancements
- #2536 Enable
.DisableDirectStreaming()
on a per-request basis. This is useful when wishing to ad-hoc capture requests and responses. - #2387 Support
geometrycollection
forgeo_shape
types and queries 🌐 - #2521 Improve DebugInformation with a string representation of
CausedBy
(ty @kirilyuro ) - #2510 Avoid unnecessary
DateTime
allocations (ty @niemyjski )
Bug fixes
- #2525 Fix spelling mistake in German Snowball Analyzer
- #2503 Implement deserialization for
TermsIncludeExclude
to allow search requests that include it to be deserialized
Deprecations
- #2506 Mark type level analyzers as obsolete. Will be removed in Elasticsearch 6.0.
Misc
- 18aa4dc Limit version compatibility of NEST 2.x to 2.x versions of Elasticsearch.Net