summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-29Move Html from axum-extra to axum (#2633)creativcoder
2024-09-28Update mongodb example (#2944)Jonas Platte
2024-09-28Require `Sync` for services (#2473)David Pedersen
2024-09-28Replace async_trait with AFIT / RPITIT (#2308)Zheng Li
2024-09-28README updates (#2945)Jonas Platte
2024-09-28Update MSRV for all crates to 1.75 (#2943)Jonas Platte
2024-09-28Add multipart/form-data response builders to axum-extra (#2654)zleyyij
2024-09-28Add low-level-native-tls examples (#2860)Ethra
2024-09-28Add MongoDB example (#2535)Mobin Mohanan
2024-09-28docs: Remove duplicate tower-sessions entry from ECOSYSTEM.md (#2733)Artur CorrĂȘa Souza
2024-09-28Add request id example (#2912)Nia
2024-09-27Remove duplication in serving with and without graceful shutdown (#2803)Jonas Platte
2024-09-27Merge branch 'v0.7.x' into mainJonas Platte
2024-09-27Bump versionsaxum-v0.7.7axum-core-v0.4.5Jonas Platte
2024-09-27docs: Remove manual tables of content (#2921)Jonas Platte
2024-09-27core: Fix compile errors from __log_rejection (#2933)Jonas Platte
2024-09-27Upgrade private dependencies (#2935)Jonas Platte
2024-09-27Clarify some subtleties of routing (#2896)Sabrina Jewson
2024-09-27docs: Remove manual tables of content (#2921)Jonas Platte
2024-09-27Upgrade most example dependencies (#2936)Jonas Platte
2024-09-25Remove unused dependencies from examples (#2934)Jonas Platte
2024-09-25core: Fix compile errors from __log_rejection (#2933)Jonas Platte
2024-09-24Upgrade private dependencies (#2935)Jonas Platte
2024-09-24Stricter path deserialization for tuples and tuple structs (#2931)Hytak
2024-09-22Clarify some subtleties of routing (#2896)Sabrina Jewson
2024-09-21ECOSYSTEM.md: Add link to rust-api.dev (#2923)Sandor Apati
2024-09-20Merge branch 'v0.7.x' into mainJonas Platte
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-20Update prost to 0.13 (#2829)Shawn
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-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-12chore: Add missing symbol (#2909)tiaoxizhan
2024-09-12ECOSYSTEM: add zino-rs (#2908)Zan Pan
2024-09-12Add more must_use attributes (#2846)Jonas Platte
2024-09-11Add more must_use attributes (#2846)Jonas Platte
2024-09-11Bring back the breaking changes readme section (#2804)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