Releases: ibraheemdev/astra
Releases · ibraheemdev/astra
0.4.0
- Hyper upgraded to v1.0 (#15).
- Fixed a bug in
BodyReader
(#12).
Server::local_addr
now returns io::Result<SocketAddr>
instead of Option<io::Result<SocketAddr>>
(#11).
BodyReader
is now exported.
0.3.0
- Add
Server::send_clone
to avoid wrapping already cloneable services in an Arc
(#5)
- Add
Server::local_addr
(#7).
- Add
Body::reader
to convert a Body
to an impl Read
(#9).
- Move HTTP/2 support to feature flag
http2
, disabled by default (#6).
0.2.0
- Expose HTTP connection info to services (#3)
0.1.2
- Switch from
polling
to mio
- Performance improvements