Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sugmanue/sra-retr…
Browse files Browse the repository at this point in the history
…ies-merge-2.25.70-SNAPSHOT
  • Loading branch information
sugmanue committed Jun 10, 2024
2 parents ac0717c + 849eae1 commit 5d34646
Show file tree
Hide file tree
Showing 522 changed files with 4,388 additions and 1,700 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,15 @@
"contributions": [
"doc"
]
},
{
"login": "chaykin",
"name": "Kirill Chaykin",
"avatar_url": "https://avatars.githubusercontent.com/u/2480265?v=4",
"profile": "https://github.com/chaykin",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
30 changes: 30 additions & 0 deletions .changes/2.25.67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "2.25.67",
"date": "2024-06-05",
"entries": [
{
"type": "feature",
"category": "AWS Global Accelerator",
"contributor": "",
"description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now"
},
{
"type": "feature",
"category": "Amazon Simple Storage Service",
"contributor": "",
"description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
66 changes: 66 additions & 0 deletions .changes/2.25.68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "2.25.68",
"date": "2024-06-06",
"entries": [
{
"type": "feature",
"category": "AWS Account",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "This release adds support for creating and updating Glue Data Catalog Views."
},
{
"type": "feature",
"category": "AWS IoT Wireless",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "chaykin",
"description": "Allow user to configure content type for BlockingInputStreamAsyncRequestBody"
},
{
"type": "feature",
"category": "AWS Storage Gateway",
"contributor": "",
"description": "Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy."
},
{
"type": "feature",
"category": "Amazon FSx",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "Amazon Kinesis Firehose",
"contributor": "",
"description": "Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations"
},
{
"type": "feature",
"category": "Amazon Location Service",
"contributor": "",
"description": "Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields."
},
{
"type": "feature",
"category": "Amazon Simple Notification Service",
"contributor": "",
"description": "Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates."
},
{
"type": "feature",
"category": "Amazon Simple Queue Service",
"contributor": "",
"description": "Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications."
}
]
}
42 changes: 42 additions & 0 deletions .changes/2.25.69.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.25.69",
"date": "2024-06-07",
"entries": [
{
"type": "feature",
"category": "AWS Audit Manager",
"contributor": "",
"description": "New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned."
},
{
"type": "feature",
"category": "AWS B2B Data Interchange",
"contributor": "",
"description": "Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership."
},
{
"type": "feature",
"category": "AWS CodePipeline",
"contributor": "",
"description": "CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant."
},
{
"type": "feature",
"category": "Amazon Verified Permissions",
"contributor": "",
"description": "This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSS3-2bfc0aa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon S3",
"contributor": "nikitamsawant",
"description": "Updated the version of aws-s3-accessgrants-java-plugin to include changes that support copyObject and deleteObjects."
}
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,92 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.25.69__ __2024-06-07__
## __AWS Audit Manager__
- ### Features
- New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned.

## __AWS B2B Data Interchange__
- ### Features
- Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.

## __AWS CodePipeline__
- ### Features
- CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.

## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __Amazon SageMaker Service__
- ### Features
- This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.

## __Amazon Verified Permissions__
- ### Features
- This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests.

# __2.25.68__ __2024-06-06__
## __AWS Account__
- ### Features
- 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.

## __AWS Glue__
- ### Features
- This release adds support for creating and updating Glue Data Catalog Views.

## __AWS IoT Wireless__
- ### Features
- 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.

## __AWS Storage Gateway__
- ### Features
- Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.

## __Amazon FSx__
- ### Features
- 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.

## __Amazon Kinesis Firehose__
- ### Features
- Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations

## __Amazon Location Service__
- ### Features
- Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields.

## __Amazon S3__
- ### Features
- Allow user to configure content type for BlockingInputStreamAsyncRequestBody
- Contributed by: [@chaykin](https://github.com/chaykin)

## __Amazon Simple Notification Service__
- ### Features
- Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.

## __Amazon Simple Queue Service__
- ### Features
- Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.

## __Contributors__
Special thanks to the following contributors to this release:

[@chaykin](https://github.com/chaykin)
# __2.25.67__ __2024-06-05__
## __AWS Global Accelerator__
- ### Features
- This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.

## __AWS Glue__
- ### Features
- AWS Glue now supports native SaaS connectivity: Salesforce connector available now

## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __Amazon Simple Storage Service__
- ### Features
- Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.

# __2.25.66__ __2024-06-04__
## __AWS SDK for Java v2__
- ### Features
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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)
[![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-109-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-110-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
Expand Down Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.25.66</version>
<version>2.25.69</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.25.66</version>
<version>2.25.69</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.25.66</version>
<version>2.25.69</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.25.66</version>
<version>2.25.69</version>
</dependency>
```

Expand Down Expand Up @@ -331,6 +331,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<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>
<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>
<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>
<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>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle-logging-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<artifactId>bundle-logging-bridge</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<artifactId>bundle-sdk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.67-SNAPSHOT</version>
<version>2.25.70-SNAPSHOT</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
Loading

0 comments on commit 5d34646

Please sign in to comment.