Skip to content

Commit 87cea8b

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-08-23
1 parent 93f8d22 commit 87cea8b

35 files changed

+77
-76
lines changed

.changelog/03fdc157d2b84ce18860a5d84dd62314.json

-8
This file was deleted.

.changelog/0510421b8307482594861345faf7afcb.json

-8
This file was deleted.

.changelog/3ddb265e427047bea4b15251acbcd270.json

-8
This file was deleted.

.changelog/7729b9ba246c44ca82b603574148b880.json

-8
This file was deleted.

.changelog/ae1b8eaa92bd493892cacda2dd1db2a0.json

-8
This file was deleted.

.changelog/c330829d18ce419f9dbbbdecf642765e.json

-8
This file was deleted.

.changelog/fce5c73ba58d4ee1bab751ff0999f077.json

-8
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2024-08-23)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/config`: [v1.27.30](config/CHANGELOG.md#v12730-2024-08-23)
8+
* **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file
9+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.17.0](service/bedrockagent/CHANGELOG.md#v1170-2024-08-23)
10+
* **Feature**: Releasing the support for Action User Confirmation.
11+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.17.0](service/bedrockagentruntime/CHANGELOG.md#v1170-2024-08-23)
12+
* **Feature**: Releasing the support for Action User Confirmation.
13+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.42.1](service/codebuild/CHANGELOG.md#v1421-2024-08-23)
14+
* **Documentation**: Added support for the MAC_ARM environment type for CodeBuild fleets.
15+
* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.31.0](service/organizations/CHANGELOG.md#v1310-2024-08-23)
16+
* **Feature**: Releasing minor partitional endpoint updates.
17+
* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.11.0](service/qbusiness/CHANGELOG.md#v1110-2024-08-23)
18+
* **Feature**: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
19+
* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.5.5](service/supplychain/CHANGELOG.md#v155-2024-08-23)
20+
* **Documentation**: Update API documentation to clarify the event SLA as well as the data model expectations
21+
122
# Release (2024-08-22)
223

324
## General Highlights

config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.30 (2024-08-23)
2+
3+
* **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file
4+
15
# v1.27.29 (2024-08-22)
26

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

config/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/service/dynamodb/createTable/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
7-
github.com/aws/aws-sdk-go-v2/config v1.27.29
7+
github.com/aws/aws-sdk-go-v2/config v1.27.30
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
99
)
1010

example/service/dynamodb/scanItems/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
7-
github.com/aws/aws-sdk-go-v2/config v1.27.29
7+
github.com/aws/aws-sdk-go-v2/config v1.27.30
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.12
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
1010
)

example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.27.29
6+
github.com/aws/aws-sdk-go-v2/config v1.27.30
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
88
)
99

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
7-
github.com/aws/aws-sdk-go-v2/config v1.27.29
7+
github.com/aws/aws-sdk-go-v2/config v1.27.30
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.5
1010
)

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.71 (2024-08-23)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.70 (2024-08-22)
26

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

feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/ec2/imds/internal/configtesting/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.27.29
6+
github.com/aws/aws-sdk-go-v2/config v1.27.30
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12
88
)
99

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.14 (2024-08-23)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.13 (2024-08-22)
26

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

feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
7-
github.com/aws/aws-sdk-go-v2/config v1.27.29
7+
github.com/aws/aws-sdk-go-v2/config v1.27.30
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
99
github.com/aws/smithy-go v1.20.4
1010
)

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/configsources/configtesting/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.27.29
6+
github.com/aws/aws-sdk-go-v2/config v1.27.30
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16
88
)
99

service/bedrockagent/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2024-08-23)
2+
3+
* **Feature**: Releasing the support for Action User Confirmation.
4+
15
# v1.16.1 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/bedrockagent/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrockagentruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2024-08-23)
2+
3+
* **Feature**: Releasing the support for Action User Confirmation.
4+
15
# v1.16.1 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/bedrockagentruntime/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/codebuild/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.1 (2024-08-23)
2+
3+
* **Documentation**: Added support for the MAC_ARM environment type for CodeBuild fleets.
4+
15
# v1.42.0 (2024-08-19)
26

37
* **Feature**: AWS CodeBuild now supports creating fleets with macOS platform for running builds.

service/codebuild/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
22

33
require (
44
github.com/aws/aws-sdk-go-v2 v1.30.4
5-
github.com/aws/aws-sdk-go-v2/config v1.27.29
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.13
5+
github.com/aws/aws-sdk-go-v2/config v1.27.30
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.14
77
github.com/aws/aws-sdk-go-v2/service/acm v1.28.6
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.6
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.2
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.25.3
1818
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.42.5
1919
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.40.5
20-
github.com/aws/aws-sdk-go-v2/service/codebuild v1.42.0
20+
github.com/aws/aws-sdk-go-v2/service/codebuild v1.42.1
2121
github.com/aws/aws-sdk-go-v2/service/codecommit v1.25.1
2222
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.5
2323
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.1

service/organizations/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.0 (2024-08-23)
2+
3+
* **Feature**: Releasing minor partitional endpoint updates.
4+
15
# v1.30.3 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/organizations/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/qbusiness/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2024-08-23)
2+
3+
* **Feature**: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
4+
15
# v1.10.4 (2024-08-22)
26

37
* No change notes available for this release.

service/qbusiness/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3/internal/configtesting/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.27.29
6+
github.com/aws/aws-sdk-go-v2/config v1.27.30
77
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16
88
)
99

service/supplychain/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.5.5 (2024-08-23)
2+
3+
* **Documentation**: Update API documentation to clarify the event SLA as well as the data model expectations
4+
15
# v1.5.4 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/supplychain/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)