Jonas Platte
8281526a28
Rewrite sec-websocket-protocol handling ( #3620 )
2026-03-25 09:40:19 +01:00
Jonas Platte
c32e00489f
Stop calling axum a 'framework' ( #3616 )
2026-03-24 18:56:00 +01:00
Jonas Platte
25549f0ba2
Update minimum Rust version to 1.78 ( #3412 )
2025-09-28 19:22:01 +02:00
Jonas Platte
ca2741ae6d
Remove warning about breaking changes from README.md
2025-01-01 14:39:23 +01:00
David Mládek
4944ed3b1c
Update MSRV in READMEs ( #2948 )
2024-09-30 10:18:49 +02:00
Jonas Platte
dda5a273b5
README updates ( #2945 )
2024-09-28 23:23:22 +02:00
Jonas Platte
fdf83d0b73
Bring back the breaking changes readme section ( #2804 )
2024-09-11 20:42:15 +02:00
Yumin Wu
b13b9d2288
Remove unused imports in readme example ( #2367 )
2023-11-28 18:29:10 +01:00
David Pedersen
db344fab3f
The main branch no longer contains breaking changes 🎉
2023-11-27 09:34:16 +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
Jonas Platte
e84d563b26
Improve documentation of axum::Form ( #2289 )
2023-10-26 06:37:19 +09:00
Jonas Platte
432289dd04
Replace :emoji: codes with the actual emoji ( #2144 )
2023-08-03 08:23:18 +00:00
Alex Butler and David Pedersen
26daec2b17
Update tokio-tungstenite to 0.19 ( #2021 )
...
Co-authored-by: David Pedersen <[email protected] >
2023-06-23 00:03:30 +02:00
Matt Fellenz
b0eb7a24bc
Fix localhost vs 0.0.0.0 discrepancy ( #1984 )
2023-05-03 21:17:18 +00:00
David Pedersen
c97967252d
Add serve function and remove Server re-export ( #1868 )
2023-04-21 17:45:31 +02:00
David Pedersen
97885484dd
Add note about main having breaking changes
2023-04-21 17:44:27 +02:00
David Pedersen
6e6aa8f39e
Don't use impl IntoResponse in readme
2023-02-07 17:57:28 +01:00
Jonas Platte
b372244099
Guide people to the right places to ask questions ( #1631 )
...
* README: Link to discussions instead of issues in Getting Help section
* Link to Discussions and Discord on new issue page
2022-12-09 10:14:31 +01:00
tottoto
dd4e141f4c
Remove outdated link alias from readme ( #1591 )
2022-11-29 11:51:44 +01:00
David Pedersen
b984fec572
Remove notice about breaking changes from readme
2022-11-25 22:42:35 +01:00
Jonas Platte
7cbb7cf135
Use new Cargo features to avoid implicit features for optional dependencies ( #1239 )
...
* Fix changelog entry for MSRV change in axum-extra 0.3.5
* Bump MSRV to 1.60 for axum, axum-extra, axum-macros
* Use new Cargo features to avoid implicit features for optional dependencies
2022-08-09 18:43:02 +02:00
David Pedersen
f8c8f5b697
Add note about breaking changes to readme
2022-07-02 11:46:53 +02:00
David Pedersen
93251fa203
Bump MSRV to 1.56 and update to the 2021 edition ( #1098 )
2022-06-17 20:11:35 +02:00
Nahua
cb6fea37af
Edit readme to make community projects stand out as examples ( #956 )
2022-04-24 12:49:15 +02:00
Eray Karatay
720b2ba0c4
fix crates.io links ( #735 )
2022-01-31 17:09:55 +01:00
David Pedersen
044d35d193
Link to another benchmark
2021-12-29 23:03:01 +01:00
Frederik-Baetens
07641450c5
Fix links in readme ( #464 )
2021-11-04 19:57:05 +01:00
David Pedersen
ba4d8a2357
Move axum crate into workspace subfolder ( #458 )
...
* Move axum crate into workspace subfolder
Over time I imagine we're gonna have other crates in this repo that
provide utilities or integrations for axum. This prepares for that by
moving the main axum crate into its own folder.
The README situation is a bit annoying because we want `./README.md`
for viewing the repo on github but `axum/README.md` for crates.io. For
now I've just copy/pasted it and added CI step to make sure they're
identical.
* update changelog link
* Add licenses to all examples
* is this how you install `diff`?
* or maybe this is how?
* fix readme links
* like this?
* fix cargo-deny step
* Try making root readme a symlink
* remove compare readme step
not needed since readme in repo root is now a symlink
* Revert "Add licenses to all examples"
This reverts commit ab321b7fb9 .
2021-11-03 12:38:48 +01:00