Skip to content

Commit f272b95

Browse files
authored
Merge branch 'master' into dongie/idle-auto-reads
2 parents acfc511 + 03ee2c6 commit f272b95

File tree

467 files changed

+2155
-660
lines changed

Some content is hidden

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

467 files changed

+2155
-660
lines changed

.changes/2.21.13.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.21.13",
3+
"date": "2023-11-01",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Global Accelerator",
8+
"contributor": "",
9+
"description": "Global Accelerator now support accelerators with cross account endpoints."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Add `cloudwatch-metric-publisher` to `aws-sdk-java` module so that it can be included in the bundle JAR."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Service",
20+
"contributor": "",
21+
"description": "Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Redshift",
26+
"contributor": "",
27+
"description": "Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "This release adds support for customized networking resources to Amazon RDS Custom."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "Support for batch transform input in Model dashboard"
40+
}
41+
]
42+
}

.changes/2.21.14.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.21.14",
3+
"date": "2023-11-02",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS App Runner",
8+
"contributor": "",
9+
"description": "AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Network Firewall",
20+
"contributor": "",
21+
"description": "This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Makes SignedRequest and AsyncSignedRequest implement CopyableBuilder to allow modifications"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"description": "GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon GameLift",
38+
"contributor": "",
39+
"description": "Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon QuickSight",
44+
"contributor": "",
45+
"description": "This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "michaeldimchuk",
5+
"description": "Fixed the AttributeMap#close method trying to close an ExecutorService instance instead of shutting it down, resulting in a deadlock starting with Java 21"
6+
}

.changes/next-release/feature-AWSSDKforJavav2-10225f8.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# __2.21.14__ __2023-11-02__
2+
## __AWS App Runner__
3+
- ### Features
4+
- AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
9+
10+
## __AWS Network Firewall__
11+
- ### Features
12+
- This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Makes SignedRequest and AsyncSignedRequest implement CopyableBuilder to allow modifications
17+
- Updated endpoint and partition metadata.
18+
19+
## __Amazon Connect Service__
20+
- ### Features
21+
- GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
22+
23+
## __Amazon GameLift__
24+
- ### Features
25+
- Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
26+
27+
## __Amazon QuickSight__
28+
- ### Features
29+
- This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard.
30+
31+
# __2.21.13__ __2023-11-01__
32+
## __AWS Global Accelerator__
33+
- ### Features
34+
- Global Accelerator now support accelerators with cross account endpoints.
35+
36+
## __AWS SDK for Java v2__
37+
- ### Features
38+
- Add `cloudwatch-metric-publisher` to `aws-sdk-java` module so that it can be included in the bundle JAR.
39+
40+
## __Amazon Connect Service__
41+
- ### Features
42+
- Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.
43+
44+
## __Amazon Redshift__
45+
- ### Features
46+
- Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
47+
48+
## __Amazon Relational Database Service__
49+
- ### Features
50+
- This release adds support for customized networking resources to Amazon RDS Custom.
51+
52+
## __Amazon SageMaker Service__
53+
- ### Features
54+
- Support for batch transform input in Model dashboard
55+
156
# __2.21.12__ __2023-10-31__
257
## __AWS Amplify__
358
- ### Features
@@ -1046,7 +1101,7 @@ Special thanks to the following contributors to this release:
10461101
## __Contributors__
10471102
Special thanks to the following contributors to this release:
10481103

1049-
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
1104+
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
10501105
# __2.20.146__ __2023-09-12__
10511106
## __AWS CRT-based S3 Client__
10521107
- ### Bugfixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.21.12</version>
55+
<version>2.21.14</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.21.12</version>
89+
<version>2.21.14</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.21.12</version>
94+
<version>2.21.14</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.21.12</version>
106+
<version>2.21.14</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.21.13-SNAPSHOT</version>
23+
<version>2.21.15-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.21.13-SNAPSHOT</version>
23+
<version>2.21.15-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.21.13-SNAPSHOT</version>
23+
<version>2.21.15-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.21.13-SNAPSHOT</version>
23+
<version>2.21.15-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

0 commit comments

Comments
 (0)