Skip to content

Commit

Permalink
Release 2023-01-20
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 20, 2023
1 parent 346bddb commit 00925a8
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 33 deletions.
8 changes: 0 additions & 8 deletions .changelog/5facb20b77dd4ffa8b2448e7203f4692.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7491d506fe144901a0eb82ce7c70bfdf.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/787df4b32f3143c2b497f290c7ba44da.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2023-01-20)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.80.0](service/ec2/CHANGELOG.md#v1800-2023-01-20)
* **Feature**: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.20.0](service/ivs/CHANGELOG.md#v1200-2023-01-20)
* **Feature**: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.30.0](service/quicksight/CHANGELOG.md#v1300-2023-01-20)
* **Feature**: This release adds support for data bars in QuickSight table and increases pivot table field well limit.

# Release (2023-01-19)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.1 (2023-01-20)

* No change notes available for this release.

# v1.20.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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/databrew/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.1 (2023-01-20)

* No change notes available for this release.

# v1.21.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/databrew/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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.80.0 (2023-01-20)

* **Feature**: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.

# v1.79.0 (2023-01-19)

* **Feature**: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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.2 (2023-01-20)

* No change notes available for this release.

# v1.19.1 (2023-01-18)

* **Documentation**: Documentation updates for EFS access points limit increase
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.22.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.0
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.0
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.14.0
Expand All @@ -31,10 +31,10 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.20.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.79.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.80.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.0
github.com/aws/aws-sdk-go-v2/service/efs v1.19.1
github.com/aws/aws-sdk-go-v2/service/efs v1.19.2
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.0
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.0
Expand Down
4 changes: 4 additions & 0 deletions service/ivs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2023-01-20)

* **Feature**: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.

# v1.19.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/ivs/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/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2023-01-20)

* **Feature**: This release adds support for data bars in QuickSight table and increases pivot table field well limit.

# v1.29.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/quicksight/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 00925a8

Please sign in to comment.