Releases: elastic-rs/elastic
Releases · elastic-rs/elastic
0.13.2
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
- 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 RequestBuilder
s as arguments or returning them from methods
0.12.3
- Re-export
ParseResponseError
from client::responses::parse
0.12.2
- 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
- Adds build badges to
Cargo.toml
- Fixes some typos in the documentation
0.12.0
Initial release to track cargo releases.