Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 15 commits
  • 9,638 files changed
  • 4 contributors

Commits on Dec 24, 2020

  1. Copy the full SHA
    314d3b3 View commit details

Commits on Jan 5, 2021

  1. fix(util-waiter): expose minDelay and maxDelay for waiters (#1839)

    * fix: expose min delay and max to the client as optional on waiterconfiguration
    
    * fix: validation error should reference exported WaiterConfiguration type
    
    * fix: minor update to min/max delay description wording
    
    * fix: added additional clarifying language
    
    * fix: clarify comments around minDelay and maxDelay
    
    * fix: waiter validation throws a proper error object
    alexforsyth authored Jan 5, 2021
    Copy the full SHA
    25cb359 View commit details

Commits on Jan 6, 2021

  1. chore(readme): add useful links from GA blog post (#1863)

    * chore: link to the API reference at the top of the README
    
    * Update README.md
    
    Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
    
    Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
    alexforsyth and trivikr authored Jan 6, 2021
    Copy the full SHA
    622fb30 View commit details
  2. Copy the full SHA
    85ae915 View commit details
  3. Copy the full SHA
    80b57a7 View commit details
  4. fix(util-user-agent-*): move @aws-sdk/types to devDependencies (#1879)

    Types module existing in runtime dependency causes the types to pinned
    in lock file. It will cause problem when they are not up-to-date
    AllanZhengYP authored Jan 6, 2021
    Copy the full SHA
    ea39ca6 View commit details

Commits on Jan 7, 2021

  1. Copy the full SHA
    fc22682 View commit details
  2. Copy the full SHA
    b99e527 View commit details
  3. Copy the full SHA
    1f8baf3 View commit details
  4. Copy the full SHA
    b8542d8 View commit details

Commits on Jan 8, 2021

  1. fix: stop adding command mw repeatedly in resolveMiddleware() (#1883)

    When sending the same command multiple times, resolveMiddleware()
    will be called many times. So adding serde middleware will throw
    error because they are already added into stack. This change
    prevents adding the serde middleware repeatedly.
    
    Alternative is moving command middleware to the command constructor,
    just like in client(that's why client doesn't have the problem). But
    the command middleware also have depdency over client configs
    supplied from resolveMiddleware(). So serde middleware and
    customizations must live here.
    
    ref: #1864
    AllanZhengYP authored Jan 8, 2021
    Copy the full SHA
    d4c302b View commit details
  2. Copy the full SHA
    22a11a7 View commit details
  3. Copy the full SHA
    741bb99 View commit details
  4. fix(lib-storage): chunk from readable only when defined (#1886)

    * fix: fix readable chunking to work with node 12+ readable interface
    
    * fix: adding new line
    
    * chore(lib-storage): style updates to readable-helper
    alexforsyth authored Jan 8, 2021
    Copy the full SHA
    4cdc08a View commit details

Commits on Jan 9, 2021

  1. Publish v3.2.0

    awstools committed Jan 9, 2021
    Copy the full SHA
    982ad93 View commit details
Loading