-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
breaking-changeThis will require a breaking changeThis will require a breaking changegood first issueGood for newcomersGood for newcomershigh-priorityHigh priority issueHigh priority issueserverRust server SDKRust server SDK
Description
Generated server SDKs use:
[dependencies.http]
version = "0.2.9"
[dev-dependencies.hyper]
version = "0.14.12"
And aws-smithy-http-server
uses:
http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.26", features = ["server", "http1", "http2", "tcp", "stream"] }
tower-http = { version = "0.3", features = ["add-extension", "map-response-body"] }
This is a breaking change because types from these crates are exposed in the tower::Service
the generated SDKs export. http
, http-body
, hyper
crates went 1.x.
Middleware authors using the 0.x versions of the http
and http-body
will be affected.
samsieber, jakubadamw, nated0g, jmayclin, Nicceboy and 2 morecayman-amzn, jakubadamw and mcmasn-amzn
Metadata
Metadata
Assignees
Labels
breaking-changeThis will require a breaking changeThis will require a breaking changegood first issueGood for newcomersGood for newcomershigh-priorityHigh priority issueHigh priority issueserverRust server SDKRust server SDK