Releases: sbstp/attohttpc
Releases · sbstp/attohttpc
v0.14.0
v0.13.0
- Update rustls and webpki-roots dependencies @adamreichold #57
- Fix clippy warnings and add clippy to CI @adamreichold #57
- Add the
Response::error_for_status
method @adamreichold #58 - Add the
Body
trait to permit users to implement sending a body on any object #59 - Add the
inspect()
method on theRequestBuilder
trait to inspect the data contained in the fields @adamreichold #61, see #60 for use cases - Add support for chunked request bodies @adamreichold #62
- Add a method for streaming a JSON body in the request @adamreichold #65
v0.12.0
- Add support for rustls as an alternative to native-tls #51 @adamreichold
- Add a new Session struct that can be used to carry settings over multiple requests #52 @sbstp
- Fix a bug when trying to connect to an IPv6 address that uses brackets #54 @adamreichold reported by @gh0st42
v0.11.1
v0.11.0
v0.10.1
v0.10.0
v0.9.0
- Fix a bug which caused the charsets text decoder to panic #32 @adamreichold
- Add
Accept: */*
and User-Agent headers if not provided by user @sbstp - Improve chunked encoding reader to avoid a layer of buffering @adamreichold
- Add limits on the length of lines read in the chunked encoding reader and the header parser @adamreichold
- Remove implementation of
Error::description
@adamreichold - Improve the Happy Eyeballs code to make it cleaner and better @adamreichold
v0.8.0
v0.7.0
- Update version of the
http
crate @adamreichold