Skip to content

Commit 7b76246

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature/master/sra-retries
2 parents 75842c1 + 48a356c commit 7b76246

File tree

569 files changed

+11813
-5811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

569 files changed

+11813
-5811
lines changed

.changes/2.20.100.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.20.100",
3+
"date": "2023-07-06",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS Single Sign-on",
8+
"contributor": "",
9+
"description": "Fixed issue with SsoAccessTokenProvider prematurely throwing ExpiredTokenException."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Outposts",
14+
"contributor": "",
15+
"description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "Add Nitro Enclaves support on DescribeInstanceTypes"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Location Service",
26+
"contributor": "",
27+
"description": "This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon QuickSight",
32+
"contributor": "",
33+
"description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.changes/2.20.101.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.20.101",
3+
"date": "2023-07-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Database Migration Service",
8+
"contributor": "",
9+
"description": "Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaLive",
14+
"contributor": "",
15+
"description": "This release enables the use of Thumbnails in AWS Elemental MediaLive."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Glue",
20+
"contributor": "",
21+
"description": "This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS MediaTailor",
26+
"contributor": "",
27+
"description": "The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon CloudWatch Logs",
32+
"contributor": "",
33+
"description": "Add CMK encryption support for CloudWatch Logs Insights query result data"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

.changes/2.20.95.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.20.95",
3+
"date": "2023-06-28",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Lambda",
8+
"contributor": "",
9+
"description": "Surface ResourceConflictException in DeleteEventSourceMapping"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon CloudWatch Internet Monitor",
14+
"contributor": "",
15+
"description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Kinesis Analytics",
20+
"contributor": "",
21+
"description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Omics",
26+
"contributor": "",
27+
"description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "This release adds support for Model Cards Model Registry integration."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response."
46+
}
47+
]
48+
}

.changes/2.20.96.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.20.96",
3+
"date": "2023-06-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Clean Rooms Service",
8+
"contributor": "",
9+
"description": "This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon AppStream",
20+
"contributor": "",
21+
"description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Chime",
26+
"contributor": "",
27+
"description": "The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DynamoDB",
32+
"contributor": "",
33+
"description": "This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon GameLift",
38+
"contributor": "",
39+
"description": "Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon SageMaker Service",
44+
"contributor": "",
45+
"description": "Adding support for timeseries forecasting in the CreateAutoMLJobV2 API."
46+
}
47+
]
48+
}

.changes/2.20.97.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.20.97",
3+
"date": "2023-06-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Elemental MediaConvert",
8+
"contributor": "",
9+
"description": "This release includes improved color handling of overlays and general updates to user documentation."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Transfer Family",
14+
"contributor": "",
15+
"description": "Add outbound Basic authentication support to AS2 connectors"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon EC2 Container Service",
20+
"contributor": "",
21+
"description": "Added new field \"credentialspecs\" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Interactive Video Service",
26+
"contributor": "",
27+
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Prometheus Service",
32+
"contributor": "",
33+
"description": "AWS SDK service model generation tool version upgrade."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "This release adds support for rolling deployment in SageMaker Inference."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Verified Permissions",
44+
"contributor": "",
45+
"description": "This release corrects several broken links in the documentation."
46+
}
47+
]
48+
}

.changes/2.20.98.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.20.98",
3+
"date": "2023-07-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Batch",
8+
"contributor": "",
9+
"description": "This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon SageMaker Service",
14+
"contributor": "",
15+
"description": "SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
}
23+
]
24+
}

.changes/2.20.99.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.20.99",
3+
"date": "2023-07-05",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Comprehend Medical",
8+
"contributor": "",
9+
"description": "Update to Amazon Comprehend Medical documentation."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Key Management Service",
14+
"contributor": "",
15+
"description": "Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Cross region bucket access for S3 Client. This feature will allow users to access buckets of different region using a single cross region configured client."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SecurityHub",
26+
"contributor": "",
27+
"description": "Documentation updates for AWS Security Hub"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"description": "GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Application Migration Service",
38+
"contributor": "",
39+
"description": "This release introduces the Global view feature and new Replication state APIs."
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)