Skip to content

Commit 0dc6f82

Browse files
Merge pull request #2357 from aws/staging/41ca09ae-155c-4049-9e29-df27391129b3
Pull request: release <- staging/41ca09ae-155c-4049-9e29-df27391129b3
2 parents 6110748 + 3729b1a commit 0dc6f82

File tree

441 files changed

+6356
-9135
lines changed

Some content is hidden

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

441 files changed

+6356
-9135
lines changed

.changes/2.19.28.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"version": "2.19.28",
3+
"date": "2023-01-31",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "This release introduces the feature to support EventBridge as AppSync data source."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS CRT-based S3 Client",
14+
"contributor": "",
15+
"description": "Fixed an issue where port number was not added to host header. See [#3721](https://github.com/aws/aws-sdk-java-v2/issues/3721) and [#3682](https://github.com/aws/aws-sdk-java-v2/issues/3682)."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CloudTrail",
20+
"contributor": "",
21+
"description": "Add new \"Channel\" APIs to enable users to manage channels used for CloudTrail Lake integrations, and \"Resource Policy\" APIs to enable users to manage the resource-based permissions policy attached to a channel."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS CloudTrail Data Service",
26+
"contributor": "",
27+
"description": "Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Ground Station",
32+
"contributor": "",
33+
"description": "DigIF Expansion changes to the Customer APIs."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS IoT",
38+
"contributor": "",
39+
"description": "Added support for IoT Rules Engine Cloudwatch Logs action batch mode."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Outposts",
44+
"contributor": "",
45+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SecurityHub",
50+
"contributor": "",
51+
"description": "New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Support",
56+
"contributor": "",
57+
"description": "This fixes incorrect endpoint construction when a customer is explicitly setting a region."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Access Analyzer",
62+
"contributor": "",
63+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Connect Participant Service",
68+
"contributor": "",
69+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Elastic Compute Cloud",
74+
"contributor": "",
75+
"description": "This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Kinesis",
80+
"contributor": "",
81+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon OpenSearch Service",
86+
"contributor": "",
87+
"description": "Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon Polly",
92+
"contributor": "",
93+
"description": "Amazon Polly adds two new neural American English voices - Ruth, Stephen"
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon SageMaker Service",
98+
"contributor": "",
99+
"description": "Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "CodeArtifact",
104+
"contributor": "",
105+
"description": "This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository."
106+
},
107+
{
108+
"type": "feature",
109+
"category": "AWS SDK for Java v2",
110+
"contributor": "",
111+
"description": "Updated endpoint and partition metadata."
112+
}
113+
]
114+
}

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
# __2.19.28__ __2023-01-31__
2+
## __AWS AppSync__
3+
- ### Features
4+
- This release introduces the feature to support EventBridge as AppSync data source.
5+
6+
## __AWS CRT-based S3 Client__
7+
- ### Bugfixes
8+
- Fixed an issue where port number was not added to host header. See [#3721](https://github.com/aws/aws-sdk-java-v2/issues/3721) and [#3682](https://github.com/aws/aws-sdk-java-v2/issues/3682).
9+
10+
## __AWS CloudTrail__
11+
- ### Features
12+
- Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
13+
14+
## __AWS CloudTrail Data Service__
15+
- ### Features
16+
- Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.
17+
18+
## __AWS Ground Station__
19+
- ### Features
20+
- DigIF Expansion changes to the Customer APIs.
21+
22+
## __AWS IoT__
23+
- ### Features
24+
- Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
25+
26+
## __AWS Outposts__
27+
- ### Features
28+
- Enabled FIPS endpoints for GovCloud (US) regions in SDK.
29+
30+
## __AWS SDK for Java v2__
31+
- ### Features
32+
- Updated endpoint and partition metadata.
33+
34+
## __AWS SecurityHub__
35+
- ### Features
36+
- New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled.
37+
38+
## __AWS Support__
39+
- ### Features
40+
- This fixes incorrect endpoint construction when a customer is explicitly setting a region.
41+
42+
## __Access Analyzer__
43+
- ### Features
44+
- Enabled FIPS endpoints for GovCloud (US) regions in SDK.
45+
46+
## __Amazon Connect Participant Service__
47+
- ### Features
48+
- Enabled FIPS endpoints for GovCloud (US) regions in SDK.
49+
50+
## __Amazon Elastic Compute Cloud__
51+
- ### Features
52+
- This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
53+
54+
## __Amazon Kinesis__
55+
- ### Features
56+
- Enabled FIPS endpoints for GovCloud (US) regions in SDK.
57+
58+
## __Amazon OpenSearch Service__
59+
- ### Features
60+
- Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
61+
62+
## __Amazon Polly__
63+
- ### Features
64+
- Amazon Polly adds two new neural American English voices - Ruth, Stephen
65+
66+
## __Amazon SageMaker Service__
67+
- ### Features
68+
- Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
69+
70+
## __CodeArtifact__
71+
- ### Features
72+
- This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
73+
174
# __2.19.27__ __2023-01-30__
275
## __AWS Application Discovery Service__
376
- ### Features

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.19.27</version>
55+
<version>2.19.28</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.19.27</version>
89+
<version>2.19.28</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.19.27</version>
94+
<version>2.19.28</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.19.27</version>
106+
<version>2.19.28</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.19.27</version>
23+
<version>2.19.28</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.19.27</version>
23+
<version>2.19.28</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.19.27</version>
23+
<version>2.19.28</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.19.27</version>
23+
<version>2.19.28</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.19.27</version>
20+
<version>2.19.28</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1708,6 +1708,11 @@ Amazon AutoScaling, etc).</description>
17081708
<artifactId>cleanrooms</artifactId>
17091709
<version>${awsjavasdk.version}</version>
17101710
</dependency>
1711+
<dependency>
1712+
<groupId>software.amazon.awssdk</groupId>
1713+
<artifactId>cloudtraildata</artifactId>
1714+
<version>${awsjavasdk.version}</version>
1715+
</dependency>
17111716
</dependencies>
17121717
<build>
17131718
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/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.19.27</version>
23+
<version>2.19.28</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.19.27</version>
20+
<version>2.19.28</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1848,6 +1848,11 @@
18481848
<artifactId>cleanrooms</artifactId>
18491849
<version>${awsjavasdk.version}</version>
18501850
</dependency>
1851+
<dependency>
1852+
<groupId>software.amazon.awssdk</groupId>
1853+
<artifactId>cloudtraildata</artifactId>
1854+
<version>${awsjavasdk.version}</version>
1855+
</dependency>
18511856
</dependencies>
18521857
</dependencyManagement>
18531858
</project>

0 commit comments

Comments
 (0)