Releases: elastic/elasticsearch-rs
Releases · elastic/elasticsearch-rs
v8.15.0-alpha.1
What's Changed
- Update generated code and docs to 8.15 by @swallez in bf09d72 and a15f168
- Update dependencies by @swallez in fe436a0, b204d51 and c998c22
- Make id optional for BulkCreateOperation by @dodomorandi in #193
- fix Cat API example by @jeinwag in #212
- Fix documentation examples: missing
json
format by @eldad in #222 - Extract credentials passed in Url by @russcam in #147
- Derive Clone on Bulk request structs by @jefftt in #202
- Add documentation for msearch by @russcam in #204
- Escape HTML characters in docs by @russcam in #209
- feature: Add multi-node connection pool by @tommilligan in #189
- Add credential using a base64 encoded API key by @swallez in #238
- Allow running on wasm32 targets using fetch() for http requests by @swallez in #200
Full Changelog: v8.5.0-alpha.1...v8.15.0-alpha.1
v8.4.0-alpha.1
This release updates supported APIs to Elasticsearch 8.4.0.
View the full list of issues and PRs
v7.14.0-alpha.1
v7.12.0-alpha.1...v7.14.0-alpha.1
This release updates supported APIs to Elasticsearch 7.14.
CI & testing
- #185 Fix build
View the full list of issues and PRs
v7.12.1-alpha.1
v7.12.0-alpha.1...v7.12.1-alpha.1
Bug Fixes
CI & testing
- #172 Add update-version task
View the full list of issues and PRs
v7.12.0-alpha.1
Features & Enhancements
Documentation & Examples
- #163 Add Elastic logo to docs
View the full list of issues and PRs
v7.11.0-alpha.1
v7.10.1-alpha.1...v7.11.0-alpha.1
Bug Fixes
- #166 [yaml-tests] Fix yaml test runtime cluster cleanup
Features & Enhancements
- #165 [generator] Generate beta and experimental APIs, guarded by Cargo features
View the full list of issues and PRs
v7.10.1-alpha.1
v7.10.0-alpha.1
v7.9.0-alpha.1...v7.10.0-alpha.1
Documentation & Examples
- #150 [DOCS] Reorganizes Overview and Installation chapters
Features & Enhancements
- #134 Avoid generating unneeded #[serde(rename)]
- #136 Update CI to use cargo make
- #138 Simplify generated code module structure
View the full list of issues and PRs
v7.9.0-alpha.1
v7.8.1-alpha.1...v7.9.0-alpha.1
Features & Enhancements
- #118 Add
ElasticsearchException
to model Elasticsearch exceptions (issue: #112) - #121 Update rest specs to 7.9 and regenerate client
- #127 Expose dangling indices APIs
- #132 Add support for global and per call request timeouts (issue: #116)
Breaking Changes
-
#132 Add support for global and per call request timeouts (issue: #116)
The addition of per API call timeouts has added an additional timeout parameter to the
Transport
send function, which is a breaking change if you are using this function directly for beta or experimental APIs. This function is likely to be refactored in the future (see #132)
View the full list of issues and PRs
v7.8.1-alpha.1
v7.8.0-alpha.1...v7.8.1-alpha.1
Features & Enhancements
- #117 Add
Debug
impl forResponse
(issue: #113) - #119 Return warning description only from warning headers
- #124 Update rest specs to 7.8 and regenerate client
Bug Fixes
- #114 Make _id optional on Bulk index operation
Breaking Changes
- #114 Make _id optional on Bulk index operation
CI & testing
- #125 Rename CI certificates
Uncategorized
- #115 Remove unnecessary default-tls feature (issue: #111) - thanks @mwilliammyers 👍