Skip to content

Releases: elastic-rs/elastic

0.13.2

30 Jul 11:21
Compare
Choose a tag to compare

Adds basic logging support for requests and responses. This will log:

  • Request path
  • Response status if request succeeded
  • Response error if request failed (io error, rather than Elasticsearch error)

0.13.0

22 Jun 22:04
Compare
Choose a tag to compare
  • Updates elastic_types to 0.18.0. See elastic_types release notes
  • Refactoring the RequestBuilder generics so they're more consistent for raw requests and high-level builders. This shouldn't really affect you unless you're taking RequestBuilders as arguments or returning them from methods

0.12.3

11 Jun 03:11
Compare
Choose a tag to compare
  • Re-export ParseResponseError from client::responses::parse

0.12.2

31 May 09:16
Compare
Choose a tag to compare
  • Deprecates ResponseBuilder.raw and adds a new ResponseBuilder.into_raw method that does the same thing. The raw method will be removed in the next breaking release

0.12.1

31 May 05:12
Compare
Choose a tag to compare
  • Adds build badges to Cargo.toml
  • Fixes some typos in the documentation

0.12.0

31 May 02:11
Compare
Choose a tag to compare

Initial release to track cargo releases.