-
Notifications
You must be signed in to change notification settings - Fork 912
Merge in latest changes from master to aws-crt-dev-preivew #1495
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
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
…7b5751fab0b Pull request: release <- staging/9be09a30-4f83-4dc7-bd69-d7b5751fab0b
…FleetStateCode enum
…High Efficiency Video Coding (HEVC) for standard-definition (SD), high-definition (HD), and ultra-high-definition (UHD) encoding with HDR support.Encoding with HEVC offers a number of advantages. While UHD video requires an advanced codec beyond H.264 (AVC), high frame rate (HFR) or High Dynamic Range (HDR) content in HD also benefit from HEVC's advancements. In addition, benefits can be achieved with HD and SD content even if HDR and HFR are not needed.
…alancingv2: This release adds support for TLS SNI on Network Load Balancers
… access email messages as they flow to and from Amazon WorkMail.
…04dbd8957e3 Pull request: release <- staging/2a3455a8-067e-4b19-b2be-804dbd8957e3
… added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality.
… add tags to an Amazon EKS cluster. These tags can be used to control access to the EKS API for managing the cluster using IAM. The Amazon EKS TagResource API allows customers to associate tags with their cluster. Customers can list tags for a cluster using the ListTagsForResource API and remove tags from a cluster with the UntagResource API. Note: tags are specific to the EKS cluster resource, they do not propagate to other AWS resources used by the cluster.
…013d97fa16e Pull request: release <- staging/ee22b7e8-fd6a-47b0-992e-5013d97fa16e
Fix a bug where the interrupted flag set by the API call and attempt timers can leak outside of the client if the timeout is very small and approximately equal to the response latency.
…dicating the location and file name of the data manifest file. Users can get a list of files that the Athena query wrote or intended to write from the manifest file.
…onVersion properties.
…cd5959d447b Pull request: release <- staging/881b6892-2979-4474-af48-ccd5959d447b
…IVATE APIs by allowing you to associate one or more Amazon Virtual Private Cloud (VPC) Endpoints to a private API. API Gateway will create and manage DNS alias records necessary for easily invoking the private APIs. With this feature, you can leverage private APIs in web applications hosted within your VPCs.
…a63aeaad720 Pull request: release <- staging/de80519b-f98d-4b85-a77b-aa63aeaad720
…ontent for scanning a portion of an object specified by a scan range.
…33600470a54 Pull request: release <- staging/6b4c553a-603b-4a94-a140-733600470a54
… can embed streaming sessions
…b2745342d12 Pull request: release <- staging/fb2b44a7-9025-4113-8644-0b2745342d12
…ows you to modify authentication tokens by setting and rotating new tokens. You can now modify active tokens while in use, or add brand-new tokens to existing encryption-in-transit enabled clusters that were previously setup without authentication tokens. This is a two-step process that allows you to set and rotate the token without interrupting client requests.
…51f6c1a1351 Pull request: release <- staging/6917eaf8-94fa-48c9-849d-051f6c1a1351
…freshStatus have been updated
… field 'IntelligentTieringAccessTier' that reports the access tier (frequent or infrequent) of objects stored in Intelligent-Tiering storage class.
…pport for Web Previews. This feature allows user to create ephemeral branch deployments from pull request submissions made to a connected repository. A pull-request preview deploys every pull request made to your Git repository to a unique preview URL.
…1f455dea7e4 Pull request: release <- staging/d4ff341a-63a3-4ef2-9a90-e1f455dea7e4
dagnir
approved these changes
Nov 1, 2019
aws-sdk-java-automation
pushed a commit
that referenced
this pull request
Jun 24, 2021
Allow backwards-incompatible codebuild changes.
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
The dev preview branch needs some updates from master to support the new build system and unblock the upgrade of the AWS CRT to version 0.3.35 in #1485.
Testing
On an Ubuntu 18.04 instance
mvn clean install
Screenshots (if appropriate)
Types of changes
No code changes, just a merge from another branch. The only new commit I added is 08e4c52 to match the latest version of the SDK so the client can build.
Checklist
mvn install
succeedsLicense