summaryrefslogtreecommitdiff
path: root/axum-extra
AgeCommit message (Expand)Author
2024-09-20Bump versionsaxum-v0.7.6axum-macros-v0.4.2axum-extra-v0.9.4axum-core-v0.4.4Jonas Platte
2024-09-20Upgrade tower and tower-httpJonas Platte
2024-09-12Add more must_use attributes (#2846)Jonas Platte
2024-07-24Resolve clippies (#2843)Benno van den Berg
2024-06-19Add an Attachment type to axum-extra (#2789)joeydewaal
2024-06-09axum-core: Correctly use features for tracing macro (#2739)David Mládek
2024-05-27axum-extra: Log rejections of `TypedHeader` (#2738)David Mládek
2024-03-29Upgrade reqwest to 0.12 (#2688)tison
2024-03-25Fix changelog link (#2677)David Pedersen
2024-03-24Release axum and axum-extra (#2676)axum-v0.7.5axum-extra-v0.9.3David Pedersen
2024-03-23Update `sync_wrapper` to 1.0.0 from 0.1.1mikihiro
2024-03-16Add rejection tracing to all extractors (#2584)David Mládek
2024-01-15Improve documentation of `axum_extra::extract::Query` (#2517)AlphaKeks
2024-01-15Grammar: Fix "it's" vs "its" in several places (#2518)Nick Price
2024-01-13Release (#2510)axum-v0.7.4axum-macros-v0.4.1axum-extra-v0.9.2axum-core-v0.4.3David Pedersen
2024-01-10Add is_missing method to typed header rejection reason (#2503)Joshua Chapman
2024-01-09Fix link to serde::Deserialize (#2498)Yann Simon
2024-01-04Implement `TypedPath` for `WithRejection<TypedPath, _>` (#2491)David Pedersen
2023-12-30Use `IntoFuture` for test `RequestBuilder` (#2470)David Pedersen
2023-12-29Release (#2461)axum-v0.7.3axum-extra-v0.9.1axum-core-v0.4.2David Pedersen
2023-12-29JsonDeserializer extractor for zero-copy deserialization (#2431)future-highway
2023-12-17Update multer (#2433)David Pedersen
2023-12-04docs: Typo correction (#2405)Joshua Mo
2023-12-04Release axum and axum-core (#2402)axum-v0.7.2axum-core-v0.4.1David Pedersen
2023-11-27Release axum 0.7 (#2354)axum-v0.7.0axum-macros-v0.4.0axum-extra-v0.9.0axum-core-v0.4.0David Pedersen
2023-11-25Apply changelog changes from 0.6 branch to main (#2353)David Pedersen
2023-11-25Update changelog (#2349)Jonas Platte
2023-11-25Upgrade headers to 0.4.0 (#2351)19年梦醒
2023-11-24axum-extra: Use impl Into<Cookie> (#2348)Michael Seele
2023-11-24Upgrade cookie dependency to 0.18Davide Ferrero
2023-11-23Update to latest versions of hyper and http-body (#1882)David Pedersen
2023-11-18Add OptionalQuery extractor (#2310)Mikhail Antoshkin
2023-10-26Improve documentation of axum::Form (#2289)Jonas Platte
2023-09-29Use the diagnostic namespace (#2246)Georg Semmler
2023-09-21Make tokio an optional dependency of axum-extra (#2236)David Pedersen
2023-09-19Use inline format args (#2232)Yuri Astrakhan
2023-09-14Update prost (#2224)David Pedersen
2023-08-22Remove unused `mut`Jonas Platte
2023-08-08Fix typos found by crate-ci/typosJonas Platte
2023-08-03Replace :emoji: codes with the actual emoji (#2144)Jonas Platte
2023-08-02Implement Clone for ErasedJson (#2142)Jonas Platte
2023-08-02axum-extra: Remove unused tower-http dependency (#2137)David Pedersen
2023-07-31Fix typo in typed_header.rs (#2133)Ikko Eltociear Ashimine
2023-07-13Fix CI (#2086)二手掉包工程师
2023-07-05Remove `bitflags` crate dependency (#2073)Rodrigo Santiago
2023-06-23Update tokio-tungstenite to 0.19 (#2021)Alex Butler
2023-06-22docs: Remove explicit auto deref from PrivateCookieJar example (#2028)Asger Hautop Drewsen
2023-06-05docs: add warning icon for extractor order (#2027)Azzam S.A
2023-04-29Fix typo in json_lines.rs (#1970)Eric Seppanen
2023-04-21Move `TypedHeader` to axum-extra (#1850)David Pedersen