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
enum
tostring
resolution - #2414 Add
Min
NestedScoreMode
Bug Fixes
-
#2431 Add
include_in_all
ontoTypeMapping
-
#2420 Fix the way in which
HttpClient
are created when using theHttpConnection
on .NET Core. AHttpClient
was created based on a hashcode ofRequestData
that included a regression bug that caused multiple instances ofHttpClient
to be created. Now, forRequestData
where- RequestTimeout
- HttpCompression
- ProxyAddress
- ProxyUsername
- ProxyPassword
- DisableAutomaticProxyDetection
do not change, the same
HttpClient
instance will be used -
#2142 Set the
ApiCall
details on eachTermVectorsResponse
in the collection of responses in aMultiTermVectorsResponse
-
#2440 Ensure that each part of the async pipeline for Desktop CLR
HttpConnection
can be cancelled correctly