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
#1260 Exposed the ability to specify TcpKeepAlive at the request level via ConnectionSettings rather than setting it globally via the static ServicePointManager .NET class.
Bug Fixes
#1253 Terms filter did not allow passing an IEnumerable<T> field.
#1255Host wasn't being populated in the response from node stats.
#1263SniffOnStartup() was causing the client to sniff every time an ElasticClient was instantiated.