Releases: elastic/elasticsearch-net
Releases · elastic/elasticsearch-net
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.
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
Features & Enhancements
- #6070 Add
IgnoreUnmapped
toGeoDistanceQuery
,GeoBoundingBoxQuery
andGeoPolygon
(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