Releases: elastic-rs/elastic-responses
Releases · elastic-rs/elastic-responses
0.10.0
0.9.0
- Make all fields on response types private
- Add iterators to response types. For
BulkResponse
andBulkErrorsResponse
, calliter
orinto_iter
. ForSearchResponse
callhits
,into_hits
,documents
orinto_documents
. - Remove the
SearchResponseOf
andGetResponseOf
types. NowSearchResponse
andGetResponse
require a generic type for the kind of document they contain.serde_json::Value
is re-exported for convenience.