1668 Commits

Author SHA1 Message Date
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 Bjernhed
fb64e72de9
Add #[must_use] to types and methods (#3395)
Co-authored-by: Theodore Bjernhed <fosseder@danwin1210.de>
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]
36f2630e4d
Bump hickory-proto from 0.24.2 to 0.24.4 (#3344)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 13:34:54 +02:00
dependabot[bot]
14e50c0dcb
Bump ring from 0.17.8 to 0.17.14 (#3342)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 13:28:22 +02:00
dependabot[bot]
f00b14bac6
Bump openssl from 0.10.68 to 0.10.72 (#3341)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 11:42:51 +02:00
David Mládek
0821a9dc09
axum: Allow body types other than axum::body::Body in serve (#3205) 2025-05-02 08:54:39 +02:00
Jonas Platte
cd1453f084
Fix compilation (#3338) 2025-05-01 19:06:43 +02:00
Nano
6ad76dd9a4
Make SSE less dependent on tokio (#3154) 2025-05-01 10:54:29 +02:00
David Mládek
bf7c5fc5f3 axum/routing: Merge fallbacks with the rest of the router 2025-05-01 10:53:27 +02:00
David Mládek
64563fb94c Update axum-extra/CHANGELOG.md
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2025-05-01 10:35:11 +02:00
David Mládek
a9f3172e88 axum-extra: Remove unused feature 2025-05-01 10:35:11 +02:00
Jonas Platte
ef3a7ccf1c Bring back the breaking changes warning, once again 2025-05-01 10:34:40 +02:00
Jonas Platte
8762520da8
Release axum 0.8.4 axum-v0.8.4 2025-04-30 18:01:39 +02:00
Jonas Platte
ac75e2f727 Split up serve functions for Serve and WithGracefulShutdown again
We should not spawn a tokio task to wait on a signal that can never arrive.
2025-04-30 14:19:15 +02:00
Jonas Platte
c1162d3191 Extract handle_connection out of do_serve 2025-04-30 14:19:15 +02:00
Jonas Platte
c25184565b Simplify do_serve a bit 2025-04-30 14:19:15 +02:00
Jonas Platte
ba4327ece0 Stop implementing IntoFuture for Serve via with_graceful_shutdown 2025-04-30 14:19:15 +02:00
Jonas Platte
085be6970b Move serve implementation out of WithGracefulShutdown 2025-04-30 14:19:15 +02:00
Jonas Platte
6587b65393 Replace futures_util::pin_mut with std::pin::pin 2025-04-30 14:19:15 +02:00
Jonas Platte
80c4eadd82
Improve documentation about sharing state with handlers (#3333) 2025-04-30 10:03:16 +02:00
daalfox
53631b2873
refactor(axum): Refactor json module (#3332) 2025-04-29 12:12:04 -04:00
Jake
7b04b174b9
axum-extra: Pre-allocate right sized buffer when encoding protobuf response (#3325) 2025-04-26 09:37:32 +02:00
Noa
58f63bb4d0
Add WebSocketUpgrade::selected_protocol (#3248) 2025-04-24 16:37:01 +02:00