-
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.272.0
head repository: aws/aws-sdk-js-v3
compare: v3.276.0
Commits on Feb 15, 2023
-
chore(CODEOWNERS): add smithy to CODEOWNERS for util-dns (#4438)
Steven Yuan authoredFeb 15, 2023 1Configuration menu - View commit details
-
Copy full SHA for 4c5911c - Browse repository at this point
Copy the full SHA 4c5911cView commit details
Commits on Feb 16, 2023
-
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 committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 90e21ca - Browse repository at this point
Copy the full SHA 90e21caView commit details -
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 committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ec0bdfd - Browse repository at this point
Copy the full SHA ec0bdfdView commit details -
docs(client-ivs): Doc-only update. Updated text description in Delete…
…Channel, Stream, and StreamSummary.
awstools committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for f626bb3 - Browse repository at this point
Copy the full SHA f626bb3View commit details -
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 committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f69ee1 - Browse repository at this point
Copy the full SHA 1f69ee1View commit details -
feat(clients): update client endpoints as of 2023-02-16
awstools committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a4c154 - Browse repository at this point
Copy the full SHA 9a4c154View commit details -
awstools committed
Feb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 390b28a - Browse repository at this point
Copy the full SHA 390b28aView commit details -
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 authoredFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 3826c07 - Browse repository at this point
Copy the full SHA 3826c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672d33b - Browse repository at this point
Copy the full SHA 672d33bView commit details
Commits on Feb 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for f562bc8 - Browse repository at this point
Copy the full SHA f562bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b767a9 - Browse repository at this point
Copy the full SHA 1b767a9View commit details -
feat(client-apprunner): This release supports removing MaxSize limit …
…for AutoScalingConfiguration.
awstools committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a44b1a7 - Browse repository at this point
Copy the full SHA a44b1a7View commit details -
feat(client-glue): Release of Delta Lake Data Lake Format for Glue St…
…udio Service
awstools committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for bc35b7a - Browse repository at this point
Copy the full SHA bc35b7aView commit details -
feat(clients): update client endpoints as of 2023-02-17
awstools committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a77e1bc - Browse repository at this point
Copy the full SHA a77e1bcView commit details -
awstools committed
Feb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 93d848b - Browse repository at this point
Copy the full SHA 93d848bView commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3cf9d8c - Browse repository at this point
Copy the full SHA 3cf9d8cView commit details -
feat(client-connect): Reasons for failed diff has been approved by SD…
…K Reviewer
awstools committedFeb 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d714121 - Browse repository at this point
Copy the full SHA d714121View commit details -
feat(client-auditmanager): This release introduces a ServiceQuotaExce…
…ededException to the UpdateAssessmentFrameworkShare API operation.
awstools committedFeb 20, 2023 Configuration menu - View commit details
-
Copy full SHA for aaa9c82 - Browse repository at this point
Copy the full SHA aaa9c82View commit details -
awstools committed
Feb 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 083d53f - Browse repository at this point
Copy the full SHA 083d53fView commit details
Commits on Feb 21, 2023
-
chore(deps): bump fast-xml-parser to 4.1.2 (#4454)
Co-authored-by: LachDog <lachnewman007@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb90ecc - Browse repository at this point
Copy the full SHA eb90eccView commit details -
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 committedFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 3365917 - Browse repository at this point
Copy the full SHA 3365917View commit details -
docs(client-securityhub): Documentation updates for AWS Security Hub
awstools committedFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 17690f3 - Browse repository at this point
Copy the full SHA 17690f3View commit details -
feat(client-quicksight): S3 data sources now accept a custom IAM role.
awstools committedFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 6d0fccc - Browse repository at this point
Copy the full SHA 6d0fcccView commit details -
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 committedFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 014cd1c - Browse repository at this point
Copy the full SHA 014cd1cView commit details -
feat(clients): update client endpoints as of 2023-02-21
awstools committedFeb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b873da - Browse repository at this point
Copy the full SHA 6b873daView commit details -
awstools committed
Feb 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 55c3740 - Browse repository at this point
Copy the full SHA 55c3740View 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.272.0...v3.276.0