-
Notifications
You must be signed in to change notification settings - Fork 896
Merge from master #4126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
davidh44
merged 82 commits into
feature/master/request-compression
from
hdavidh/merge-from-master
Jun 21, 2023
Merged
Merge from master #4126
davidh44
merged 82 commits into
feature/master/request-compression
from
hdavidh/merge-from-master
Jun 21, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#4066) * Fixed issue with leased connection leaks when threads executing HTTP connections with Apache HttpClient were interrupted while the connection was in progress. * Added logic in MakeHttpRequestStage to check and abort request if interrupted * Add test cases for UrlConnectionHttpClient * Moved the fix to AfterTransmissionExecutionInterceptorsStage to just close the stream instaed of aborting the reqyest in MakeHttpRequestStage * Removing test cases related to UrlConnectionHttp since adding depenency in protocol-test for urlConnectionClient cause failues since it uses default Client all the places * Updated after Zoe's comments
…ng DNS (#3990) * Now it's possible to configure NettyNioAsyncHttpClient in order to use a non blocking DNS resolver. * Add package mapping for netty-resolver-dns. --------- Co-authored-by: Matthew Miller <[email protected]>
…pts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance.
…t-only update to refresh CLI documentation for AWS Private CA. No change to the service.
…eacf6fcf0 Pull request: release <- staging/22e7db0c-7048-456a-a7ed-e47eacf6fcf0
* Use WeakHashMap in IdleConenctionReaper to not prevent connection manager from getting GC'd * Checkstyle fix
…uracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector.
… storage virtual machine (SVM) to Active Directory after the SVM has been created.
…on for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
…egen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
…navailable connection property for cross cluster search
…56de09955 Pull request: release <- staging/370cd825-6394-41c2-b18f-17c56de09955
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Debora N. Ito <[email protected]>
…or CloudTrail Lake event data stores.
…ation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
…rofiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.
…tificates API operation.
…NextRun field to more accurately describe the data.
…922fcafbf Pull request: release <- staging/29ca607a-c093-45c7-a90d-50e922fcafbf
…4108) * Update HttpChecksumRequiredInterceptor * Update HttpChecksumInHeaderInterceptor * Update tests and remove constant * Add back constant to resolve japicmp * Add back javadocs
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * Removing unnecessary vscode file --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Debora N. Ito <[email protected]>
…or ListPricesRequest
…ress various tickets.
… the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
…table/database resource links
…ss to include data from trust providers in logs
…CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.
…a827827a4 Pull request: release <- staging/65d71ece-8084-4b58-9f0f-e81a827827a4
…the Invoke API and InvokeWithResponseStream API.
…onboarded by AWS Config in May 2023.
…ated Host allocations by assetIds in AWS Outposts
…shift Provisioned clusters. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
…27fd0e3bd Pull request: release <- staging/98420f98-c2a2-4ff3-94f4-63e27fd0e3bd
…4109) * Move QueryParametersToBodyInterceptor to front of interceptor chain * Move customization.config interceptors to front of interceptor chain - for query protocols * Refactoring * Add codegen tests * Refactoring * Refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Modifications
Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License