Skip to content

Commit ef0765c

Browse files
Merge pull request #3058 from aws/staging/600c2bf2-e7eb-4b07-b1da-d66b0fe0cf91
Pull request: release <- staging/600c2bf2-e7eb-4b07-b1da-d66b0fe0cf91
2 parents 663e6ff + 6d54a0a commit ef0765c

File tree

481 files changed

+2696
-1554
lines changed

Some content is hidden

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

481 files changed

+2696
-1554
lines changed

Diff for: .all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,15 @@
985985
"contributions": [
986986
"doc"
987987
]
988+
},
989+
{
990+
"login": "chaykin",
991+
"name": "Kirill Chaykin",
992+
"avatar_url": "https://avatars.githubusercontent.com/u/2480265?v=4",
993+
"profile": "https://github.com/chaykin",
994+
"contributions": [
995+
"code"
996+
]
988997
}
989998
],
990999
"contributorsPerLine": 7,

Diff for: .changes/2.25.68.json

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.25.68",
3+
"date": "2024-06-06",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Account",
8+
"contributor": "",
9+
"description": "This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "This release adds support for creating and updating Glue Data Catalog Views."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS IoT Wireless",
20+
"contributor": "",
21+
"description": "Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon S3",
26+
"contributor": "chaykin",
27+
"description": "Allow user to configure content type for BlockingInputStreamAsyncRequestBody"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Storage Gateway",
32+
"contributor": "",
33+
"description": "Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon FSx",
38+
"contributor": "",
39+
"description": "This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Kinesis Firehose",
44+
"contributor": "",
45+
"description": "Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Location Service",
50+
"contributor": "",
51+
"description": "Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Simple Notification Service",
56+
"contributor": "",
57+
"description": "Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Simple Queue Service",
62+
"contributor": "",
63+
"description": "Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications."
64+
}
65+
]
66+
}

Diff for: CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.68__ __2024-06-06__
3+
## __AWS Account__
4+
- ### Features
5+
- This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.
6+
7+
## __AWS Glue__
8+
- ### Features
9+
- This release adds support for creating and updating Glue Data Catalog Views.
10+
11+
## __AWS IoT Wireless__
12+
- ### Features
13+
- Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
14+
15+
## __AWS Storage Gateway__
16+
- ### Features
17+
- Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
18+
19+
## __Amazon FSx__
20+
- ### Features
21+
- This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
22+
23+
## __Amazon Kinesis Firehose__
24+
- ### Features
25+
- Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
26+
27+
## __Amazon Location Service__
28+
- ### Features
29+
- Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.
30+
31+
## __Amazon S3__
32+
- ### Features
33+
- Allow user to configure content type for BlockingInputStreamAsyncRequestBody
34+
- Contributed by: [@chaykin](https://github.com/chaykin)
35+
36+
## __Amazon Simple Notification Service__
37+
- ### Features
38+
- Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
39+
40+
## __Amazon Simple Queue Service__
41+
- ### Features
42+
- Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
43+
44+
## __Contributors__
45+
Special thanks to the following contributors to this release:
46+
47+
[@chaykin](https://github.com/chaykin)
248
# __2.25.67__ __2024-06-05__
349
## __AWS Global Accelerator__
450
- ### Features

Diff for: README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Gitter](https://badges.gitter.im/aws/aws-sdk-java-v2.svg)](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55
[![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2)
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-109-orange.svg?style=flat-square)](#contributors-)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-110-orange.svg?style=flat-square)](#contributors-)
88
<!-- ALL-CONTRIBUTORS-BADGE:END -->
99

1010
The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
@@ -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.25.67</version>
55+
<version>2.25.68</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.25.67</version>
89+
<version>2.25.68</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.25.67</version>
94+
<version>2.25.68</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.25.67</version>
106+
<version>2.25.68</version>
107107
</dependency>
108108
```
109109

@@ -331,6 +331,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
331331
<td align="center" valign="top" width="14.28%"><a href="https://github.com/eckardnet"><img src="https://avatars.githubusercontent.com/u/13320705?v=4?s=100" width="100px;" alt="Eckard Mühlich"/><br /><sub><b>Eckard Mühlich</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=eckardnet" title="Code">💻</a></td>
332332
<td align="center" valign="top" width="14.28%"><a href="http://wicket.apache.org"><img src="https://avatars.githubusercontent.com/u/980773?v=4?s=100" width="100px;" alt="Tobias Soloschenko"/><br /><sub><b>Tobias Soloschenko</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=klopfdreh" title="Code">💻</a></td>
333333
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Madrigal"><img src="https://avatars.githubusercontent.com/u/599908?v=4?s=100" width="100px;" alt="Luis Madrigal"/><br /><sub><b>Luis Madrigal</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=Madrigal" title="Documentation">📖</a></td>
334+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chaykin"><img src="https://avatars.githubusercontent.com/u/2480265?v=4?s=100" width="100px;" alt="Kirill Chaykin"/><br /><sub><b>Kirill Chaykin</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=chaykin" title="Code">💻</a></td>
334335
</tr>
335336
</tbody>
336337
</table>

Diff for: archetypes/archetype-app-quickstart/pom.xml

+1-1
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.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: archetypes/archetype-lambda/pom.xml

+1-1
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.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

Diff for: archetypes/archetype-tools/pom.xml

+1-1
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.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: archetypes/pom.xml

+1-1
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.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

Diff for: aws-sdk-java/pom.xml

+1-1
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.25.67</version>
20+
<version>2.25.68</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

Diff for: bom-internal/pom.xml

+1-1
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.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: bom/pom.xml

+1-1
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.25.67</version>
20+
<version>2.25.68</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

Diff for: bundle-logging-bridge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

Diff for: bundle-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

Diff for: bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

Diff for: codegen-lite-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

Diff for: codegen-lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

Diff for: codegen-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

Diff for: codegen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

Diff for: core/annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/arns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/auth-crt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

Diff for: core/auth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

Diff for: core/aws-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

Diff for: core/checksums-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
</parent>
2727

2828
<artifactId>checksums-spi</artifactId>

Diff for: core/checksums/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.25.67</version>
25+
<version>2.25.68</version>
2626
</parent>
2727

2828
<artifactId>checksums</artifactId>

Diff for: core/crt-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>core</artifactId>
24-
<version>2.25.67</version>
24+
<version>2.25.68</version>
2525
</parent>
2626

2727
<artifactId>crt-core</artifactId>

Diff for: core/endpoints-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.25.67</version>
23+
<version>2.25.68</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)