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

Remove futures_core::stream::Stream from aws-smithy-async #2978

Merged
merged 14 commits into from
Sep 27, 2023

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    f43afc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbaf77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8005c3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b96e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Add comment explaining why the test uses .enter

    This commit responses to #2978 (comment)
    ysaito1001 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2b1fcb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73966d4 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.next.toml

    ysaito1001 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e25a916 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Remove unnecessary Unpin bound

    This commit addresses #2978 (comment)
    ysaito1001 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8147d81 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Add convenince method try_collect

    This commit addresses #2978 (comment)
    ysaito1001 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    43318e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6811bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Move fn_stream to its own module

    This commit addresses #2978 (comment)
    ysaito1001 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1add37f View commit details
    Browse the repository at this point in the history
  2. Provide docs for PaginationStream for end users

    This commit addresses #2978 (comment)
    ysaito1001 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b8f37ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f2707 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.next.toml

    This commit addresses #2978 (comment)
    ysaito1001 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7571c8c View commit details
    Browse the repository at this point in the history