2.5.0
Features
- #2164 Allow
Reindex()helper to reindex into an existing index - #2413 Implement Watcher APIs 👀
Enhancements
- #2430 Do not instantiate
QueryContainerDescriptor<T>unneccessarily - #2389 Add support for
UpdateMany()in the bulk API - #2418 Faster
enumtostringresolution - #2414 Add
MinNestedScoreMode
Bug Fixes
-
#2431 Add
include_in_allontoTypeMapping -
#2420 Fix the way in which
HttpClientare created when using theHttpConnectionon .NET Core. AHttpClientwas created based on a hashcode ofRequestDatathat included a regression bug that caused multiple instances ofHttpClientto be created. Now, forRequestDatawhere- RequestTimeout
- HttpCompression
- ProxyAddress
- ProxyUsername
- ProxyPassword
- DisableAutomaticProxyDetection
do not change, the same
HttpClientinstance will be used -
#2142 Set the
ApiCalldetails on eachTermVectorsResponsein the collection of responses in aMultiTermVectorsResponse -
#2440 Ensure that each part of the async pipeline for Desktop CLR
HttpConnectioncan be cancelled correctly