Skip to content

Releases: elastic/elasticsearch-rs

v8.15.0-alpha.1

28 Aug 09:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.5.0-alpha.1...v8.15.0-alpha.1

v8.4.0-alpha.1

01 Sep 17:17
Compare
Choose a tag to compare

This release updates supported APIs to Elasticsearch 8.4.0.

View the full list of issues and PRs

v7.14.0-alpha.1

08 Sep 07:53
Compare
Choose a tag to compare

v7.12.0-alpha.1...v7.14.0-alpha.1

This release updates supported APIs to Elasticsearch 7.14.

CI & testing

View the full list of issues and PRs

v7.12.1-alpha.1

29 Jun 08:19
Compare
Choose a tag to compare
v7.12.1-alpha.1 Pre-release
Pre-release

v7.12.0-alpha.1...v7.12.1-alpha.1

Bug Fixes

  • #176 Fix README doctests on latest nightly (#175) (issue: #175)

CI & testing

  • #172 Add update-version task

View the full list of issues and PRs

v7.12.0-alpha.1

02 Apr 17:35
Compare
Choose a tag to compare
v7.12.0-alpha.1 Pre-release
Pre-release

Features & Enhancements

  • #164 Add bytes method to Response struct (issue: #160)
  • #168 Add x-elastic-client-meta header

Documentation & Examples

  • #163 Add Elastic logo to docs

View the full list of issues and PRs

v7.11.0-alpha.1

18 Feb 08:47
Compare
Choose a tag to compare
v7.11.0-alpha.1 Pre-release
Pre-release

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

27 Jan 09:03
Compare
Choose a tag to compare
v7.10.1-alpha.1 Pre-release
Pre-release

v7.10.0-alpha.1...v7.10.1-alpha.1

Features & Enhancements

  • #158 updated to tokio 1.0 (issue: #152)

View the full list of issues and PRs

v7.10.0-alpha.1

13 Nov 13:15
Compare
Choose a tag to compare
v7.10.0-alpha.1 Pre-release
Pre-release

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

18 Aug 21:48
Compare
Choose a tag to compare
v7.9.0-alpha.1 Pre-release
Pre-release

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

20 Jul 03:09
Compare
Choose a tag to compare
v7.8.1-alpha.1 Pre-release
Pre-release

v7.8.0-alpha.1...v7.8.1-alpha.1

Features & Enhancements

  • #117 Add Debug impl for Response (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

View the full list of issues and PRs