Skip to content

Commit

Permalink
Release 2024-09-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 16, 2024
1 parent 83c15f1 commit 0d08ea0
Show file tree
Hide file tree
Showing 42 changed files with 96 additions and 83 deletions.
8 changes: 0 additions & 8 deletions .changelog/168b36821f9a432186d70d201de6ab87.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2e81bf66d42b4664aa2462f40a223c4a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3230f94ad7814d24b10beaed0739d43c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4e36171d1e204d238c060a8e4df89b65.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/720f1f0654134ff68873ae74e55895bf.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/config`: [v1.27.34](config/CHANGELOG.md#v12734-2024-09-16)
* **Bug Fix**: Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.17.0](service/bedrock/CHANGELOG.md#v1170-2024-09-16)
* **Feature**: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.56.0](service/iot/CHANGELOG.md#v1560-2024-09-16)
* **Feature**: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.59.0](service/medialive/CHANGELOG.md#v1590-2024-09-16)
* **Feature**: Removing the ON_PREMISE enum from the input settings field.
* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.31.3](service/organizations/CHANGELOG.md#v1313-2024-09-16)
* **Documentation**: Doc only update for AWS Organizations that fixes several customer-reported issues
* `github.com/aws/aws-sdk-go-v2/service/pcaconnectorscep`: [v1.2.7](service/pcaconnectorscep/CHANGELOG.md#v127-2024-09-16)
* **Documentation**: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.83.0](service/rds/CHANGELOG.md#v1830-2024-09-16)
* **Feature**: Launching Global Cluster tagging.

# Release (2024-09-13)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.34 (2024-09-16)

* **Bug Fix**: Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it

# v1.27.33 (2024-09-04)

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

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

2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.47.0
)
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.14 (2024-09-16)

* No change notes available for this release.

# v1.14.13 (2024-09-13)

* No change notes available for this release.
Expand Down

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

2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.19 (2024-09-16)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.17.18 (2024-09-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2
github.com/aws/smithy-go v1.20.4
)
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion internal/configsources/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17
)

Expand Down
4 changes: 4 additions & 0 deletions service/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2024-09-16)

* **Feature**: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.

# v1.16.2 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrock/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/efs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.7 (2024-09-16)

* No change notes available for this release.

# v1.31.6 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/efs/go_module_metadata.go

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

12 changes: 6 additions & 6 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.18
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.19
github.com/aws/aws-sdk-go-v2/service/acm v1.28.8
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.8
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.4
Expand Down Expand Up @@ -33,7 +33,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.3
github.com/aws/aws-sdk-go-v2/service/ecr v1.33.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.4
github.com/aws/aws-sdk-go-v2/service/efs v1.31.6
github.com/aws/aws-sdk-go-v2/service/efs v1.31.7
github.com/aws/aws-sdk-go-v2/service/elasticache v1.40.9
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.26.6
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.26.7
Expand All @@ -49,7 +49,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/health v1.26.6
github.com/aws/aws-sdk-go-v2/service/iam v1.35.2
github.com/aws/aws-sdk-go-v2/service/inspector v1.23.6
github.com/aws/aws-sdk-go-v2/service/iot v1.55.6
github.com/aws/aws-sdk-go-v2/service/iot v1.56.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.29.7
github.com/aws/aws-sdk-go-v2/service/kms v1.35.7
github.com/aws/aws-sdk-go-v2/service/lambda v1.58.3
Expand All @@ -58,7 +58,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.7
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.6
github.com/aws/aws-sdk-go-v2/service/polly v1.43.2
github.com/aws/aws-sdk-go-v2/service/rds v1.82.5
github.com/aws/aws-sdk-go-v2/service/rds v1.83.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.46.8
github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.5
github.com/aws/aws-sdk-go-v2/service/route53 v1.43.2
Expand All @@ -78,7 +78,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.30.7
github.com/aws/aws-sdk-go-v2/service/support v1.24.7
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.27.6
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.6
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.7
github.com/aws/aws-sdk-go-v2/service/waf v1.23.6
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.6
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.52.2
Expand Down
4 changes: 4 additions & 0 deletions service/iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.56.0 (2024-09-16)

* **Feature**: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.

# v1.55.6 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iot/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/medialive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.59.0 (2024-09-16)

* **Feature**: Removing the ON_PREMISE enum from the input settings field.

# v1.58.0 (2024-09-11)

* **Feature**: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.
Expand Down
2 changes: 1 addition & 1 deletion service/medialive/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/organizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.3 (2024-09-16)

* **Documentation**: Doc only update for AWS Organizations that fixes several customer-reported issues

# v1.31.2 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/organizations/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/pcaconnectorscep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.7 (2024-09-16)

* **Documentation**: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.

# v1.2.6 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/pcaconnectorscep/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.83.0 (2024-09-16)

* **Feature**: Launching Global Cluster tagging.

# v1.82.5 (2024-09-12)

* **Documentation**: This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
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.

2 changes: 1 addition & 1 deletion service/s3/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.33
github.com/aws/aws-sdk-go-v2/config v1.27.34
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.17
)

Expand Down
4 changes: 4 additions & 0 deletions service/ssmsap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.3 (2024-09-16)

* No change notes available for this release.

# v1.16.2 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/ssmsap/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/transcribestreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.7 (2024-09-16)

* No change notes available for this release.

# v1.19.6 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/transcribestreaming/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/transcribestreaming/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.19
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.6
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.7
github.com/aws/smithy-go v1.20.4
)

Expand Down

0 comments on commit 0d08ea0

Please sign in to comment.