Skip to content

Releases: elastic/elasticsearch-net

8.0.0-alpha.8

26 Apr 15:05
Compare
Choose a tag to compare
8.0.0-alpha.8 Pre-release
Pre-release

8.0.0-alpha.7...8.0.0-alpha.8

Enhancements

  • #6363 Remove non-stable APIs
  • #6367 Fully implement and test DataStreamName(s)
  • #6371 Various improvements and clean up
  • #6375 Regenerated buckets with support for sub-aggs

View the full list of issues and PRs

8.0.0-alpha.7

20 Apr 07:15
6dc5013
Compare
Choose a tag to compare
8.0.0-alpha.7 Pre-release
Pre-release

8.0.0-alpha.6...8.0.0-alpha.7

Enhancements

  • #6347 Add Security APIs for API Key Management
  • #6351 Add more Security APIs

Bug Fixes

View the full list of issues and PRs

8.0.0-alpha.6

19 Apr 11:17
Compare
Choose a tag to compare
8.0.0-alpha.6 Pre-release
Pre-release

8.0.0-alpha.5...8.0.0-alpha.6

Enhancements

  • #6277 Respond to updated schema response inheritance removal
  • #6281 Add create and get index APIs
  • #6285 Add component template APIs
  • #6289 Add Snapshot APIs
  • #6293 Add XPack APIs
  • #6298 Add Autoscaling APIs
  • #6302 Add remaining Cluster APIs
  • #6306 Add List Dandling Indices API
  • #6310 Add Features APIs
  • #6314 Add additional Indices APIs
  • #6318 Add License APIs
  • #6322 Add various APIs
  • #6326 Add Transform APIs
  • #6330 Add initial ML APIs and types
  • #6334 Add Scroll APIs
  • #6338 Adds DeleteScript and Explain APIs

View the full list of issues and PRs

6.8.11

13 Apr 08:31
b62f824
Compare
Choose a tag to compare

6.8.10...6.8.11

Bug Fixes

  • #6259 Fix PositionLength JSON name on AnalyzeToken

View the full list of issues and PRs

8.0.0-alpha.5

11 Apr 07:55
aa3100e
Compare
Choose a tag to compare
8.0.0-alpha.5 Pre-release
Pre-release

8.0.0-alpha.4...8.0.0-alpha.5

New features

  • #6236 Add Put Mapping API
  • #6240 Add Get Mapping API
  • #6248 Add Index Template APIs

Breaking changes

  • #6244 Simplify namespaces and responses types
  • #6252 Rename IndexManagement client property to Indices

View the full list of issues and PRs

7.17.1

11 Apr 11:52
8b2b5be
Compare
Choose a tag to compare

7.17.0...7.17.1

Bug Fixes

  • #6107 Fix type for AverageResponseTime on node stats response (issue: #5953)
  • #6110 Fix username rule when returned as array (issue: #5272)
  • #6263 Fix API versioning validation on NETFX (issue: #6260)

View the full list of issues and PRs

8.0.0-alpha.4

28 Mar 11:31
19f5dd5
Compare
Choose a tag to compare
8.0.0-alpha.4 Pre-release
Pre-release

8.0.0-alpha.3...8.0.0-alpha.4

New Features

  • #6174 Generate additional aggregations
  • #6177 Add Task APIs
  • #6200 Add graph explore API
  • #6203 Add enrich APIs
  • #6206 Add ILM APIs
  • #6209 Add node APIs
  • #6214 Add Searchable Snapshots APIs
  • #6217 Add SLM APIs
  • #6220 Add ingest APIs
  • #6223 Add various indices APIs
  • #6226 Add various global APIs
  • #6229 Add additional global APIs
  • #6232 Add CCR APIs

View the full list of issues and PRs

8.0.0-alpha.3

22 Mar 13:07
Compare
Choose a tag to compare
8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.2...8.0.0-alpha.3

New APIs

  • #6165 Add support for SQL search APIs

Breaking Changes

  • #6161 After careful consideration, we have decided to remove the IElasticsearchClient interface which offer little value as it may break consumers when new API methods are added. Instead, we recommend using the ElasticsearchClient directly.

8.0.0-alpha.2

17 Mar 16:08
Compare
Choose a tag to compare
8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.1...8.0.0-alpha.2

New APIs

  • #6138 Add support for EQL APIs

Misc

  • #6157 Code generation now includes generic and non-generic descriptor variants where applicable. This provides more options when consuming the fluent API, allowing consumers to drop into a generic descriptor only when necessary. New client methods will be exposed in future releases to take advantage of and expose these new APIs.

7.17.0

01 Feb 16:26
ac4e4ee
Compare
Choose a tag to compare

7.16.0...7.17.0

Features & Enhancements

  • #6070 Add IgnoreUnmapped to GeoDistanceQuery, GeoBoundingBoxQuery and GeoPolygon (issue: #6066)
  • #6094 Add shard_stats to primary index stats (issue: #6079)
  • #6101 Support index template v2 APIs in NEST

Bug Fixes

  • #6085 Support version on ingest pipelines (issue: #6082)
  • #6088 Add missing fields for IpProperty (issue: #6067)
  • #6090 Support deserialisation of simple scripts (issue: #5684)
  • #6091 Add missing TermVectorOption (issue: #6078)
  • #6095 Update boxplot to handle non-numeric values (issue: #6050)
  • #6098 Move explain to body in search template API (issue: #5040)

Breaking Changes

To align with naming elsewhere during the implementation of NEST APIs for index template v2, some of the low-level client types and methods have been renamed:

  • ExistsIndexTemplateRequestParameters => IndexTemplateV2ExistsRequestParameters
  • ExistsTemplateForAll => TemplateV2ExistsForAll
  • ExistsTemplateForAllAsync => TemplateV2ExistsForAllAsync

View the full list of issues and PRs