Skip to content

Commit 9e58e88

Browse files
authored
Merge branch 'master' into feature/master/s3mpu
2 parents 735fa96 + 81d0e84 commit 9e58e88

File tree

896 files changed

+40652
-13714
lines changed

Some content is hidden

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

896 files changed

+40652
-13714
lines changed

.brazil.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"http-auth-aws": { "packageName": "AwsJavaSdk-Core-HttpAuthAws" },
4242
"http-auth-aws-crt": { "packageName": "AwsJavaSdk-Core-HttpAuthAwsCrt" },
4343
"http-auth-aws-eventstream": { "packageName": "AwsJavaSdk-Core-HttpAuthAwsEventStream" },
44+
"retries-spi": { "packageName": "AwsJavaSdk-Core-RetriesSpi" },
45+
"retries": { "packageName": "AwsJavaSdk-Core-Retries" },
4446

4547
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
4648
"waf": { "packageName": "AwsJavaSdk-Waf" },
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changes/2.26.0.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.26.0",
3+
"date": "2024-06-11",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue in async client where the future would get stuck if there is a server error and the server fails to return response body that matches with the content length specified in the response header. See [#4354](https://github.com/aws/aws-sdk-java-v2/issues/4354)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Network Manager",
14+
"contributor": "",
15+
"description": "This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "sugmanue",
21+
"description": "This release contains a major internal refactor of retries and is part\nof moving the SDK to a standardized AWS SDK architecture. It\nintroduces the interface `RetryStrategy` and three subclasses\n`StandardRetryStrategy`, `LegacyRetryStrategy` , and\n`AdaptiveRetryStrategy`. The new interfaces live in the `retry-spi`\nmodule, and the implementation classes live in the `retries` module.\n\nNote 1) This change marks RetryPolicy as as deprecated and we\nencourage users to migrate to its replacement, RetryStrategy. However,\nretry policies are, and will for the foreseeable future be fully\nsupported. Clients configured to use retry policies will not need any\ncode changes and won\u2019t see any behavioral change with this release.\n\nNote 2) The original implementation of adaptive mode (see\n[#2658](https://github.com/aws/aws-sdk-java-v2/pull/2658)) that was\nreleased with the retry policy API contains a bug in its rate-limiter\nlogic which prevents it from remembering state across requests. In\nthis release of the retry strategy API, we introduce\n`RetryMode.ADAPTIVE_V2`, which implements the correct adaptive\nbehavior. `RetryMode.ADAPTIVE` is still present in order to maintain\nbackwards compatibility, but is now marked as deprecated.\n\nNote 3) When configuring retry mode through system settings or\nenvironment variables, users can only choose adaptive mode. This\nsetting will map to `RetryMode.ADAPTIVE_V2` instead of\n`RetryMode.ADAPTIVE` with this release, giving users the correct\nbehavior and still keeping the settings consistent across all\nSDKs. The list of configuration options are: profile file `retry_mode`\nsetting, the `aws.retryMode` system property and the `AWS_RETRY_MODE`\nenvironment variable."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "sugmanue",
27+
"description": "Adds the new module retries API module"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Access Analyzer",
32+
"contributor": "",
33+
"description": "IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon GuardDuty",
38+
"contributor": "",
39+
"description": "Added API support for GuardDuty Malware Protection for S3."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon SageMaker Service",
44+
"contributor": "",
45+
"description": "Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Private CA Connector for SCEP",
50+
"contributor": "",
51+
"description": "Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

.changes/2.26.1.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.26.1",
3+
"date": "2024-06-12",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Mainframe Modernization Application Testing",
8+
"contributor": "",
9+
"description": "AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Secrets Manager",
14+
"contributor": "",
15+
"description": "Introducing RotationToken parameter for PutSecretValue API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "Tagging support for Traffic Mirroring FilterRule resource"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon OpenSearch Ingestion",
26+
"contributor": "",
27+
"description": "SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Redshift",
32+
"contributor": "",
33+
"description": "Updates to remove DC1 and DS2 node types."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Security Lake",
38+
"contributor": "",
39+
"description": "This release updates request validation regex to account for non-commercial aws partitions."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Email Service",
44+
"contributor": "",
45+
"description": "This release adds support for Amazon EventBridge as an email sending events destination."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/2.26.10.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.26.10",
3+
"date": "2024-06-26",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "sullis",
9+
"description": "upgrade netty version to 4.1.111.Final"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Control Tower",
14+
"contributor": "",
15+
"description": "Added ListLandingZoneOperations API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Kubernetes Service",
20+
"contributor": "",
21+
"description": "Added support for disabling unmanaged addons during cluster creation."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Interactive Video Service RealTime",
26+
"contributor": "",
27+
"description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Kinesis Analytics",
32+
"contributor": "",
33+
"description": "This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon OpenSearch Service",
38+
"contributor": "",
39+
"description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "DynamoDB Enhanced Client",
44+
"contributor": "shetsa-amzn",
45+
"description": "Adds support for specifying ReturnValue in UpdateItemEnhancedRequest"
46+
}
47+
]
48+
}

.changes/2.26.11.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.26.11",
3+
"date": "2024-06-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Allows overrides of the retry strategy for Kinesis clients. Kinesis has its own RetryPolicy that would take precedence over any retry strategy making it impossible to override using a retry strategy."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Add a new backoff strategy that reassembles\n`EqualJitterBackoffStrategy` and is used to be behavioral backwards\ncompatible with the way `RetryPolicy` behaves for the `LEGACY` retry\nmode."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Chime SDK Media Pipelines",
20+
"contributor": "",
21+
"description": "Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon CloudFront",
26+
"contributor": "",
27+
"description": "Doc only update for CloudFront that fixes customer-reported issue"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon DataZone",
32+
"contributor": "",
33+
"description": "This release supports the data lineage feature of business data catalog in Amazon DataZone."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon ElastiCache",
38+
"contributor": "",
39+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AmazonMQ",
44+
"contributor": "",
45+
"description": "This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Q Connect",
50+
"contributor": "",
51+
"description": "Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon QuickSight",
56+
"contributor": "",
57+
"description": "Adding support for Repeating Sections, Nested Filters"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Relational Database Service",
62+
"contributor": "",
63+
"description": "Updates Amazon RDS documentation for TAZ export to S3."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon SageMaker Service",
68+
"contributor": "",
69+
"description": "Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon WorkSpaces",
74+
"contributor": "",
75+
"description": "Added support for WorkSpaces Pools."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Application Auto Scaling",
80+
"contributor": "",
81+
"description": "Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

.changes/2.26.12.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": "2.26.12",
3+
"date": "2024-06-28",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix a bug on the token bucket, after success we need to deposit back one token to allow it to slowly recover and allow more retries after seeing several successful responses."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Certificate Manager Private Certificate Authority",
14+
"contributor": "",
15+
"description": "Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CloudHSM V2",
20+
"contributor": "",
21+
"description": "Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Glue",
26+
"contributor": "",
27+
"description": "Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Performance Insights",
32+
"contributor": "",
33+
"description": "Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "This release supports showing PreferredAgentRouting step via DescribeContact API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon EMR",
44+
"contributor": "",
45+
"description": "This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Kinesis Analytics",
50+
"contributor": "",
51+
"description": "Support for Flink 1.19 in Managed Service for Apache Flink"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon OpenSearch Service",
56+
"contributor": "",
57+
"description": "This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon WorkSpaces",
62+
"contributor": "",
63+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS SDK for Java v2",
68+
"contributor": "",
69+
"description": "Updated endpoint and partition metadata."
70+
}
71+
]
72+
}

0 commit comments

Comments
 (0)