Skip to content

v0.8.0

Latest

Choose a tag to compare

@abs0luty abs0luty released this 06 Dec 21:17
· 3 commits to master since this release
  • changed: Server is now generic over connections, allowing axum-server to listen not just on TCP.
  • added: Support for Unix sockets has been implemented and an example for Unix sockets has been provided.
  • changed: rustls-pemfile was replaced with rustls-pki-types as it is now unmaintained.