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.163.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.165.0
Choose a head ref
  • 12 commits
  • 1,024 files changed
  • 4 contributors

Commits on Sep 2, 2022

  1. feat(client-cognito-identity-provider): This release adds a new "Auth…

    …SessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
    awstools committed Sep 2, 2022
    Copy the full SHA
    fc699df View commit details
  2. feat(client-connect): This release adds search APIs for Routing Profi…

    …les and Queues, which can be used to search for those resources within a Connect Instance.
    awstools committed Sep 2, 2022
    Copy the full SHA
    bfcf51d View commit details
  3. feat(client-mediapackage): Added support for AES_CTR encryption to CM…

    …AF origin endpoints
    awstools committed Sep 2, 2022
    Copy the full SHA
    761dfd0 View commit details
  4. feat(client-sagemaker): This release enables administrators to attrib…

    …ute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.
    awstools committed Sep 2, 2022
    Copy the full SHA
    8e57ba3 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9cfaf1b View commit details
  6. Publish v3.164.0

    awstools committed Sep 2, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    fniephaus Fabio Niephaus
    Copy the full SHA
    2156889 View commit details

Commits on Sep 6, 2022

  1. Copy the full SHA
    850c13f View commit details
  2. feat: support multiple error headers (#3852)

    This change takes the first header value from x-amzn-errortype
    if multiple headers are provided.
    
    An example curl output for a response that this works for:
    ```
    HTTP/2 401
    date: Tue, 09 Aug 2022 21:24:20 GMT
    content-type: application/json
    content-length: 92
    x-amzn-requestid: xxxx
    access-control-allow-origin: *
    x-amzn-errortype: UnauthorizedError
    x-amzn-errortype: UnauthorizedException
    x-amz-apigw-id: xxxx
    x-amzn-trace-id: Root=xxxx
    ```
    In this instance this code will select the first header value.
    
    See related - smithy-lang/smithy#1170
    DanielBauman88 authored Sep 6, 2022
    Copy the full SHA
    e2c4714 View commit details
  3. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    51c2422 View commit details
  4. feat(client-sagemaker): This release adds HyperParameterTuningJob typ…

    …e in Search API.
    awstools committed Sep 6, 2022
    Copy the full SHA
    e3b98d4 View commit details
  5. docs(client-identitystore): Documentation updates for the Identity St…

    …ore CLI Reference.
    awstools committed Sep 6, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    83ed937 View commit details
  6. Publish v3.165.0

    awstools committed Sep 6, 2022
    Copy the full SHA
    4e38c61 View commit details
Loading