Skip to content

Commit

Permalink
Release 2023-02-17
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 17, 2023
1 parent 19dc375 commit 50d82a9
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changelog/99369b69351e4f30a227c837aacea321.json

This file was deleted.

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

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release (2023-02-17)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/apprunner`: [v1.17.0](service/apprunner/CHANGELOG.md#v1170-2023-02-17)
* **Feature**: This release supports removing MaxSize limit for AutoScalingConfiguration.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.43.0](service/glue/CHANGELOG.md#v1430-2023-02-17)
* **Feature**: Release of Delta Lake Data Lake Format for Glue Studio Service

# Release (2023-02-16)

## 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.15
require (
github.com/aws/aws-sdk-go-v2 v1.17.4
github.com/aws/aws-sdk-go-v2/config v1.18.13
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.12
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3
)

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.10.13 (2023-02-17)

* No change notes available for this release.

# v1.10.12 (2023-02-15)

* **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.4.40 (2023-02-17)

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

# v1.4.39 (2023-02-15)

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

require (
github.com/aws/aws-sdk-go-v2 v1.17.4
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.12
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3
github.com/google/go-cmp v0.5.8
)
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.10.13 (2023-02-17)

* No change notes available for this release.

# v1.10.12 (2023-02-15)

* **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 service/apprunner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2023-02-17)

* **Feature**: This release supports removing MaxSize limit for AutoScalingConfiguration.

# v1.16.2 (2023-02-15)

* **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
Expand Down
2 changes: 1 addition & 1 deletion service/apprunner/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/efs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.5 (2023-02-17)

* No change notes available for this release.

# v1.19.4 (2023-02-15)

* **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
Expand Down
2 changes: 1 addition & 1 deletion service/efs/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/elasticbeanstalk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.2 (2023-02-17)

* No change notes available for this release.

# v1.15.1 (2023-02-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticbeanstalk/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.43.0 (2023-02-17)

* **Feature**: Release of Delta Lake Data Lake Format for Glue Studio Service

# v1.42.0 (2023-02-15)

* **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.86.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.3
github.com/aws/aws-sdk-go-v2/service/efs v1.19.4
github.com/aws/aws-sdk-go-v2/service/efs v1.19.5
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.2
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.1
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.3
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.3
Expand All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.3
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.2
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.3
github.com/aws/aws-sdk-go-v2/service/glue v1.42.0
github.com/aws/aws-sdk-go-v2/service/glue v1.43.0
github.com/aws/aws-sdk-go-v2/service/health v1.16.2
github.com/aws/aws-sdk-go-v2/service/iam v1.19.2
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.2
Expand Down

0 comments on commit 50d82a9

Please sign in to comment.