-
Notifications
You must be signed in to change notification settings - Fork 597
Comparing changes
Open a pull request
base repository: aws/aws-sdk-js-v3
base: v3.1.0
head repository: aws/aws-sdk-js-v3
compare: v3.2.0
- 15 commits
- 9,638 files changed
- 4 contributors
Commits on Dec 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 314d3b3 - Browse repository at this point
Copy the full SHA 314d3b3View commit details
Commits on Jan 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 25cb359 - Browse repository at this point
Copy the full SHA 25cb359View commit details
Commits on Jan 6, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 622fb30 - Browse repository at this point
Copy the full SHA 622fb30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ae915 - Browse repository at this point
Copy the full SHA 85ae915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b57a7 - Browse repository at this point
Copy the full SHA 80b57a7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ea39ca6 - Browse repository at this point
Copy the full SHA ea39ca6View commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc22682 - Browse repository at this point
Copy the full SHA fc22682View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99e527 - Browse repository at this point
Copy the full SHA b99e527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f8baf3 - Browse repository at this point
Copy the full SHA 1f8baf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8542d8 - Browse repository at this point
Copy the full SHA b8542d8View commit details
Commits on Jan 8, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for d4c302b - Browse repository at this point
Copy the full SHA d4c302bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a11a7 - Browse repository at this point
Copy the full SHA 22a11a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741bb99 - Browse repository at this point
Copy the full SHA 741bb99View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4cdc08a - Browse repository at this point
Copy the full SHA 4cdc08aView commit details
Commits on Jan 9, 2021
-
awstools committed
Jan 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 982ad93 - Browse repository at this point
Copy the full SHA 982ad93View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.0...v3.2.0