Releases: elastic/elasticsearch-rs
Releases · elastic/elasticsearch-rs
v9.1.0-alpha.1
What's Changed
- [docs] Miscellaneous docs clean up by @colleenmcginnis in #248
- Small doc fixes by @swallez in #249
- docs: Fix the version number that cannot be pulled by @maoyutofu in #247
- Prepare 9.0.0 by @swallez in #252
- Allow updating transport credentials by @swallez in #254
- [docs] Add
products
todocset.yml
by @colleenmcginnis in #258 - docs-builder: add
pull-requests: write
permission to docs-build workflow by @reakaleek in #259 - Allow cloning the transport with different credentials by @swallez in #260
- Prepare version 9.1 by @swallez in #261
Full Changelog: v9.0.0-alpha.1...v9.1.0-alpha.1
v8.19.0-alpha.1
v8.17.0-alpha.1
What's Changed
Full Changelog: v8.16.0-alpha.1...v8.17.0-alpha.1
v8.16.0-alpha.1
Full Changelog: v8.15.0-alpha.1...v8.16.0-alpha.1
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