Skip to content

Commit

Permalink
Release 2024-06-05
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 5, 2024
1 parent 0402b49 commit 54e19df
Show file tree
Hide file tree
Showing 31 changed files with 72 additions and 59 deletions.
8 changes: 0 additions & 8 deletions .changelog/3e8f46bef0634ecca6d79ce47de3e1b1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/76710fee76664e76989335824a2df29f.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.14.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1140-2024-06-05)
* **Feature**: Add codec options to use encoding.Text/Binary(Un)Marshaler when present on targets.
* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.24.0](service/globalaccelerator/CHANGELOG.md#v1240-2024-06-05)
* **Feature**: 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.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.83.0](service/glue/CHANGELOG.md#v1830-2024-06-05)
* **Feature**: AWS Glue now supports native SaaS connectivity: Salesforce connector available now
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.55.0](service/s3/CHANGELOG.md#v1550-2024-06-05)
* **Feature**: 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.
* **Bug Fix**: Add S3-specific smithy protocol tests.

# Release (2024-06-04)

## Module Highlights
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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/config v1.27.17
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.21
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
)

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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
)

require (
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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/config v1.27.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.12
)

Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.0 (2024-06-05)

* **Feature**: Add codec options to use encoding.Text/Binary(Un)Marshaler when present on targets.

# v1.13.21 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.22 (2024-06-05)

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

# v1.7.21 (2024-06-03)

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

require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.21
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.22 (2024-06-05)

* No change notes available for this release.

# v1.13.21 (2024-06-03)

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

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

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.16.23 (2024-06-05)

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

# v1.16.22 (2024-06-03)

* **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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/config v1.27.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
github.com/aws/smithy-go v1.20.2
)

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.

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

* No change notes available for this release.

# v1.24.9 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloud9/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/directconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.10 (2024-06-05)

* No change notes available for this release.

# v1.24.9 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/directconnect/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/globalaccelerator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2024-06-05)

* **Feature**: 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.

# v1.23.6 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/globalaccelerator/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/glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.83.0 (2024-06-05)

* **Feature**: AWS Glue now supports native SaaS connectivity: Salesforce connector available now

# v1.82.1 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/glue/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/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.9
github.com/aws/smithy-go v1.20.2
)
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/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/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.27.1
github.com/aws/aws-sdk-go-v2/config v1.27.17
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.22
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.23
github.com/aws/aws-sdk-go-v2/service/acm v1.26.1
github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.11
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.9
Expand All @@ -28,7 +28,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.9
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.9
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/directconnect v1.24.10
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.9
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
Expand All @@ -47,7 +47,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.28.11
github.com/aws/aws-sdk-go-v2/service/gamelift v1.31.5
github.com/aws/aws-sdk-go-v2/service/glacier v1.22.9
github.com/aws/aws-sdk-go-v2/service/glue v1.82.1
github.com/aws/aws-sdk-go-v2/service/glue v1.83.0
github.com/aws/aws-sdk-go-v2/service/health v1.24.9
github.com/aws/aws-sdk-go-v2/service/iam v1.32.5
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.9
Expand All @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.9
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.9
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.12
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.9
Expand Down
5 changes: 5 additions & 0 deletions service/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.55.0 (2024-06-05)

* **Feature**: 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.
* **Bug Fix**: Add S3-specific smithy protocol tests.

# v1.54.4 (2024-06-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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 54e19df

Please sign in to comment.