Skip to content

Releases: ibraheemdev/astra

0.4.0

07 Nov 22:51
Compare
Choose a tag to compare
  • 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

09 Sep 17:51
Compare
Choose a tag to compare
  • 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

22 Apr 20:52
Compare
Choose a tag to compare
  • Expose HTTP connection info to services (#3)

0.1.2

08 Mar 01:27
Compare
Choose a tag to compare
  • Switch from polling to mio
  • Performance improvements