Commit Graph
135 Commits
Author SHA1 Message Date
Jonas Platte b150ac028b Release axum 0.8.3 and related crates 2025-03-28 11:14:58 +01:00
Tomaz Canabrava ee4727b865 Add macro to compile time check if a path is valid (#3288) 2025-03-27 19:54:49 +00:00
Jonas Platte 62470bd503 Bring back no-op async-stream feature for axum-extra (#3293) 2025-03-27 06:12:26 -04:00
Jonas Platte 3525a13459 Revert "Make status a const function in rejection handling" (#3287) 2025-03-27 08:31:19 +01:00
Jonas Platte 5966849f14 Release axum 0.8.2 and related crates (#3188) 2025-01-21 14:12:53 +01:00
Jonas Platte 6df26a3be3 Fix broken intra-doc link (#3186) 2025-01-21 06:45:56 -05:00
Mohammed Alotaibi e09cc59365 Make status a const function in rejection handling (#3168)
Signed-off-by: Awiteb <[email protected]>
2025-01-11 18:50:32 +00:00
Jonas Platte f84105ae8b Dependency cleanup (#3145) 2025-01-05 09:34:14 +01:00
Jonas Platte 926543f207 Release axum v0.8.0 2025-01-01 11:08:20 +01:00
Jonas Platte 3bb12abc8d Remove OptionalFromRequestParts impl for Query (#3088) 2024-12-25 18:56:48 +01:00
Jonas Platte c7d2a59e78 Add Scheme extractor to axum-extra changelog (#3097) 2024-12-24 17:03:40 +01:00
Tobias Bieniek 9cd5cc4fc1 Query/Form: Use serde_path_to_error to report fields that failed to parse (#3081) 2024-12-20 11:42:56 +01:00
Jonas Platte ab8d0088d0 Add changelog entry for tokio-tungstenite upgrade (#3089) 2024-12-19 22:50:04 +01:00
Jonas Platte 5cdd8a4f18 axum 0.8.0-rc.1 (#3073) 2024-12-17 23:47:42 +01:00
Jonas Platte ec75ee3827 Add a separate trait for optional extractors (#2475) 2024-12-10 02:54:59 +00:00
YanHeDoki 7c871e9591 Add FileStream response to axum-extra (#3047) 2024-12-04 12:33:07 +00:00
Jonas Platte 6d30c579e0 Remove multipart from axum-extra' default features (#3058) 2024-12-01 11:44:54 +01:00
Jonas Platte f6379558e6 Clean up axum-extra'a new error-response feature (#3057) 2024-12-01 11:44:43 +01:00
Jonas Platte 17016d6dd6 Merge branch 'v0.7.x' into jplatte/merge-v0.7.x 2024-11-16 17:12:32 +01:00
Jonas Platte 9983bc1da4 Bump versions 2024-11-16 17:10:03 +01:00
Jonas Platte dee0985dfb Merge branch 'v0.7.x' into jplatte/merge-v0.7.8 2024-11-14 23:24:29 +01:00
Jonas Platte feee742ca1 Bump versions 2024-11-14 23:13:41 +01:00
bf0c14b8af Ensure we include the port when parsing authority (#2242)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Yann Simon <[email protected]>
2024-11-14 22:05:58 +01:00
Sabrina Jewson c2e7fc0b3d Add MethodFilter::CONNECT (#2961) 2024-11-14 21:49:11 +01:00
Sabrina Jewson b71d4fa557 Add axum_extra::json! (#2962) 2024-11-14 21:25:54 +01:00
Sabrina Jewson 822db3b1af Add MethodFilter::CONNECT (#2961) 2024-10-06 19:09:06 +00:00
Sabrina Jewson 4b4dac4d86 Add axum_extra::json! (#2962) 2024-10-06 19:01:10 +00:00
Jonas Platte 9a69e415fb Release axum 0.8.0-alpha.1 and related crates (#2958) 2024-10-05 11:20:05 +02:00
Jonas Platte 689ca1aea2 Update MSRV for all crates to 1.75 (#2943) 2024-09-28 21:21:41 +00:00
Jonas Platte 712b3ef24b Merge branch 'v0.7.x' into main 2024-09-20 21:27:30 +02:00
Jonas Platte a73dab417d Bump versions 2024-09-20 21:25:30 +02:00
Shawn 855dc191b1 Update prost to 0.13 (#2829) 2024-09-20 21:06:41 +02:00
Jonas Platte de9290a8b7 Add more must_use attributes (#2846)
… so people get a warning when they accidentally add a semicolon after the response expression in a handler function.

Also update changelogs of axum-core, axum-extra.
2024-09-12 12:09:21 +02:00
Jonas Platte b214e39581 Add more must_use attributes (#2846)
… so people get a warning when they accidentally add a semicolon after the response expression in a handler function.

Also update changelogs of axum-core, axum-extra.
2024-09-11 19:17:25 +00:00
David Pedersen d7b852896d Fix changelog link (#2677) 2024-03-25 08:00:19 +01:00
David Pedersen ef8a9e812c Release axum and axum-extra (#2676) 2024-03-24 20:17:10 +01:00
David Mládek 2ec68d6c4d Add rejection tracing to all extractors (#2584) 2024-03-16 22:34:18 +01:00
David Pedersen 9ebd105d04 Release (#2510) 2024-01-13 14:31:03 +01:00
Joshua Chapman 791d5038a9 Add is_missing method to typed header rejection reason (#2503) 2024-01-10 12:17:03 +01:00
Yann Simon f7c4cd883a Fix link to serde::Deserialize (#2498) 2024-01-09 16:25:17 +00:00
David Pedersen c486cc8207 Implement TypedPath for WithRejection<TypedPath, _> (#2491) 2024-01-04 21:08:20 +01:00
David Pedersen fe89ab5592 Release (#2461) 2023-12-29 17:47:06 +01:00
future-highway 56159b0d4e JsonDeserializer extractor for zero-copy deserialization (#2431) 2023-12-29 12:06:47 +01:00
David Pedersen 72ccde5900 Update multer (#2433) 2023-12-17 11:31:38 +00:00
David Pedersen b7d14d3602 Release axum 0.7 (#2354) 2023-11-27 09:30:38 +01:00
David Pedersen 1a78e093ed Apply changelog changes from 0.6 branch to main (#2353) 2023-11-25 20:44:07 +01:00
Jonas Platte 906f803a20 Update changelog (#2349) 2023-11-25 18:34:04 +01:00
Michael Seele e3d34bb553 axum-extra: Use impl Into<Cookie> (#2348) 2023-11-24 21:39:14 +01:00
Mikhail AntoshkinandDavid Pedersen 39cc596e45 Add OptionalQuery extractor (#2310)
Co-authored-by: David Pedersen <[email protected]>
2023-11-18 12:38:30 +00:00
David Pedersen 3b3bbb2403 Make tokio an optional dependency of axum-extra (#2236) 2023-09-21 07:33:40 +00:00