Skip to content

2.4.4

Compare
Choose a tag to compare
@gmarz gmarz released this 24 Aug 16:05
· 3563 commits to main since this release

Bug Fixes

  • #2197 Fixed instances where modified serialization settings or custom serializers were not being respected by introducing ISerializerFactory. The old func based factory set on ConnectionSettings is now obsolete. (TY @tsliang and @mitchknife)
  • #2198 HttpClientHandler can now be modified in a custom HttpConnection when running on .NET Core. This makes it possible to validate HTTPS certs by setting ServerCertificateValidationCallback.
  • #2169 Analyze API parameters have been moved to the request body
  • #2217 Added missing filter options to ITermVectorFilter
  • #2213 Added missing meta fields to IGetResponse<T> and IMultiHit<T>
  • #2219 Added missing conflicts option to ReindexOnServer
  • #2221 Fixed issue with using a sniffing connection pool where a thread could potentially become blocked resulting in a timeout exception (TY @lostllama)
  • #2223 Disabling _source now properly serializes as false rather than exclude: ["*"] (TY @pathikdevani)
  • #2194 Deprecate Alias on GetAlias() in favour of Name