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

Revert "fix: stop adding serde middleware repeatedly (#259)" #267

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

AllanZhengYP
Copy link
Contributor

This reverts commit c57cca3.

Solves: aws/aws-sdk-js-v3#1935
Related to: aws/aws-sdk-js-v3#1964

If a command instance is used by a different client instance, the
command still consumes the configuration of the previous client
interface. This issue is resolved by allowing adding middleware
to the stack without throwing error. So #259 is no longer needed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This reverts commit c57cca3.

client instance, the command still consumes the configuration of
the previous client interface. This issue is resolved by allowing
adding middleware to the stack without throwing error. So smithy-lang#259 is
no longer needed.
@AllanZhengYP AllanZhengYP merged commit cb17734 into smithy-lang:main Jan 28, 2021
srchase pushed a commit to srchase/smithy-typescript that referenced this pull request Mar 17, 2023
…" (smithy-lang#267)

This reverts commit c57cca3.

If a command instance is used by a different client instance, the 
command still consumes the configuration of the previous client
interface. This issue is resolved by allowing adding middleware
to the stack without throwing error. So smithy-lang#259 is no longer needed.
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.

2 participants