Skip to content

Releases: elastic/elasticsearch-net

7.17.2

17 May 09:57
Compare
Choose a tag to compare

7.17.1...7.17.2

Enhancements

  • #6275 Add searchable snapshot action for ILM (issue: #6262)
  • #6276 Add CopyFrom to SetProcessor (issue: #6147)
  • #6408 Add missing data attribute to pipeline on ReindexDestiation (issue: #6151)

View the full list of issues and PRs

8.0.0-alpha.9

03 May 12:43
Compare
Choose a tag to compare
8.0.0-alpha.9 Pre-release
Pre-release

8.0.0-alpha.8...8.0.0-alpha.9

Enhancements

  • #6379 Add shortcut properties for HistogramOrder
  • #6383 Update settings for type mappings
  • #6388 Cleanup property mapping types
  • #6392 Tweak benchmark setup
  • #6396 Complete JoinFieldConverter

View the full list of issues and PRs

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.