Commit Graph
1855 Commits
Author SHA1 Message Date
Jonas Platte f8e0e6d025 Update Cargo.lock and examples/Cargo.lock (#3643) 2026-02-03 23:38:36 +01:00
Joey de Waal 7961711fc7 Accept owned locations in Redirect constructors (#3635) 2026-01-30 11:34:46 +00:00
Antonio Souza b1c5ed99c5 Fix InternalServerError docs to match current behavior (#3640)
Signed-off-by: Antonio Souza <[email protected]>
2026-01-27 09:50:35 +00:00
Canmi 5dc504035b Add sigterm crate to ecosystem.md (#3638) 2026-01-26 05:43:54 -05:00
Dominique Martinet 2df78b7072 axum-extra: Remove unused extract::rejection module (#3636) 2026-01-22 08:40:01 +01:00
576968b406 Fix IntoResponse for tuples overriding error response codes (#3603)
Co-authored-by: David Pedersen <[email protected]>
Co-authored-by: Yann Simon <[email protected]>
2026-01-18 20:20:18 +01:00
tottoto 81e727faf6 ci: Remove test-docs job (#3634) 2026-01-14 00:19:21 +09:00
tottoto 3034f2cb16 chore: Remove unused package metadata (#3630) 2026-01-14 00:18:47 +09:00
tottoto a34d06b3e9 axum: Update to serde_json 1.0.29 (#3632) 2026-01-13 00:36:03 +09:00
tottoto c3fc7bb1df ci: Remove unnecessary package handling (#3628) 2026-01-12 08:20:13 +09:00
tottoto f829daf094 ci: Improve test-msrv job cache (#3627) 2026-01-11 19:36:33 +09:00
Jonas Platte 4c09ea7d80 Rewrite sec-websocket-protocol handling (#3620) 2026-01-10 12:06:45 +00:00
tottoto 309dc56a73 ci: Make examples checked with cargo-sort (#3624) 2026-01-10 17:27:04 +09:00
Jonas Platte 204c5adf5f Upgrade serde_html_form to 0.4.0 (#3619) 2026-01-08 01:04:59 +01:00
Lethe Lee 02f1dd1731 Add customizable WebSocket subprotocol selection (#3597) 2026-01-07 17:42:55 +00:00
tottoto 023d8b7e8e ci: Refactor ci style (#3613) 2026-01-07 18:43:44 +09:00
Jonas Platte 05de165de2 Stop calling axum a 'framework' (#3616) 2026-01-06 11:04:40 +01:00
Consoli 4077966491 docs: Document that vpath and json macros are feature-gated (#3615) 2026-01-05 17:45:45 +01:00
Jonas Platte 183ace306a Add method filtering to route_with_tsr (#3586) 2026-01-04 09:46:33 +01:00
tottoto 051628c163 ci: Make examples cached and checked with rustfmt (#3609) 2026-01-03 14:24:17 +01:00
tottoto 4028d0e7cf ci: Update to cargo-check-external-types 0.4.0 (#3608) 2025-12-30 07:03:23 +09:00
tottoto 057cf4a3bf examples: Reuse reqwest client in oauth example (#3607) 2025-12-30 07:02:41 +09:00
Jonas Platte 0101c2a240 Use Result for validate_nest_path (#3606) 2025-12-28 19:30:54 +01:00
Jonas Platte f3a95d786a Fix return types of serve futures (#3601) 2025-12-28 09:25:50 +01:00
tottoto 370c6df40a examples: Update to axum-server 0.8 (#3605) 2025-12-28 08:39:32 +09:00
Jonas Platte f72bb26ff3 ci: Require up-to-date workspace in more places (#3604) 2025-12-27 20:38:51 +00:00
Jonas Platte 3b9a4193ea Add recommended settings for VSCode (#3602) 2025-12-27 19:47:00 +01:00
Jonas Platte e3b32f48b5 Remove deprecated extractors from axum-extra (#3599) 2025-12-27 15:43:01 +00:00
Jonas Platte b1cd1c17cb Merge branch 'v0.8.x' 2025-12-27 15:34:46 +01:00
Jonas Platte d9f79f5616 Release axum-extra v0.12.5 axum-extra-v0.12.5 2025-12-27 15:33:05 +01:00
Jan 6b0089190c fix(json-lines): Respect default body limit (#3591) 2025-12-27 15:31:50 +01:00
Jonas Platte cc9f151f3c Merge branch 'v0.8.x' 2025-12-27 10:48:19 +01:00
Jonas Platte 4e2bc8c92a Release axum-extra v0.12.4 axum-extra-v0.12.4 2025-12-27 10:35:59 +01:00
Jonas Platte f72c298ee8 Improve error messages with #[diagnostic::do_not_recommend] (#3588) 2025-12-27 10:22:51 +01:00
Jonas Platte e710a97a5a Release axum-core v0.5.6 axum-core-v0.5.6 2025-12-26 14:55:07 +01:00
Jonas Platte aba8046921 Deprecate Host and Scheme extractors 2025-12-26 14:48:47 +01:00
Jonas Platte adf2e6c6bf Remove CI job using ancient nightly
It has been updated on main, backporting is too much effort.
2025-12-26 14:40:56 +01:00
Jonas Platte 8eaf49e317 Remove cargo-sort CI job
It isn't very important and fixing it here will result in more merge conflicts.
2025-12-26 14:39:07 +01:00
Jonas Platte 5155b9bed7 Remove cargo-public-api-crates CI job
It's broken and has been replaced on main.
2025-12-26 14:38:28 +01:00
Jonas Platte b6ffaee099 Exclude broken example from workspace 2025-12-26 14:37:53 +01:00
Jonas Platte cae6bc3709 axum: Use serde_html_form for Query and Form (#3594) 2025-12-26 13:03:42 +01:00
tottoto 061666a111 examples: Update to askama 0.15 (#3593) 2025-12-23 08:11:48 +09:00
tottoto 82af1277a4 examples: Update to metrics-exporter-prometheus 0.18 (#3590) 2025-12-23 06:06:15 +09:00
Jan e1ed2f189c fix(json-lines): Respect default body limit (#3591) 2025-12-22 20:24:59 +01:00
Jonas Platte fd57d871aa Improve error messages with #[diagnostic::do_not_recommend] (#3588) 2025-12-20 18:40:34 +01:00
Jonas Platte e2d49c5eee Merge branch 'v0.8.x' 2025-12-20 14:15:01 +01:00
Jonas Platte d07863f97d Release axum v0.8.8 and axum-extra v0.12.3 axum-extra-v0.12.3 axum-v0.8.8 2025-12-20 14:14:20 +01:00
tottoto 287c674b65 axum-extra: Make typed-routing feature enable routing feature (#3514) 2025-12-20 14:07:09 +01:00
Brad Dunbar f5804aa6a1 SecondElementIs: Correct a small inconsistency (#3559) 2025-12-20 14:04:13 +01:00
Asger Hautop Drewsen f51f3ba436 axum-extra: Add trailing newline to pretty JSON response (#3526) 2025-12-20 14:03:58 +01:00