Skip to content

Commit

Permalink
Release 2024-06-04
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 4, 2024
1 parent de2612e commit 4b0b7ef
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .changelog/2d116c1b62ff41ee9d9e00f9779af4be.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7bd96efca5a9448f992c23b3cd98b272.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a26e635c0dbe4d8eb5f05f3239479ecd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e79229d4128144a7a5c7c35dc2f762d7.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2024-06-04)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.163.0](service/ec2/CHANGELOG.md#v11630-2024-06-04)
* **Feature**: U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.12.0](service/pipes/CHANGELOG.md#v1120-2024-06-04)
* **Feature**: This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.143.0](service/sagemaker/CHANGELOG.md#v11430-2024-06-04)
* **Feature**: Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.
* `github.com/aws/aws-sdk-go-v2/service/taxsettings`: [v1.0.0](service/taxsettings/CHANGELOG.md#v100-2024-06-04)
* **Release**: New AWS service client module
* **Feature**: Initial release of AWS Tax Settings API

# Release (2024-06-03)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.6 (2024-06-04)

* No change notes available for this release.

# v1.34.5 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/docdb/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.163.0 (2024-06-04)

* **Feature**: U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.

# v1.162.1 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/identitystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.11 (2024-06-04)

* No change notes available for this release.

# v1.23.10 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/identitystore/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.22.9
github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.9
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.9
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.5
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
github.com/aws/aws-sdk-go-v2/service/ec2 v1.162.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.163.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.4
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.12
github.com/aws/aws-sdk-go-v2/service/efs v1.28.9
Expand All @@ -57,11 +57,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/lambda v1.54.5
github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.2
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.9
github.com/aws/aws-sdk-go-v2/service/neptune v1.31.11
github.com/aws/aws-sdk-go-v2/service/neptune v1.31.12
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.9
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.10
github.com/aws/aws-sdk-go-v2/service/polly v1.40.4
github.com/aws/aws-sdk-go-v2/service/rds v1.79.4
github.com/aws/aws-sdk-go-v2/service/rds v1.79.5
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.5
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.5
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.9
Expand Down
4 changes: 4 additions & 0 deletions service/neptune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.12 (2024-06-04)

* No change notes available for this release.

# v1.31.11 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/neptune/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/pipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2024-06-04)

* **Feature**: This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes

# v1.11.9 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/pipes/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.79.5 (2024-06-04)

* No change notes available for this release.

# v1.79.4 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/rds/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.143.0 (2024-06-04)

* **Feature**: Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.

# v1.142.1 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/taxsettings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-06-04)

* **Release**: New AWS service client module
* **Feature**: Initial release of AWS Tax Settings API

2 changes: 1 addition & 1 deletion service/taxsettings/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/vpclattice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.5 (2024-06-04)

* No change notes available for this release.

# v1.8.4 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/vpclattice/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b0b7ef

Please sign in to comment.