-
Notifications
You must be signed in to change notification settings - Fork 611
Comparing changes
Open a pull request
base repository: aws/aws-sdk-js-v3
base: v3.289.0
head repository: aws/aws-sdk-js-v3
compare: v3.290.0
- 12 commits
- 14,080 files changed
- 4 contributors
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06300d4 - Browse repository at this point
Copy the full SHA 06300d4View commit details -
docs(tsdoc): add release tags to smithy-client (#4513)
* docs(tsdoc): add release tags to smithy-client * fix(internal): mark object mapping internal * fix(internal): mark all exports as internal * fix(duplicates): remove duplicate release tags
Configuration menu - View commit details
-
Copy full SHA for 2ac8c8f - Browse repository at this point
Copy the full SHA 2ac8c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b04c8d3 - Browse repository at this point
Copy the full SHA b04c8d3View commit details
Commits on Mar 13, 2023
-
feat(protocol-http): implement SRA HttpRequest (#4514)
This change implements the core functionality of HttpRequest for SRA. New properties were added to the HttpRequest class, old properties and interfaces were deprecated. Proxy was added for headers and query properties to maintain backward compatibility. This change does not include updates to the SDK to use new functionality. Notes on other changes: * middleware-host-header and middleware-sdk-transcribe-streaming tests: URL.port always returns '' if port is set to the default for the protocol. * middleware-sdk-transcribe-streaming: Providing URL.hostname with a string containing the port number does not update the port. * signature-v4 prepareRequest: See comment in code. * Field: toString method was changed to only require double quotes on values with commas. Current tests allow spaces without double quotes. * Fields: Helper methods were added for getting all fields and creating a Fields object. Additional notes: * When converting between single string header values and a list of field values, split(",") and join(",") are used to avoid making any modifications to the original value, preserving compatibility. * HttpRequest.isInstance was not modified, because doing so might break compatibility. The check was not looking for the clone method, so wasn't actually verifying the object was indeed an instance. The method could easily have been used on a HttpRequest interface from the types package, and returned true.
Configuration menu - View commit details
-
Copy full SHA for d9d24b0 - Browse repository at this point
Copy the full SHA d9d24b0View commit details -
feat(smithy-client): update client defaults provider
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for a092b53 - Browse repository at this point
Copy the full SHA a092b53View commit details -
feat(client-s3-control): Added support for cross-account Multi-Region…
… Access Points. Added support for S3 Replication for S3 on Outposts.
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 0be873b - Browse repository at this point
Copy the full SHA 0be873bView commit details -
docs(client-lakeformation): This release updates the documentation re…
…garding Get/Update DataCellsFilter
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 957d673 - Browse repository at this point
Copy the full SHA 957d673View commit details -
feat(client-tnb): This release adds tagging support to the following …
…Network Instance APIs : Instantiate, Update, Terminate.
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for dfdcf0e - Browse repository at this point
Copy the full SHA dfdcf0eView commit details -
feat(client-wisdom): This release extends Wisdom CreateKnowledgeBase …
…API to support SharePoint connector type by removing the @required trait for objectField
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 79c9f81 - Browse repository at this point
Copy the full SHA 79c9f81View commit details -
feat(client-appintegrations): Adds FileConfiguration to Amazon AppInt…
…egrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 6780524 - Browse repository at this point
Copy the full SHA 6780524View commit details -
feat(clients): update client endpoints as of 2023-03-13
awstools committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7110e0a - Browse repository at this point
Copy the full SHA 7110e0aView commit details -
awstools committed
Mar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 1cf68e6 - Browse repository at this point
Copy the full SHA 1cf68e6View 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.289.0...v3.290.0