Releases: elastic/elasticsearch-net
Releases · elastic/elasticsearch-net
7.17.2
8.0.0-alpha.9
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
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
8.0.0-alpha.5
New features
Breaking changes
- #6244 Simplify namespaces and responses types
- #6252 Rename
IndexManagement
client property toIndices
View the full list of issues and PRs
7.17.1
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
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 theElasticsearchClient
directly.