Skip to content

Commit

Permalink
Release 2024-09-09
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 9, 2024
1 parent a32bbb3 commit 786e8a6
Show file tree
Hide file tree
Showing 34 changed files with 79 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .changelog/1239387728454e7599538183f6211fd2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/12cdb8215cd84b40a465ec3fc84d63e8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/191ea173674d45d1b80d79e442bc58b0.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6a62b910d7f84bb0b5251f62d6be480f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/91b63efb12384b3abd22daca883abf75.json

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.34.9](service/dynamodb/CHANGELOG.md#v1349-2024-09-09)
* **Documentation**: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.36.0](service/elasticloadbalancingv2/CHANGELOG.md#v1360-2024-09-09)
* **Feature**: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.17.0](service/ivsrealtime/CHANGELOG.md#v1170-2024-09-09)
* **Feature**: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.36.0](service/kafka/CHANGELOG.md#v1360-2024-09-09)
* **Feature**: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.157.0](service/sagemaker/CHANGELOG.md#v11570-2024-09-09)
* **Feature**: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
* `github.com/aws/aws-sdk-go-v2/service/sagemakerruntime`: [v1.30.0](service/sagemakerruntime/CHANGELOG.md#v1300-2024-09-09)
* **Feature**: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.

# Release (2024-09-06)

## Module 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.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/service/dynamodb v1.34.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
)

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.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/feature/dynamodb/attributevalue v1.15.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
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
)

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.15.3 (2024-09-09)

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

# v1.15.2 (2024-09-04)

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

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.7
)

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.38 (2024-09-09)

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

# v1.7.37 (2024-09-04)

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

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
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
)

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.14.9 (2024-09-09)

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

# v1.14.8 (2024-09-06)

* No change notes available for this release.
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.21

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.7
)

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/appmesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.7 (2024-09-09)

* No change notes available for this release.

# v1.27.6 (2024-09-04)

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

* **Documentation**: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.

# v1.34.8 (2024-09-04)

* No change notes available for this release.
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.

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

* **Feature**: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.

# v1.35.1 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/elasticloadbalancingv2/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.21
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.6
Expand Down
4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.27.9
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.6
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.2
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.4
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/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
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.35.1
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.36.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.30.7
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.25.6
github.com/aws/aws-sdk-go-v2/service/emr v1.42.6
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.17.0 (2024-09-09)

* **Feature**: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).

# v1.16.6 (2024-09-04)

* No change notes available for this release.
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/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.0 (2024-09-09)

* **Feature**: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.

# v1.35.6 (2024-09-04)

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

* **Feature**: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS

# v1.156.0 (2024-09-05)

* **Feature**: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.
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/sagemakerruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2024-09-09)

* **Feature**: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.

# v1.29.6 (2024-09-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemakerruntime/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 786e8a6

Please sign in to comment.