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.289.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.290.0
Choose a head ref
  • 12 commits
  • 14,080 files changed
  • 4 contributors

Commits on Mar 10, 2023

  1. Copy the full SHA
    06300d4 View commit details
  2. 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
    MYoung25 authored Mar 10, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2ac8c8f View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b04c8d3 View commit details

Commits on Mar 13, 2023

  1. 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.
    milesziemer authored Mar 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d9d24b0 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a092b53 View commit details
  3. feat(client-s3-control): Added support for cross-account Multi-Region…

    … Access Points. Added support for S3 Replication for S3 on Outposts.
    awstools committed Mar 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0be873b View commit details
  4. docs(client-lakeformation): This release updates the documentation re…

    …garding Get/Update DataCellsFilter
    awstools committed Mar 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    957d673 View commit details
  5. feat(client-tnb): This release adds tagging support to the following …

    …Network Instance APIs : Instantiate, Update, Terminate.
    awstools committed Mar 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dfdcf0e View commit details
  6. feat(client-wisdom): This release extends Wisdom CreateKnowledgeBase …

    …API to support SharePoint connector type by removing the @required trait for objectField
    awstools committed Mar 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    79c9f81 View commit details
  7. 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 committed Mar 13, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6780524 View commit details
  8. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7110e0a View commit details
  9. Publish v3.290.0

    awstools committed Mar 13, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    1cf68e6 View commit details
Loading