Skip to content

Releases: ibraheemdev/astra

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