Commit Graph
1688 Commits
Author SHA1 Message Date
tottoto 83d19e7b4f examples: Update to redis 0.32 (#3471) 2025-09-13 09:06:00 +02:00
tottoto 038f0966a8 examples: Update to diesel-async 0.6 (#3470) 2025-09-12 17:03:33 +02:00
tottoto 14f15252ee Remove resolved cargo-deny skip-tree config of tracing-subscriber (#3468) 2025-09-12 13:23:09 +00:00
tottoto 490cde6048 examples: Update to axum-server 0.7 (#3467) 2025-09-12 15:18:33 +02:00
tottoto a0748e5a74 examples: Update to tower-http 0.6 (#3466) 2025-09-12 13:44:24 +02:00
Niclas Klugmann 25acc8d131 Clarify that AddExtension is not the actual Layer (#3463) 2025-09-12 09:21:19 +02:00
tottoto e4550d23b1 examples: Update to oauth2 5 (#3462) 2025-09-11 15:34:41 +02:00
Joel Uckelman 5d5ba01be9 Add axum_extra::extract::Query::try_from_uri (#3460)
`axum::extract::Query` has a try_from_uri, which is useful for testing. This adds the same function to `axum_extra::extract::Query`.
2025-09-08 10:18:31 +02:00
Kenny Lau 64ae48347e Fix typo in file_stream error message (#3459) 2025-09-07 12:49:22 +02:00
Canmi 3fc8e4ae0a Add axum-governor to community maintained axum ecosystem (#3456) 2025-09-05 10:10:56 +02:00
tottoto 8f707ca9fd ci: Refactor dependencies-are-sorted job (#3445) 2025-09-05 00:13:45 +02:00
Antoine Vandecreme 86868de80e Reject JSON bodies with trailing chars (#3453) 2025-09-02 19:34:17 +00:00
Antoine Vandecreme 49c8facad3 Bump tracing-subscriber (#3454) 2025-09-02 13:01:31 -04:00
baerwang ee1519c82f Add openapi-rs to ECOSYSTEM.md (#3414) 2025-08-30 13:29:14 +00:00
tottoto 94db5273a5 ci: Update to actions/checkout v5 (#3450) 2025-08-28 15:41:09 +02:00
Poliorcetics 9ec85d6970 fix(axum-extra): don't require S generic param when using FileStream::from_path() (#3437) 2025-08-17 07:14:07 +02:00
Patrik LundinandDavid Mládek 4b0590b30e examples/prometheus-metrics: run upkeep task (#3430)
Co-authored-by: David Mládek <[email protected]>
2025-08-14 12:42:01 +00:00
Lukas BergdollandDavid Mládek a57935c039 Generalize Connected implementation to all Listeners for SocketAddr (#3331)
Co-authored-by: David Mládek <[email protected]>
2025-08-14 13:01:04 +02:00
reivilibre 76268ae52b Document type parameter T on Handler (#3435)
Signed-off-by: Olivier 'reivilibre <[email protected]>
2025-08-14 11:10:52 +02:00
Glen De Cauwsemaecker dfc15bce9d Support custom (binary) data to be written into SSE Event (#3425) 2025-08-13 23:32:08 +02:00
Glen De Cauwsemaecker d66cabd5e9 Fix ci failures (#3432) 2025-08-13 10:53:53 +02:00
Theodore Bjernhed 7f5cea0e6b Update and centralize the LICENSE file to the repo root (#3401) 2025-08-12 23:31:12 +02:00
Jan Runge 2977bd4adf Extractors doc: correct linked example section (#3349) 2025-08-01 21:47:55 +00:00
Jonas Platte ff031867df Update minimum Rust version to 1.78 (#3412) 2025-07-20 07:47:56 +00:00
Yann Simon 3bd445d9ee remove unused dep in tls examples (#3411) 2025-07-17 12:51:12 +00:00
chenlunfu d9609d754f Add qiluo-admin to ECOSYSTEM.md (#3409) 2025-07-16 13:37:44 -04:00
Kyle Nweeia 0832de443c Use via extractor's rejection instead of axum::response::Response (#3261) 2025-07-16 09:50:59 +00:00
Theodore Bjernhed 6bc0717b06 Improve value and reference passing efficiency (#3406) 2025-07-11 05:38:45 +02:00
Glen De Cauwsemaecker 420d7b6aaa Update ECOSYSTEM.md: Add datastar with axum support (#3383) 2025-07-09 19:16:12 +00:00
Theodore Bjernhed 1b157a461e Enable and fix control flow related clippy lints 2025-07-09 18:48:28 +00:00
Glen De Cauwsemaecker 617594cd4a sse: Add space between duration and : (#3403) 2025-07-09 12:20:05 +02:00
Theodore BjernhedandTheodore Bjernhed fb64e72de9 Add #[must_use] to types and methods (#3395)
Co-authored-by: Theodore Bjernhed <[email protected]>
2025-07-05 19:07:24 +02:00
tottoto d7104313cb Update tokio-tungstenite to 0.27 (#3398) 2025-07-05 16:47:42 +02:00
Theodore Bjernhed 0f255c3c4c style: use Self to avoid unnecessary repetition (#3396) 2025-07-04 21:10:01 +00:00
Theodore Bjernhed b8d9a3e764 style: Reorder macro-generated items to fix lints (#3392) 2025-07-01 23:01:54 +02:00
zeon 7dc70bf0d3 New redirect inspection (#3377) 2025-06-27 19:04:46 +00:00
lee suk-jae 6d78e84398 Add Axum Clean Demo to project showcase (#3371) 2025-06-08 11:35:53 +02:00
David Mládek fc14f5c728 axum: add router nesting fallback changelog (#3339) 2025-06-03 21:16:36 +00:00
Sabrina Jewson 8202c66a4d Add DefaultBodyLimit::apply (#3368) 2025-06-03 14:21:22 +02:00
fritzchr 7eabf7e645 docs: Update changelog (#3364) 2025-05-28 18:59:34 +02:00
Jake McGinty 9ef53e5a48 Implement OptionalFromRequest for Multipart (#3220) 2025-05-28 16:40:03 +02:00
Daniel 769e4066b1 Implement the OptionalFromRequestParts trait for the Host extractor (#3177) 2025-05-25 21:13:01 +02:00
Paolo Barbolini 869ba86e51 Reduce dependency on futures-util (#3358) 2025-05-25 09:39:35 +02:00
Jonas Platte d0aff24c85 Reorder some TOML sections (#3360) 2025-05-25 08:46:05 +02:00
Rik Huijzer dd8d4a47cb Add fx to ECOSYSTEM.md (#3351) 2025-05-13 09:51:05 +00:00
Jonas Platte d72a0f962a Make clippy happy (#3350) 2025-05-13 09:58:45 +02:00
Steven Black 07f29f6c5c Add "Run with" comment to example-low-level-openssl (#3347) 2025-05-09 08:23:08 +02:00
Yann Simon 7d1dbeb3af Update validator to 0.20.0 (#3345) 2025-05-06 15:44:03 +02:00
daalfox df55d83f29 Further refactor json_content_type (#3340) 2025-05-06 13:51:10 +02:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 36f2630e4d Bump hickory-proto from 0.24.2 to 0.24.4 (#3344)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 13:34:54 +02:00