github elastic/elasticsearch-net 2.5.0

latest releases: 8.16.1, serverless-1.1.16, 8.16.0...
7 years ago

Features

Enhancements

  • #2430 Do not instantiate QueryContainerDescriptor<T> unneccessarily
  • #2389 Add support for UpdateMany() in the bulk API
  • #2418 Faster enum to string resolution
  • #2414 Add Min NestedScoreMode

Bug Fixes

  • #2431 Add include_in_all onto TypeMapping

  • #2420 Fix the way in which HttpClient are created when using the HttpConnection on .NET Core. A HttpClient was created based on a hashcode of RequestData that included a regression bug that caused multiple instances of HttpClient to be created. Now, for RequestData where

    • RequestTimeout
    • HttpCompression
    • ProxyAddress
    • ProxyUsername
    • ProxyPassword
    • DisableAutomaticProxyDetection

    do not change, the same HttpClient instance will be used

  • #2142 Set the ApiCall details on each TermVectorsResponse in the collection of responses in a MultiTermVectorsResponse

  • #2440 Ensure that each part of the async pipeline for Desktop CLR HttpConnection can be cancelled correctly

View the full list of issues and PRs

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.