David Mládek
|
d8cd5cec4b
|
Merge remote-tracking branch 'origin/v0.8.x' into mladedav/v0.8.6
|
2025-09-30 14:29:20 +02:00 |
|
David Mládek
|
c1bb9c3e90
|
Release axum 0.8.6 and related crates
|
2025-09-30 12:03:26 +02:00 |
|
Jonas Platte
|
b5fa1428e9
|
Merge branch 'v0.8.x' into jplatte/axum-core-v0.5.4
|
2025-09-28 22:13:27 +02:00 |
|
Jonas Platte
|
c720f568da
|
Release axum-core v0.5.4
|
2025-09-28 22:12:48 +02:00 |
|
Jonas Platte
|
0c96ead9d1
|
Remove unused rustversion dependency of axum-core (#3502)
|
2025-09-28 22:01:13 +02:00 |
|
Jonas Platte
|
858146d1f1
|
Remove unused rustversion dependency of axum-core (#3502)
|
2025-09-28 21:46:54 +02:00 |
|
Jonas Platte
|
f791ec3879
|
Merge branch 'v0.8.x' into jplatte/v0.8.5
|
2025-09-28 20:46:41 +02:00 |
|
Jonas Platte
|
a1d22f68a5
|
Release axum 0.8.5 and related crates
|
2025-09-28 20:46:16 +02:00 |
|
Jonas Platte
|
d0aff24c85
|
Reorder some TOML sections (#3360)
|
2025-05-25 08:46:05 +02:00 |
|
Jonas Platte
|
b150ac028b
|
Release axum 0.8.3 and related crates
|
2025-03-28 11:14:58 +01:00 |
|
Jonas Platte
|
5966849f14
|
Release axum 0.8.2 and related crates (#3188)
|
2025-01-21 14:12:53 +01: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 |
|
Tobias Bieniek
|
28d8d9b747
|
Refactor TestClient usage (#3121)
|
2024-12-27 18:24:50 +01:00 |
|
Jonas Platte
|
5cdd8a4f18
|
axum 0.8.0-rc.1 (#3073)
|
2024-12-17 23:47:42 +01:00 |
|
Jonas Platte
|
d84136e1e4
|
Centralize lint configuration (#3055)
|
2024-11-30 16:53:48 +01:00 |
|
Jonas Platte
|
56c709b33d
|
Some documentation fixes (#3027)
|
2024-11-14 21:12:16 +01:00 |
|
Jonas Platte
|
47791cb593
|
Remove versions from internal dev-dependencies
This breaks the cyclic dependencies for publishing.
|
2024-10-05 11:44:31 +00:00 |
|
Jonas Platte
|
9a69e415fb
|
Release axum 0.8.0-alpha.1 and related crates (#2958)
|
2024-10-05 11:20:05 +02:00 |
|
 Zheng LiandJonas Platte
|
19101f624d
|
Replace async_trait with AFIT / RPITIT (#2308)
Co-authored-by: Jonas Platte <[email protected]>
|
2024-09-28 21:27:11 +00:00 |
|
Jonas Platte
|
689ca1aea2
|
Update MSRV for all crates to 1.75 (#2943)
|
2024-09-28 21:21:41 +00:00 |
|
Jonas Platte
|
4b48f308c3
|
Merge branch 'v0.7.x' into main
|
2024-09-27 22:37:09 +02:00 |
|
Jonas Platte
|
fe56a310ef
|
Bump versions
|
2024-09-27 22:36:28 +02:00 |
|
Jonas Platte
|
2fb6cea732
|
Remove unused dependencies from examples (#2934)
|
2024-09-25 03:44:47 -04:00 |
|
Jonas Platte
|
a73dab417d
|
Bump versions
|
2024-09-20 21:25:30 +02:00 |
|
yhx-12243
|
f1723890cb
|
Avoid reallocation for String body extraction (#2857)
|
2024-09-20 21:14:42 +02:00 |
|
Jonas Platte
|
d2d74f6ad1
|
Upgrade tower and tower-http
|
2024-09-20 20:57:12 +02:00 |
|
Jonas Platte
|
5201798d4e
|
Enable diagnostic attributes for Rust 1.78+ (#2693)
|
2024-04-30 11:05:38 -04:00 |
|
mikihiro
|
c6fd852844
|
Update sync_wrapper to 1.0.0 from 0.1.1
... and fix CI.
|
2024-03-23 19:46:20 +01:00 |
|
David Pedersen
|
9ebd105d04
|
Release (#2510)
|
2024-01-13 14:31:03 +01:00 |
|
David Pedersen
|
fe89ab5592
|
Release (#2461)
|
2023-12-29 17:47:06 +01:00 |
|
David Pedersen
|
ab36eda6aa
|
Release axum and axum-core (#2402)
|
2023-12-04 09:16:15 +01:00 |
|
David Pedersen
|
89bba9489a
|
Note which crates in our public API are 1.0
So we know at least which other crates have to 1.0 before axum can be,
or which we have to remove from our public API.
|
2023-11-27 11:53:05 +01:00 |
|
David Pedersen
|
b7d14d3602
|
Release axum 0.7 (#2354)
|
2023-11-27 09:30:38 +01:00 |
|
 
|
43b14a5f02
|
Update to latest versions of hyper and http-body (#1882)
Co-authored-by: Michael Scofield <[email protected]>
Co-authored-by: Jonas Platte <[email protected]>
|
2023-11-23 11:03:03 +00:00 |
|
David Pedersen
|
449e4c1138
|
Add docsrs feature to axum-core and axum-macros (#2164)
|
2023-09-16 19:47:49 +00:00 |
|
 
|
877e3fe4de
|
Move TypedHeader to axum-extra (#1850)
Co-authored-by: Michael Scofield <[email protected]>
Co-authored-by: Jonas Platte <[email protected]>
|
2023-04-21 17:45:31 +02:00 |
|
David Pedersen
|
72c1b7a80c
|
Add Body::from_stream (#1848)
|
2023-04-21 17:45:31 +02:00 |
|
David Pedersen
|
51edc9c895
|
Release (#1923)
|
2023-04-11 17:23:38 +02:00 |
|
David Pedersen
|
6b106f4bab
|
Log built-in rejections (#1890)
|
2023-04-11 16:57:49 +02:00 |
|
David Pedersen
|
352cf9a266
|
Implement Deref and DerefMut for built-in extractors (#1922)
|
2023-04-10 07:18:35 +00:00 |
|
David Pedersen
|
8e1eb8979f
|
Update to syn 2 (#1862)
|
2023-03-18 19:23:27 +00:00 |
|
Jonas Platte
|
f65fa22f34
|
Improve tower-http doc links (#1842)
|
2023-03-12 11:15:58 +01:00 |
|
David Pedersen
|
bc3c35ea5a
|
Release all the crates (#1812)
|
2023-03-03 18:16:24 +01:00 |
|
Spencer Bartholomew
|
6067223fcc
|
update tokio dep to fix potential security vulnerability (#1787)
|
2023-02-27 18:40:03 +01:00 |
|
David Pedersen
|
f726f16b6d
|
Update to tower-http 0.4 (#1783)
|
2023-02-24 20:51:30 +00:00 |
|
David Pedersen
|
e6ff0281ae
|
Try cargo public-api-crates on CI (#1761)
|
2023-02-16 22:41:41 +01:00 |
|
David Pedersen
|
6ff6b36293
|
Release axum and axum-core (#1716)
|
2023-01-20 23:51:19 +01:00 |
|
David Pedersen
|
e3aaeb3cb7
|
Release axum, axum-core, and axum-macros (#1688)
|
2023-01-09 13:54:49 +01:00 |
|
 David PedersenandJonas Platte
|
1aa357c879
|
Misc documentation improvements (#1647)
Co-authored-by: Jonas Platte <[email protected]>
|
2023-01-07 14:07:54 +01:00 |
|