summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-20Bump versionsaxum-v0.7.6axum-macros-v0.4.2axum-extra-v0.9.4axum-core-v0.4.4Jonas Platte
2024-09-20Avoid reallocation for String body extraction (#2857)yhx-12243
2024-09-20Implement FromRequest for BytesMut (#2583)Jonas Platte
2024-09-20ci: Add more allowances for multiple version of the same crateJonas Platte
2024-09-20Upgrade tower and tower-httpJonas Platte
2024-09-20chore: Add missing symbol (#2909)tiaoxizhan
2024-09-12Add more must_use attributes (#2846)Jonas Platte
2024-09-11Bump nightly version used for ui tests (#2805)Jonas Platte
2024-09-09Fix warnings and errors from beta Rust (#2904)Benjamin Sparks
2024-08-24Add local_addr for Serve and WithGracefulShutdown (#2881)Joseph Lenton
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2024-08-17ecosystem: Add spring-rs (#2877)holmofy
2024-08-16Made DefaultBodyLimit const friendly (#2875)StNicolay
2024-08-13Add docs on using tokio task_local to share state (#2769)Baptiste Le Morlec
2024-08-10Fix link of axum-sessions in ECOSYSTEM.md (#2862)sontixyou
2024-08-09Upgrade tokio-tungstenite to 0.23 (#2841)Benno van den Berg
2024-08-09Update extract doc mentioning optional extractors in axum-extra (#2801)vsuryamurthy
2024-08-09Add compression example (#2623)Yann Simon
2024-08-06Update ECOSYSTEM.md (#2861)Marco Di Pillo Tomic
2024-07-30Update reqwest-response example (#2852)redforks
2024-07-26examples: Include headers into response in reqwest example (#2812)Valerio Ageno
2024-07-24Resolve clippies (#2843)Benno van den Berg
2024-07-21Fixing a typo in the documentation of `with_state` method of Router, making i...Mohamed Eliwa
2024-07-19Clarify middleware::from_fn argument requirements (#2834)Bittrance
2024-07-09Fix clippy warning on `FromRef` derive macro (#2827)AlphaKeks
2024-07-04docs: Add axum-postgres-template to ECOSYSTEM.md (#2771)Konstantin Keller
2024-06-27Fix a few typos in docs and comments (#2808)Chris Pick
2024-06-22Add `Router::has_routes` (#2790)Chris Beck
2024-06-21Remove unused dependency heck from axum-macros (#2798)vsuryamurthy
2024-06-19Add an Attachment type to axum-extra (#2789)joeydewaal
2024-06-09CI: Pin nightly version for `cargo public-api-crates` (#2779)David Mládek
2024-06-09axum-core: Correctly use features for tracing macro (#2739)David Mládek
2024-06-09Derive `Clone` and `Copy` for `AppendHeaders` (#2776)Johann Birnick
2024-06-09docs: Remove unnecessary link targets (#2778)David Mládek
2024-06-09Replace own TowerToHyperService with upstream version (#2692)Jonas Platte
2024-06-09Add Extension<NonCloneType> debug_handler ui test (#2731)Jonas Platte
2024-06-09Add scope doc alias for Router::nest (#2756)Jonas Platte
2024-05-27axum-extra: Log rejections of `TypedHeader` (#2738)David Mládek
2024-05-27Fix typo in serve-with-hyper example (#2750)chris
2024-05-07Remove unnecessary parentheses in chat example (#2732)src_resources
2024-05-02Fix typo in docs (#2727)joshuacaffey
2024-05-02Add #[debug_middleware] (#2725)Yann Simon
2024-05-02route.md: Add wildcard example code (#2569)Martin Nordholts
2024-04-30Enable diagnostic attributes for Rust 1.78+ (#2693)Jonas Platte
2024-04-16ci: Bump `crate-ci/typos` to v1.20.8 (#2711)Afifurrohman
2024-04-11Fix comment spacing in websocket example Chan Kang
2024-04-01Add `Serve::tcp_nodelay` (#2653)Liss Heidrich
2024-03-29Upgrade reqwest to 0.12 (#2688)tison
2024-03-27Optimize deserialization of Path (#2679)dakai-chen
2024-03-26Fix typo in auto-reload example. (#2680)Shaobo Liu