Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
23aa48a
Add aws-smithy-http-server - http@1 support
Oct 31, 2025
5659608
Update docs and tests
Oct 31, 2025
c1c3faf
Use crate::http
Oct 31, 2025
97dd8f7
Use crate::http throughout
Oct 31, 2025
6b02aea
fix docs
Oct 31, 2025
892eb10
Fix docs and cargo fmt
Nov 1, 2025
89edd58
Update gracefulshutdown to support coordinator
Nov 2, 2025
a373d35
Remove strategy based traits and use plain branching
Nov 2, 2025
9f88057
Removed benches, and other non-necessary examples
Nov 3, 2025
33ad5e9
Protocol test changes
Nov 7, 2025
3c88748
Add back Cargo.lock
Nov 7, 2025
bfbef4f
Update lambda-runtime to version 1
Nov 24, 2025
b9de587
Custom accept loop example updated
Nov 24, 2025
885211b
Update examples to keep only relevant ones
Nov 24, 2025
1102e5a
Remove format warnings
Nov 24, 2025
ce2bc40
Fix docs
Nov 25, 2025
669a431
Update dependencies
Nov 26, 2025
511bdd2
Update tower dev dependencies
Nov 26, 2025
f10012f
Use qualified module
Nov 26, 2025
b6281ba
Update test to cover custom data type for wrap_stream
Nov 26, 2025
13a7ce3
Use http:: instead of aws_smithy_http_server::http
Nov 26, 2025
ed9dd28
Use http_body::Body, and fix warnings
Nov 26, 2025
202b5a2
Add test for custom body type in alb_health_check
Nov 26, 2025
0b19266
Add test for incremental stream reading
Nov 26, 2025
4348260
Remove unnecessary use statements
Nov 27, 2025
b0bb68b
Fix comments
Nov 27, 2025
6039224
Fix comments
Nov 27, 2025
0c4b88d
Fix imports
Nov 27, 2025
483679f
Remove rust_toolchain.toml from PR
Nov 27, 2025
0d4f8e6
Restore rust-toolchain.toml to match feature/http-1.x
Nov 27, 2025
bf0b610
Restore Cargo.lock to match feature/http-1.x
Nov 27, 2025
ec8940f
Merge branch 'feature/http-1.x' into fahadzub/http-1.x-server-runtime
drganjoo Nov 27, 2025
515d0d8
Do not re-export serve::serve as that makes it hard to reference in docs
Nov 28, 2025
cb3ece8
Merge branch 'feature/http-1.x' into fahadzub/http-1.x-server-runtime
drganjoo Dec 1, 2025
fb0c9e2
Add copyright to files in tests/ directory
Dec 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tower dev dependencies
  • Loading branch information
Fahad Zubair committed Nov 26, 2025
commit 511bdd26d00966a17e8b9615fc92305817c63fa4
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-http-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ hyper-util = { version = "0.1", features = [
"http2",
] }
tracing-subscriber = { version = "0.3", features = ["fmt"] }
tower = { version = "0.4.13", features = ["util", "make", "limit"] }
tower = { version = "0.5", features = ["util", "make", "limit"] }
tower-http = { version = "0.6", features = ["timeout"] }

[package.metadata.docs.rs]
Expand Down