github elastic/elasticsearch-net 5.0.0-rc2

latest releases: 8.16.1, serverless-1.1.16, 8.16.0...
pre-release8 years ago

This is the 2nd release candidate compatible with Elasticsearch 5.0. Many features and fixes went into this release, including support for all the Watcher APIs.

We will be finalizing the client ready for a GA release.

Features

Bug Fixes

  • #2331 Fix SuffixExpressionVisitor to allow multiple calls of .AppendSuffix()
  • #2340 Correct time taken calculation in Audit trail to be non-negative
  • #2350 SniffResponse now correctly matches on IPv6 addresses
  • #2357 Correct Script serialization on bulk update operation
  • #2362 Add max_boundary_scan to highlight fields
  • #2344 Add back default value on .Dynamic() mapping
  • #2366 404s on Get<T>() and Delete<T>() (and async variants) now return .IsValid as true and deserialize the response, setting .Found.
  • #2365 .Score is nullable on Hit<T>

Removal / deprecations

  • #2342 Remove Language on UpdateRequest and rename to Lang, and correct script serialization
  • #2399 Remove IDictionary from IIsADictionary<TKey,TValue> interface definition. This was confusing and needed only for one purpose in the codebase. This has been refactored to perform better.

View the full list of issues and PRs

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.