You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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)
#2198HttpClientHandler 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