Skip to content

2.1.0

Compare
Choose a tag to compare
@russcam russcam released this 30 Mar 02:24
· 3574 commits to main since this release

Features

Documentation for Elasticsearch.Net and NEST 2.x

  • #1935 Add support for the Profile API
  • #1924 Add support for render search template
  • #1923 Add support for indices shard stores
  • #1922 Add support for force merge
  • #1921 Add support for cat snapshots
  • #1920 Add support for cat repositories
  • #1919 Add support for cat segments

Bugs/Fixes

  • #1863 Sort failing due to serialization error
  • #1929 Handle null _score inside ConcreteTypeConverter
  • #1928 and #1952 Capture the Response bytes and HTTP status code when a BadAuth Response occurs and do not throw a serialization exception when attempting to deserialize (the response may not be json e.g. could be using a proxy for auth)
  • #1947 Remove RethrowKeepingStackTrace in favour of simply throwing the exception; the former was an artifact of the older TPL-based async implementation which is unnecessary with the async/await async implementation
  • #1931 Fix bug in Filter Aggregation with script
  • #1930 Fix bug in TermsQueryDescriptor where passing an IEnumerable<T> to Terms<T>() without specifying T, results in the params T[] overload being called
  • #1917 Fix bug in FieldStats when less than or equal to comparison used on Index constraint
  • #1870 allow .Fields(Fields) everywhere