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

Move SdkBody and bytestream into aws-smithy-types #3026

Merged
merged 18 commits into from
Oct 17, 2023

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    a06ff1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f57678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a65404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a84bd24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be562c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    611db40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1278f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    770546b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e59043e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Update rust-runtime/aws-smithy-types/src/body.rs

    Co-authored-by: Russell Cohen <rcoh@amazon.com>
    ysaito1001 and rcoh authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    162b51c View commit details
    Browse the repository at this point in the history
  2. Reexport body and byte_stream in their entirety

    This commit addresses #3026 (comment)
    ysaito1001 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ef08eea View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Place futures_stream_adapter back into smithy-http

    This commit addresses #3026 (comment)
    ysaito1001 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    82a04cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b415abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c02b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d1bb7 View commit details
    Browse the repository at this point in the history
  5. Update TODO for the use of Stream in external-types

    This commit addresses #3026 (comment)
    ysaito1001 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b8c6029 View commit details
    Browse the repository at this point in the history
  6. Make a dependency on hyper optional

    This commit addresses #3026 (comment)
    ysaito1001 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aae39be View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Remove hyper from dependencies'

    This commit addresses #3026 (comment)
    ysaito1001 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c1cbe28 View commit details
    Browse the repository at this point in the history