Skip to content

1.4.2

Compare
Choose a tag to compare
@gmarz gmarz released this 25 Feb 17:18
· 5328 commits to main since this release
  • #1241 Added lenient support to multi match query. (ty @jekstrom)
  • #1243 Added execution support to range filter. (ty @robertlyson)
  • #1244 Added shard query cache setting to index settings. (ty @Tasteful)
  • #1247 Added precision and orientation to geo_shape mapping.
  • #1249 Added file option to sort descriptor. (ty @nickelbob)
  • #1251 Improved type inference for TypeExists.
  • #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.
  • #1255 Host wasn't being populated in the response from node stats.
  • #1263 SniffOnStartup() was causing the client to sniff every time an ElasticClient was instantiated.