Skip to content

Commit

Permalink
Release 2022-12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 20, 2022
1 parent bac6c73 commit 12183df
Show file tree
Hide file tree
Showing 56 changed files with 124 additions and 107 deletions.
8 changes: 0 additions & 8 deletions .changelog/0c6e2268ec2f4337b4337f466e9366bd.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2bcc056c89db44b0adc4ded51dc2d378.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2e0ba390d7734fc99ed854a355fbc964.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/46aa26155ad1499eb66ff8a656ec272e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/67dc8d05d19543719c98c7070fdf6834.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/982bf10c446648db979f737b52af9337.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Release (2022-12-20)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.20.0](service/batch/CHANGELOG.md#v1200-2022-12-20)
* **Feature**: Adds isCancelled and isTerminated to DescribeJobs response.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.77.0](service/ec2/CHANGELOG.md#v1770-2022-12-20)
* **Feature**: Adds support for pagination in the EC2 DescribeImages API.
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.16.0](service/lookoutequipment/CHANGELOG.md#v1160-2022-12-20)
* **Feature**: This release adds support for listing inference schedulers by status.
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.27.0](service/medialive/CHANGELOG.md#v1270-2022-12-20)
* **Feature**: This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
* `github.com/aws/aws-sdk-go-v2/service/nimble`: [v1.15.0](service/nimble/CHANGELOG.md#v1150-2022-12-20)
* **Feature**: Amazon Nimble Studio now supports configuring session storage volumes and persistence, as well as backup and restore sessions through launch profiles.
* `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2`: [v1.1.0](service/resourceexplorer2/CHANGELOG.md#v110-2022-12-20)
* **Feature**: Documentation updates for AWS Resource Explorer.
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.13.0](service/route53domains/CHANGELOG.md#v1130-2022-12-20)
* **Feature**: Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.60.0](service/sagemaker/CHANGELOG.md#v1600-2022-12-20)
* **Feature**: Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.24.0](service/transcribe/CHANGELOG.md#v1240-2022-12-20)
* **Feature**: Enable our batch transcription jobs for Swedish and Vietnamese.

# Release (2022-12-19)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.7 (2022-12-20)

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

# v1.18.6 (2022-12-19)

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

require (
github.com/aws/aws-sdk-go-v2 v1.17.3
github.com/aws/aws-sdk-go-v2/credentials v1.13.6
github.com/aws/aws-sdk-go-v2/credentials v1.13.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.21
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.28
github.com/aws/aws-sdk-go-v2/service/sso v1.11.27
github.com/aws/aws-sdk-go-v2/service/sso v1.11.28
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.11
github.com/aws/aws-sdk-go-v2/service/sts v1.17.7
github.com/aws/smithy-go v1.13.5
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.7 (2022-12-20)

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

# v1.13.6 (2022-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion credentials/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.3
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.21
github.com/aws/aws-sdk-go-v2/service/sso v1.11.27
github.com/aws/aws-sdk-go-v2/service/sso v1.11.28
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.11
github.com/aws/aws-sdk-go-v2/service/sts v1.17.7
github.com/aws/smithy-go v1.13.5
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
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.3
github.com/aws/aws-sdk-go-v2/config v1.18.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.9
)

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 @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.17.3
github.com/aws/aws-sdk-go-v2/config v1.18.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.9
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
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.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.6
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/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.3
github.com/aws/aws-sdk-go-v2/config v1.18.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.2
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
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.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.21
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.46 (2022-12-20)

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

# v1.11.45 (2022-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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.3
github.com/aws/aws-sdk-go-v2/config v1.18.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.6
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
Original file line number Diff line number Diff line change
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.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.27
)

Expand Down
4 changes: 4 additions & 0 deletions service/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2022-12-20)

* **Feature**: Adds isCancelled and isTerminated to DescribeJobs response.

# v1.19.3 (2022-12-15)

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

* No change notes available for this release.

# v1.13.23 (2022-12-15)

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

* **Feature**: Adds support for pagination in the EC2 DescribeImages API.

# v1.76.1 (2022-12-15)

* **Dependency Update**: Updated to the latest SDK module versions
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/internal/eventstreamtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.46 (2022-12-20)

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

# v1.0.45 (2022-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/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.3
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
github.com/aws/aws-sdk-go-v2/credentials v1.13.6
github.com/aws/aws-sdk-go-v2/credentials v1.13.7
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.

10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.17.3
github.com/aws/aws-sdk-go-v2/config v1.18.6
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.27
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.25
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.13
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.3
github.com/aws/aws-sdk-go-v2/service/athena v1.21.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.25.1
github.com/aws/aws-sdk-go-v2/service/batch v1.19.3
github.com/aws/aws-sdk-go-v2/service/batch v1.20.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.24.3
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.22.2
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.23
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.24
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.21
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.21.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.1
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.15.6
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.18
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.9
github.com/aws/aws-sdk-go-v2/service/ec2 v1.76.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.77.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.25
github.com/aws/aws-sdk-go-v2/service/ecs v1.22.0
github.com/aws/aws-sdk-go-v2/service/efs v1.18.3
Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.18
github.com/aws/aws-sdk-go-v2/service/rekognition v1.22.1
github.com/aws/aws-sdk-go-v2/service/route53 v1.25.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.21
github.com/aws/aws-sdk-go-v2/service/route53domains v1.13.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.23
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.2
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/internal/testing/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.3
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.45
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.46
github.com/aws/aws-sdk-go-v2/service/kinesis v1.16.0
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
Expand Down
4 changes: 4 additions & 0 deletions service/lookoutequipment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2022-12-20)

* **Feature**: This release adds support for listing inference schedulers by status.

# v1.15.8 (2022-12-15)

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

* **Feature**: This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.

# v1.26.1 (2022-12-15)

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

* **Feature**: Amazon Nimble Studio now supports configuring session storage volumes and persistence, as well as backup and restore sessions through launch profiles.

# v1.14.4 (2022-12-15)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
Loading

0 comments on commit 12183df

Please sign in to comment.