Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate packages from aws-sdk-js-v3 #773

Merged
merged 784 commits into from
Jun 16, 2023

Conversation

srchase
Copy link
Contributor

@srchase srchase commented May 30, 2023

trivikr and others added 30 commits March 21, 2022 10:01
…pHandler instance (#3545)

* fix(node-http-handler): resolve config provider only once per NodeHttpHandler instance

* fix(node-http-handler): test synchronization update
Http2Session keeps node alive even with no requests running, presumably
for server pushed streams. This is a behavior change from node's http 1
Agent, which does not keep node alive when there is no request running.

Emulate that behavior by unref()ing new sessions, and wrapping requests
in a ref() / unref() pair.
milesziemer and others added 6 commits June 6, 2023 06:32
Adds `reason` property to HttpResponse, which is a simple message
explaining the status code. The property is optional, so adding it
is backward compatible. Http handlers were updated to populate this
property when constructing the HttpResponse, except for the Node http2
handler, because http2 doesn't support an equivalent.

Tests were added to Http handlers to make sure the property is populated
when available.
Adds the URI type to types package, and uses it in HttpRequest.
The URI type adds additional properties that didn't exist on Endpoint.
Http handlers were updated to use these new properties when constructing
request URLs. Tests were also added to make sure handlers construct URLs
properly with the new properties.
@srchase srchase force-pushed the middleware-stack-smithy-client branch from 7b52c7f to 5013c93 Compare June 9, 2023 15:34
@srchase srchase changed the title Add middleware-stack and smithy-client packages Migrage packages from aws-sdk-js-v3 Jun 9, 2023
@srchase srchase force-pushed the middleware-stack-smithy-client branch 6 times, most recently from 2a7b155 to 37640ed Compare June 13, 2023 18:38
@srchase srchase force-pushed the middleware-stack-smithy-client branch 3 times, most recently from d5428d1 to adf94b7 Compare June 14, 2023 20:48
@srchase srchase force-pushed the middleware-stack-smithy-client branch from adf94b7 to 889d21e Compare June 14, 2023 20:52
@srchase srchase changed the title Migrage packages from aws-sdk-js-v3 Migrate packages from aws-sdk-js-v3 Jun 16, 2023
@srchase srchase merged commit adedc00 into smithy-lang:main Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.