Skip to content

Commit

Permalink
Release 2023-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 1, 2023
1 parent e629b28 commit cc15dc1
Show file tree
Hide file tree
Showing 49 changed files with 109 additions and 72 deletions.
8 changes: 0 additions & 8 deletions .changelog/6e78833d838b49be987e932e4b3e9f07.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8446fc9b264641ef8488ba9f0ef2b86d.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/devopsguru`: [v1.22.0](service/devopsguru/CHANGELOG.md#v1220-2023-02-01)
* **Feature**: This release adds filter support ListAnomalyForInsight API.
* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.25.0](service/forecast/CHANGELOG.md#v1250-2023-02-01)
* **Feature**: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.19.1](service/iam/CHANGELOG.md#v1191-2023-02-01)
* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM).
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.22.0](service/mediatailor/CHANGELOG.md#v1220-2023-02-01)
* **Feature**: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.
* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.20.0](service/sns/CHANGELOG.md#v1200-2023-02-01)
* **Feature**: Additional attributes added for set-topic-attributes.

# Release (2023-01-31)

## Module 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.11 (2023-02-01)

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

# v1.18.10 (2023-01-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion config/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/credentials v1.13.10
github.com/aws/aws-sdk-go-v2/credentials v1.13.11
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.12.0
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.11 (2023-02-01)

* No change notes available for this release.

# v1.13.10 (2023-01-25)

* **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
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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1
)

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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.10
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1
)
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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.1
)

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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.1
)
Expand Down
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.37 (2023-02-01)

* No change notes available for this release.

# v1.4.36 (2023-01-23)

* **Dependency Update**: Updated to the latest SDK module versions
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.

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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
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.50 (2023-02-01)

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

# v1.11.49 (2023-01-25)

* **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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.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
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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.27
)

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

* **Feature**: This release adds filter support ListAnomalyForInsight API.

# 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/devopsguru/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/fms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.1 (2023-02-01)

* No change notes available for this release.

# v1.22.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/fms/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/forecast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2023-02-01)

* **Feature**: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/

# v1.24.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/forecast/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/iam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.1 (2023-02-01)

* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM).

# 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/iam/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.50 (2023-02-01)

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

# v1.0.49 (2023-01-25)

* **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.10
github.com/aws/aws-sdk-go-v2/credentials v1.13.11
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.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/acm v1.17.1
github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.1
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.17.1
Expand Down Expand Up @@ -48,10 +48,10 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.0
github.com/aws/aws-sdk-go-v2/service/glue v1.40.1
github.com/aws/aws-sdk-go-v2/service/health v1.16.0
github.com/aws/aws-sdk-go-v2/service/iam v1.19.0
github.com/aws/aws-sdk-go-v2/service/iam v1.19.1
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0
github.com/aws/aws-sdk-go-v2/service/iot v1.34.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.1
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.2
github.com/aws/aws-sdk-go-v2/service/kms v1.20.1
github.com/aws/aws-sdk-go-v2/service/lambda v1.29.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.25.0
Expand All @@ -75,7 +75,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/shield v1.18.0
github.com/aws/aws-sdk-go-v2/service/sms v1.13.0
github.com/aws/aws-sdk-go-v2/service/snowball v1.17.0
github.com/aws/aws-sdk-go-v2/service/sns v1.19.1
github.com/aws/aws-sdk-go-v2/service/sns v1.20.0
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.1
github.com/aws/aws-sdk-go-v2/service/ssm v1.35.1
github.com/aws/aws-sdk-go-v2/service/sts v1.18.2
Expand Down
4 changes: 4 additions & 0 deletions service/kendraranking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.2 (2023-02-01)

* No change notes available for this release.

# v1.0.1 (2023-01-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/kendraranking/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/kinesis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.2 (2023-02-01)

* No change notes available for this release.

# v1.17.1 (2023-01-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions service/kinesis/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.49
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.1
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.50
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.2
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/mediatailor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.0 (2023-02-01)

* **Feature**: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.

# v1.21.0 (2023-01-27)

* **Feature**: This release introduces the As Run logging type, along with API and documentation updates.
Expand Down
2 changes: 1 addition & 1 deletion service/mediatailor/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/ram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.1 (2023-02-01)

* No change notes available for this release.

# v1.17.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/ram/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/s3/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/service/s3/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.18.10
github.com/aws/aws-sdk-go-v2/config v1.18.11
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.21
)

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

* **Feature**: Additional attributes added for set-topic-attributes.

# v1.19.1 (2023-01-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sns/go_module_metadata.go

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

Loading

0 comments on commit cc15dc1

Please sign in to comment.