Skip to content

Commit

Permalink
Release 2023-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 9, 2023
1 parent 34444ff commit a86beba
Show file tree
Hide file tree
Showing 34 changed files with 72 additions and 47 deletions.
8 changes: 0 additions & 8 deletions .changelog/004484bcdd4a426fa58d6030592683d9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/61a086d0e39b40ad801c2725cc918b95.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/624d3829be8548e68f098bc815a51ee5.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# Release (2023-05-09)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.20.0](service/applicationautoscaling/CHANGELOG.md#v1200-2023-05-09)
* **Feature**: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.47.0](service/glue/CHANGELOG.md#v1470-2023-05-09)
* **Feature**: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.78.0](service/sagemaker/CHANGELOG.md#v1780-2023-05-09)
* **Feature**: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

# Release (2023-05-08)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.25 (2023-05-09)

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

# v1.18.24 (2023-05-08)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion config/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/credentials v1.13.23
github.com/aws/aws-sdk-go-v2/credentials v1.13.24
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10
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.

4 changes: 4 additions & 0 deletions credentials/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.24 (2023-05-09)

* No change notes available for this release.

# v1.13.23 (2023-05-08)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion credentials/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
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.25
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.5
)
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.25 (2023-05-09)

* No change notes available for this release.

# v1.10.24 (2023-05-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.67 (2023-05-09)

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

# v1.11.66 (2023-05-08)

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

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
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
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33
)

Expand Down
4 changes: 4 additions & 0 deletions service/amp/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.11 (2023-05-09)

* No change notes available for this release.

# v1.16.10 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/amp/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/applicationautoscaling/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.20.0 (2023-05-09)

* **Feature**: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.

# v1.19.6 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/applicationautoscaling/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
@@ -1,3 +1,7 @@
# v1.47.0 (2023-05-09)

* **Feature**: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas

# v1.46.0 (2023-05-08)

* **Feature**: Support large worker types G.4x and G.8x for Glue Spark
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.

4 changes: 4 additions & 0 deletions service/internal/eventstreamtesting/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.0.63 (2023-05-09)

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

# v1.0.62 (2023-05-08)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
github.com/aws/aws-sdk-go-v2/credentials v1.13.23
github.com/aws/aws-sdk-go-v2/credentials v1.13.24
golang.org/x/net v0.1.0
)

Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go_module_metadata.go

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Expand Up @@ -2,10 +2,10 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/acm v1.17.11
github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.11
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.19.6
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.20.0
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.10
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.11
github.com/aws/aws-sdk-go-v2/service/athena v1.26.1
Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.12
github.com/aws/aws-sdk-go-v2/service/gamelift v1.18.2
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.11
github.com/aws/aws-sdk-go-v2/service/glue v1.46.0
github.com/aws/aws-sdk-go-v2/service/glue v1.47.0
github.com/aws/aws-sdk-go-v2/service/health v1.16.10
github.com/aws/aws-sdk-go-v2/service/iam v1.19.12
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.10
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/internal/testing/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.62
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.63
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.12
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion service/s3/internal/configtesting/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.18.24
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.2
)

Expand Down
4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.78.0 (2023-05-09)

* **Feature**: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

# v1.77.0 (2023-05-04)

* **Feature**: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
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.

2 changes: 1 addition & 1 deletion service/transcribestreaming/internal/testing/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.62
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.63
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.10
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
Expand Down

0 comments on commit a86beba

Please sign in to comment.