Skip to content

axum - v0.7.6

Compare
Choose a tag to compare
@jplatte jplatte released this 20 Sep 19:44
· 120 commits to main since this release
axum-v0.7.6
a73dab4
  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#2653)
  • added: Router::has_routes function (#2790)
  • change: Update tokio-tungstenite to 0.23 (#2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#2881)