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.272.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.276.0
Choose a head ref

Commits on Feb 15, 2023

  1. 1

    Verified

    This commit was signed with the committer’s verified signature.
    delroth Pierre Bourdon
    Copy the full SHA
    4c5911c View commit details

Commits on Feb 16, 2023

  1. feat(client-emr): This release provides customers the ability to defi…

    …ne a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.
    awstools committed Feb 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    90e21ca View commit details
  2. docs(client-wafv2): Added a notice for account takeover prevention (A…

    …TP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.
    awstools committed Feb 16, 2023
    Copy the full SHA
    ec0bdfd View commit details
  3. docs(client-ivs): Doc-only update. Updated text description in Delete…

    …Channel, Stream, and StreamSummary.
    awstools committed Feb 16, 2023
    Copy the full SHA
    f626bb3 View commit details
  4. feat(client-grafana): With this release Amazon Managed Grafana now su…

    …pports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces
    awstools committed Feb 16, 2023
    Copy the full SHA
    1f69ee1 View commit details
  5. Copy the full SHA
    9a4c154 View commit details
  6. Publish v3.273.0

    awstools committed Feb 16, 2023
    Copy the full SHA
    390b28a View commit details
  7. feat(util-dns): implement caching for NodeDnsLookupHostResolver (#4433)

    Implements DNS caching for `NodeDnsLookupHostResolver`, including:
    
    - internal `DnsCache` interfaces
    - implementation of the cache with `HostEntryTable`
    - updated `NodeDnsLookupHostResolver` to use `DnsCache`
    
    The cache hierarchy is as follows:
    
    - `HostEntryTable` maps host name (string) -> `HostEntry`
    - `HostEntry` contains good and failed records for IPv4 and IPv6 addresses in a
      `HostAddressEntryCollection`
    - `HostAddressEntryCollection` is used for LRU behavior, and stores `HostAddress` with expiration
      timestamps
    
    The address cache workflow is as follows for `NodeDnsLookupHostResolver.resolveAddress()`:
    
    - If there was no previous DNS resolution for a host name, create a new DnsCacheEntry with new
      addresses
    - If there was a previous DNS resolution already cached:
      - Update with a new DNS resolution with new addresses if the next-time-to-update timestamp is
        reached
      - Otherwise, noop
    - Process the records by removing expired addresses (except 1 address of each type in case of a DNS
      outage)
      - May promote a non-expired failed address if there are no good addresses
    - Return the first available IPv4 and IPv6 addresses, and append them to the end of the internal
      DnsCacheEntryCollection as the most recently used addresses.
      - Will throw an error if no addresses are available
    Steven Yuan authored Feb 16, 2023
    Copy the full SHA
    3826c07 View commit details
  8. Copy the full SHA
    672d33b View commit details

Commits on Feb 17, 2023

  1. fix(xhr-http-handler): read response body is incomplete (#4422)

    * Fix incomplete xhr-http-handler reading xml
    
    Resolve 4417, fix will lose part of XML when request is completed.
    
    * fix(xhr-http-handler): read the complete response body
    tudou99 authored Feb 17, 2023
    Copy the full SHA
    f562bc8 View commit details
  2. Copy the full SHA
    1b767a9 View commit details
  3. feat(client-apprunner): This release supports removing MaxSize limit …

    …for AutoScalingConfiguration.
    awstools committed Feb 17, 2023
    Copy the full SHA
    a44b1a7 View commit details
  4. feat(client-glue): Release of Delta Lake Data Lake Format for Glue St…

    …udio Service
    awstools committed Feb 17, 2023
    Copy the full SHA
    bc35b7a View commit details
  5. Copy the full SHA
    a77e1bc View commit details
  6. Publish v3.274.0

    awstools committed Feb 17, 2023
    Copy the full SHA
    93d848b View commit details

Commits on Feb 20, 2023

  1. Copy the full SHA
    3cf9d8c View commit details
  2. feat(client-connect): Reasons for failed diff has been approved by SD…

    …K Reviewer
    awstools committed Feb 20, 2023
    Copy the full SHA
    d714121 View commit details
  3. feat(client-auditmanager): This release introduces a ServiceQuotaExce…

    …ededException to the UpdateAssessmentFrameworkShare API operation.
    awstools committed Feb 20, 2023
    Copy the full SHA
    aaa9c82 View commit details
  4. Publish v3.275.0

    awstools committed Feb 20, 2023
    Copy the full SHA
    083d53f View commit details

Commits on Feb 21, 2023

  1. chore(deps): bump fast-xml-parser to 4.1.2 (#4454)

    Co-authored-by: LachDog <lachnewman007@gmail.com>
    trivikr and LachlanNewman authored Feb 21, 2023
    Copy the full SHA
    eb90ecc View commit details
  2. feat(client-tnb): This is the initial SDK release for AWS Telco Netwo…

    …rk Builder (TNB). AWS Telco Network Builder is a network automation service that helps you deploy and manage telecom networks.
    awstools committed Feb 21, 2023
    Copy the full SHA
    3365917 View commit details
  3. Copy the full SHA
    17690f3 View commit details
  4. Copy the full SHA
    6d0fccc View commit details
  5. feat(client-resiliencehub): In this release we improved resilience hu…

    …b application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers.
    awstools committed Feb 21, 2023
    Copy the full SHA
    014cd1c View commit details
  6. Copy the full SHA
    6b873da View commit details
  7. Publish v3.276.0

    awstools committed Feb 21, 2023
    Copy the full SHA
    55c3740 View commit details
Loading