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

feat: retry if retryable trait is set #1238

Merged
merged 8 commits into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    a7466a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac98741 View commit details
    Browse the repository at this point in the history
  3. fix: moved SdkError to @aws-sdk/smithy-client bec of dependency cycle

    erna WARN ECYCLE Dependency cycles detected, you should fix these!
    lerna WARN ECYCLE @aws-sdk/types -> @aws-sdk/smithy-client -> @aws-sdk/types
    lerna WARN ECYCLE @aws-sdk/middleware-stack -> (nested cycle: @aws-sdk/types -> @aws-sdk/smithy-client -> @aws-sdk/types) -> @aws-sdk/middleware-stack
    lerna WARN ECYCLE (nested cycle: @aws-sdk/middleware-stack -> (nested cycle: @aws-sdk/types -> @aws-sdk/smithy-client -> @aws-sdk/types) -> @aws-sdk/middleware-stack) -> (nested cycle: @aws-sdk/middleware-stack -> (nested cycle: @aws-sdk/types -> @aws-sdk/smithy-client -> @aws-sdk/types) -> @aws-sdk/middleware-stack)
    trivikr committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    0117771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    836f1d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6243fd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a74c2 View commit details
    Browse the repository at this point in the history
  7. Revert "chore: codegen for adding retryable in Error"

    This reverts commit 836f1d1.
    trivikr committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    3ef26cf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    8780d26 View commit details
    Browse the repository at this point in the history