Commit graph

1168 commits

Author SHA1 Message Date
David Pedersen
1e5be5bb69 Update changelog 2023-09-16 22:24:00 +02:00
David Pedersen
621ca1a984 fix typo 2023-09-16 22:24:00 +02:00
David Pedersen
508f7d8166 Add docsrs feature to axum-core and axum-macros (#2164) 2023-09-16 22:24:00 +02:00
ttys3
0b7bf4b240 Add space between SSE field and value for compatibility (#2149)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-09-16 22:24:00 +02:00
nabbisen
92ecbfc9b0 fix typo in axum-macros README: according to Cargo.toml msrv is 1.60 (#2204) 2023-09-16 22:24:00 +02:00
Olaf Alders
d303074379 Use "set up" rather than "setup" when used as a verb 2023-09-16 22:24:00 +02:00
Jonas Platte
133a4dc32e Fix documentation for MethodRouter::into_make_service (#2176) 2023-09-16 22:24:00 +02:00
Max
9c19c2aad1 Clarify documentation about route_layer (#2154) 2023-09-16 22:24:00 +02:00
David Pedersen
e4fc2f235a Clearly document applying DefaultBodyLimit to individual routes (#2157) 2023-09-16 22:24:00 +02:00
Jonas Platte
e2fa5889eb Check for typos in CI 2023-09-16 22:24:00 +02:00
Jonas Platte
b199604c9f Fix typos found by crate-ci/typos 2023-09-16 22:24:00 +02:00
Jonas Platte
b0ebb7f728 Silence error from enabling nightly_error_messages 2023-09-16 22:24:00 +02:00
David Pedersen
b3e3f42e24 Implement IntoResponse for (R,) where R: IntoResponse (#2143) 2023-09-16 22:24:00 +02:00
David Pedersen
3407de82c8
axum-extra 0.8.0 (#2226) 2023-09-16 21:41:43 +02:00
David Pedersen
3b92cd7593
Release axum and axum-extra (#2145)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-08-03 19:58:54 +02:00
Jonas Platte
68333b2fcf
Backport changes from main to v0.6.x (#2141)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-08-03 10:17:27 +02:00
David Pedersen
a25ed293d7
axum-extra 0.7.6 (#2139) 2023-08-02 17:53:25 +02:00
Alex Butler
990cbb8126
Update tokio-tungstenite 0.20 (#2123)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-08-02 09:39:46 +02:00
Jonas Platte
a2916318dd
axum-extra: Remove unused tower-http dependency (#2135) 2023-08-02 09:36:11 +02:00
David Pedersen
67f6494383
Release axum 0.6.19 (#2102) 2023-07-17 10:14:01 +02:00
David Pedersen
2d4bd9e853 Update to latest sqlx in example (#2099) 2023-07-17 09:38:08 +02:00
David Pedersen
e881bf0aec Update UI tests 2023-07-17 09:38:08 +02:00
David Pedersen
5d9f41edf3 Fix deny.toml 2023-07-17 09:38:08 +02:00
David Pedersen
19ddc12e4e Remove sessions example
There are better libraries these days for doing sessions with axum. So
think this example was just causing more confusion than helping.
2023-07-17 09:38:08 +02:00
David Pedersen
85044b7c10 Fix misc warnings 2023-07-17 09:38:08 +02:00
David Pedersen
a1c27e66e5 Add missing changes to changelog 2023-07-17 09:38:08 +02:00
David Pedersen
32267d85b8 Fix bugs around merging routers with nested fallbacks (#2096) 2023-07-17 09:38:08 +02:00
David Pedersen
c3b343e5ae Fix example for accessing inner extrator errors (#2095) 2023-07-17 09:38:08 +02:00
z-o-n-n-e
0da7f6ee2d Fix typo in docs (#2080) 2023-07-17 09:38:08 +02:00
jachii
8b36dd6d83 Add axum::extract::Query::try_from_uri (#2058)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
David Pedersen
74758f61c8 Fix some typos in the docs 2023-07-17 09:38:08 +02:00
Alexander van Ratingen
03da6db167 Implement IntoResponse for boxed slices (#2035) 2023-07-17 09:38:08 +02:00
Alex Butler
dadb14689a Update tokio-tungstenite to 0.19 (#2021)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Alexander Jackson
21fb5f4d22 Allow unreachable code in #[debug_handler] (#2014)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Asger Hautop Drewsen
078c7ca65b docs: Remove explicit auto deref from PrivateCookieJar example (#2028)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Sabrina Jewson
87b87f317d Fix .source() of composite rejections (#2030)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Vitaly Shukela
15889ce709 docs: Add links to more examples of Result-returning handlers. (#2049)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
mohad12211
e29787d13f docs: update router::route multiple methods docs (#2051)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Cyril Marpaud
fc3210b563 Fix a typo in axum::middleware (#2056)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-07-17 09:38:08 +02:00
Azzam S.A
dc8491b11b docs: add warning icon for extractor order (#2027) 2023-07-17 09:38:08 +02:00
Jerry Wang
057e099f4c Fix a typo in axum::extract::rejection::FailedToDeserializeQueryString documentation (#2009) 2023-07-17 09:38:08 +02:00
David Pedersen
76abf73f1c Update diesel-async 2023-07-16 00:00:22 +02:00
David Pedersen
4109796fff Update to hyper 1.0.0-rc.4 2023-07-15 23:58:45 +02:00
David Pedersen
79ea2747e9
Release axum 0.6.18 (#1973) 2023-04-30 13:36:14 +02:00
David Pedersen
9c5f4ebe03 Don't remove the Sec-WebSocket-Key header in WebSocketUpgrade (#1972) 2023-04-30 11:55:39 +02:00
David Pedersen
b7baac2638
Release axum 0.6.17 (#1962) 2023-04-25 15:55:33 +02:00
David Pedersen
d22c168830
Fix fallback panic on CONNECT requests (#1958) 2023-04-25 15:44:29 +02:00
David Pedersen
5f51b5b056
Fix cargo deny (#1959) 2023-04-25 11:13:18 +02:00
Kamil Rojewski
287ae644dc
Add springtime-web-axum to ECOSYSTEM.md (#1949) 2023-04-21 15:40:08 +02:00
David Pedersen
c31bea2f96
Release axum and axum-extra (#1942) 2023-04-18 20:40:42 +02:00