Skip to content

Commit

Permalink
Release 2024-06-20
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 20, 2024
1 parent 458c8b7 commit 28fb34d
Show file tree
Hide file tree
Showing 43 changed files with 92 additions and 109 deletions.
8 changes: 0 additions & 8 deletions .changelog/02fcaf2a425f479ca53e4f396324c634.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3343ca79111f4ed7bc9c841f31c7f828.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/539243ec88c0458db577cb5261ebf469.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/63cca316b80a4d6ab8628ae803a68aa0.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/66d114b08fa3411ebd178743ab3e1406.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.11.0](service/bedrockruntime/CHANGELOG.md#v1110-2024-06-20)
* **Feature**: This release adds document support to Converse and ConverseStream APIs
* `github.com/aws/aws-sdk-go-v2/service/codeartifact`: [v1.29.0](service/codeartifact/CHANGELOG.md#v1290-2024-06-20)
* **Feature**: Add support for the Cargo package format.
* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.36.0](service/computeoptimizer/CHANGELOG.md#v1360-2024-06-20)
* **Feature**: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* `github.com/aws/aws-sdk-go-v2/service/costoptimizationhub`: [v1.6.0](service/costoptimizationhub/CHANGELOG.md#v160-2024-06-20)
* **Feature**: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.33.2](service/dynamodb/CHANGELOG.md#v1332-2024-06-20)
* **Documentation**: Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.15.0](service/ivsrealtime/CHANGELOG.md#v1150-2024-06-20)
* **Feature**: IVS Real-Time now offers customers the ability to record individual stage participants to S3.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.147.0](service/sagemaker/CHANGELOG.md#v11470-2024-06-20)
* **Feature**: Adds support for model references in Hub service, and adds support for cross-account access of Hubs
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.50.2](service/securityhub/CHANGELOG.md#v1502-2024-06-20)
* **Documentation**: Documentation updates for Security Hub

# Release (2024-06-19)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/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.30.0
github.com/aws/aws-sdk-go-v2/config v1.27.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.30.0
github.com/aws/aws-sdk-go-v2/config v1.27.21
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
)

require (
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.5 (2024-06-20)

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

# v1.14.4 (2024-06-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.21.1
)

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.27 (2024-06-20)

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

# v1.7.26 (2024-06-19)

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

require (
github.com/aws/aws-sdk-go-v2 v1.30.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
)

require (
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.33 (2024-06-20)

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

# v1.13.32 (2024-06-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/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.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.21.1
)

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 service/bedrockruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.0 (2024-06-20)

* **Feature**: This release adds document support to Converse and ConverseStream APIs

# v1.10.1 (2024-06-19)

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

* **Feature**: Add support for the Cargo package format.

# v1.28.1 (2024-06-19)

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

* **Feature**: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.

# v1.35.1 (2024-06-19)

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

* **Feature**: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.

# v1.5.1 (2024-06-19)

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

* **Documentation**: Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.

# v1.33.1 (2024-06-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.21.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.56.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.25.1
Expand Down
2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.26.0
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.26.1
github.com/aws/aws-sdk-go-v2/service/docdb v1.35.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.165.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.29.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.43.1
Expand Down
4 changes: 4 additions & 0 deletions service/ivsrealtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.0 (2024-06-20)

* **Feature**: IVS Real-Time now offers customers the ability to record individual stage participants to S3.

# v1.14.1 (2024-06-19)

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

* No change notes available for this release.

# v1.12.1 (2024-06-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/opensearchserverless/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.147.0 (2024-06-20)

* **Feature**: Adds support for model references in Hub service, and adds support for cross-account access of Hubs

# v1.146.1 (2024-06-19)

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

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

* **Documentation**: Documentation updates for Security Hub

# v1.50.1 (2024-06-19)

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

Please sign in to comment.