axum Releases
112 releases of tokio-rs/axum
- axum-v0.7.9axum - v0.7.9
A maintenance release fixing middleware content-length handling.
Nov 16, 2024
- axum-extra-v0.9.6axum-extra - v0.9.6
A documentation update for the axum-extra crate adding links to the features table.
Nov 16, 2024
- axum-v0.7.8axum - v0.7.8
A maintenance release focusing on Server-Sent Events (SSE) serialization and adding support for the CONNECT HTTP method.
Nov 15, 2024
- axum-extra-v0.9.5axum-extra - v0.9.5
The axum-extra crate receives updates to support the CONNECT method and adds a macro for JSON construction.
Nov 15, 2024
- axum-v0.7.7axum - v0.7.7
A documentation-focused release that removes manual Table of Contents as rustdoc now generates them natively.
Sep 27, 2024
- axum-core-v0.4.5axum-core - v0.4.5
A bug fix for the internal logging macro that was causing compile errors under specific Cargo feature combinations.
Sep 27, 2024
- rustymimi-0.2.2
Minimal release notes: "This includes the extended context size to 8192 so should provide 5 mins conversations on moshi-mlx."
Sep 22, 2024
- axum-extra-v0.9.4axum-extra - v0.9.4
Added a new Attachment type to axum-extra for handling file attachments in responses.
Sep 20, 2024
- axum-v0.7.6axum - v0.7.6
Performance and usability improvements including TCP configuration options, route inspection utilities, and dependency updates.
Sep 20, 2024
- axum-macros-v0.4.2axum-macros - v0.4.2
Added a debug attribute to the axum-macros crate to aid in debugging middleware implementations.
Sep 20, 2024
- axum-core-v0.4.4axum-core - v0.4.4
API usability improvements including derives for Clone and Copy, must_use attributes, and const context support for body limits.
Sep 20, 2024
- rustymimi-0.2.1
Sep 20, 2024
- axum-extra-v0.9.3axum-extra - v0.9.3
Adds a new `tracing` feature to the axum-extra crate, allowing developers to log rejections from built-in extractors for easier debugging.
Mar 24, 2024
- axum-v0.7.5axum - v0.7.5
A maintenance release that fixes layer cloning issues in serve and removes the h2 dependency unless the http2 feature is enabled.
Mar 24, 2024
- v0.17.3v0.17.3 (2024-02-09)
This release addresses several rendering and build issues in the Excalidraw library, including preserving custom data during element conversion, fixing the UMD build for the browser, and resolving incorrect label rendering caused by premature bound caching.
Feb 9, 2024
- axum-macros-v0.4.1axum-macros - v0.4.1
Fixes the `debug_handler` macro to properly handle tuple response types, ensuring better developer experience during debugging.
Jan 13, 2024
- axum-extra-v0.9.2axum-extra - v0.9.2
Enhances error handling and extractor capabilities, specifically adding support for typed paths in rejection contexts and utility functions for typed headers.
Jan 13, 2024
- axum-v0.7.4axum - v0.7.4
Addresses a performance regression present since version 0.7.0 and improves the `debug_handler` macro's support for tuple response types.
Jan 13, 2024
- axum-core-v0.4.3axum-core - v0.4.3
Extends core axum functionality by implementing `IntoResponseParts` for the empty tuple type, allowing it to be used in response parts.
Jan 13, 2024
- axum-extra-v0.9.1axum-extra - v0.9.1
Adds a new `JsonDeserializer` extractor for parsing JSON data and updates the internal multipart library version.
Dec 29, 2023