Commit Graph
1908 Commits
Author SHA1 Message Date
Yann Simon 19fa67d481 Merge branch 'v0.8.x' into yanns/v0.8.9 2026-04-07 11:40:51 +02:00
Yann Simon c59208c86f revert axum-core changelog changes axum-macros-v0.5.1 axum-v0.8.9 axum-extra-v0.12.6 2026-04-06 18:57:37 +02:00
Yann Simon 99068f5a4b Revert "Fix IntoResponse for tuples overriding error response codes (#3603)"
This reverts commit 0e961504c2.
2026-04-06 18:47:42 +02:00
Yann Simon 23d7098691 Revert "axum-core 0.5.6"
This reverts commit 8c6bd2dfec.
2026-04-06 18:46:13 +02:00
Yann Simon e8a39ad416 axum-macros 0.5.1 2026-04-03 08:49:48 +02:00
Yann Simon 6e9a249a4f axum-extra 0.12.6 2026-04-03 08:49:48 +02:00
Yann Simon 0ec9041a1b axum 0.8.9 2026-04-03 08:49:48 +02:00
Yann Simon c3fcebb38f axum-core 0.5.6 2026-04-03 08:49:48 +02:00
Yann Simon a8790fc29b update release notes 2026-04-03 08:49:48 +02:00
kazeandYann Simon 26ba7bb6f2 docs: consolidate state management docs in crate root (#3683)
Co-authored-by: Yann Simon <[email protected]>
2026-04-03 08:49:48 +02:00
tottoto 9fc59efc1f Update to tokio-tungstenite 0.29 (#3689) 2026-04-03 08:49:48 +02:00
Tomaz Canabrava fc7e86c38d Improve typed path by disallowing deprecated variable definitions (#3618) 2026-04-03 08:49:48 +02:00
Andrea Bozzo ec4f5bbf9e fix: Return specific error message when multipart body limit is exceeded (#3611) 2026-04-03 08:49:48 +02:00
Yann Simon 7e7a1c96f0 Address tower-http deprecated warning 2026-04-03 08:49:48 +02:00
tottoto 0a24ff6b0a Address tower-http deprecated warning (#3672) 2026-04-03 08:49:48 +02:00
Mathieu 4fa5d80ab7 fix(axum-extra): escape filename in Content-Disposition header (#3664) 2026-04-03 08:49:48 +02:00
Alejandro González 880cc38174 fix: silence clippy::implicit_clone in TypedPath macro expansions (#3663) 2026-04-03 08:49:48 +02:00
Sindri Pétur Ingimundarson 27f4015986 fix: Set connect endpoint on correct field in MethodRouter (#3656) 2026-04-03 08:49:48 +02:00
3moredays 6fd77f82ca fix: TypedPath conflicts with OptionalFromRequestParts (#3645) 2026-04-03 08:49:48 +02:00
Canmi 39a302e874 fix: empty_enum renamed to empty_enums (#3642) 2026-04-03 08:49:48 +02:00
Antonio Souza 2773966059 Fix InternalServerError docs to match current behavior (#3640)
Signed-off-by: Antonio Souza <[email protected]>
2026-04-03 08:49:48 +02:00
417dc25280 Fix IntoResponse for tuples overriding error response codes (#3603)
Co-authored-by: David Pedersen <[email protected]>
Co-authored-by: Yann Simon <[email protected]>
2026-04-03 08:49:48 +02:00
Jonas Platte 39b9f727d7 Rewrite sec-websocket-protocol handling (#3620) 2026-04-03 08:49:48 +02:00
Lethe Lee 8019ae0786 Add customizable WebSocket subprotocol selection (#3597) 2026-04-03 08:49:48 +02:00
Jonas Platte 2b0978690c Stop calling axum a 'framework' (#3616) 2026-04-03 08:49:48 +02:00
Consoli 2587f22a05 docs: Document that vpath and json macros are feature-gated (#3615) 2026-04-03 08:49:48 +02:00
Arthur 4412164288 docs: add rovo (#3701) 2026-03-30 15:04:17 +02:00
Martin TrigauxandYann Simon 9c67c6c33a [FIX] link to query-params-with-empty-string (#3695)
Co-authored-by: Yann Simon <[email protected]>
2026-03-24 18:37:30 +01:00
Yann Simon 8144052e74 fix security advisories in axum v0.8 (#3698) 2026-03-24 18:28:17 +01:00
Yann Simon d456816f49 fix formatting (#3685) 2026-03-24 18:05:03 +01:00
kazeandYann Simon 7c7a03927a docs: consolidate state management docs in crate root (#3683)
Co-authored-by: Yann Simon <[email protected]>
2026-03-24 10:13:40 +01:00
tottoto a3446d68bc examples: Update to diesel-async 0.8 (#3694) 2026-03-23 10:01:27 +01:00
tottoto 907ba35b5b ci: Update to cargo-sort 2.1.3 (#3692) 2026-03-20 22:48:13 +09:00
tottoto bc2ab88afe Update to tokio-tungstenite 0.29 (#3689) 2026-03-19 15:44:37 +01:00
Tomaz Canabrava 20dfe6645d Improve typed path by disallowing deprecated variable definitions (#3618) 2026-03-19 12:42:00 +01:00
Yann Simon da26db264f fix formatting (#3685) 2026-03-11 12:48:37 +01:00
Josh Rotenberg 866e6d2cb4 Add tower-resilience and tower-mcp (#3674) 2026-03-02 08:19:44 +01:00
Andrea Bozzo 22f769c7f1 fix: Return specific error message when multipart body limit is exceeded (#3611) 2026-02-26 10:14:20 +00:00
tottoto 783c83dded examples: Reduce mongodb example dependency (#3673) 2026-02-25 07:54:24 +09:00
tottoto 3fb52b094e Address tower-http deprecated warning (#3672) 2026-02-24 06:53:43 +09:00
tottoto 6a03c63f5c examples: Remove unused reqwest-eventsource dependency (#3668) 2026-02-23 21:34:09 +09:00
Mathieu 60a0d2838f fix(axum-extra): escape filename in Content-Disposition header (#3664) 2026-02-17 14:47:28 +01:00
Alejandro González e9909fef4d fix: silence clippy::implicit_clone in TypedPath macro expansions (#3663) 2026-02-17 15:46:33 +09:00
cui c2b0bc310e axum: fix typo in Path extractor error (#3661) 2026-02-16 08:32:54 +01:00
next-n 776c4a438f routing: Avoid unwrap in fallback path (#3652) 2026-02-14 09:13:34 +01:00
Sindri Pétur Ingimundarson 8a9b03cb54 fix: Set connect endpoint on correct field in MethodRouter (#3656) 2026-02-13 22:05:24 +01:00
tottoto 74638ec273 examples: Disable unused reqwest feature (#3654) 2026-02-11 21:18:29 +09:00
tottoto 3f8956dcd0 examples: Simplify Request and Response construction (#3653) 2026-02-11 09:08:22 +01:00
Haiqal 57e2455905 docs: update deprecated TimeoutLayer::new in graceful-shutdown example (#3647) 2026-02-09 13:05:57 +01:00
3moredays c972bcba96 fix: TypedPath conflicts with OptionalFromRequestParts (#3645) 2026-02-09 10:09:07 +01:00