Skip to content

axum - v0.7.4

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 13 Jan 13:32
· 39 commits to main since this release
9ebd105
  • fixed: Fix performance regression present since axum 0.7.0 (#2483)
  • fixed: Improve debug_handler on tuple response types (#2201)
  • added: Add must_use attribute to Serve and WithGracefulShutdown (#2484)
  • added: Re-export axum_core::body::BodyDataStream from axum