Skip to content

Commit

Permalink
Release 2022-11-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 11, 2022
1 parent 409cb2a commit 8d0db3b
Show file tree
Hide file tree
Showing 57 changed files with 133 additions and 109 deletions.
8 changes: 0 additions & 8 deletions .changelog/09d52f92d28f48ce8cbcde8ec0968621.json

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/2f60f375046b466789bff94b7406ba45.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/441368b53c974d7b84d7b48a31ee9b35.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/48fc6704bd714925a203f57c995668eb.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7b0d603d72bf47538aae6516204d3833.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/e5c705b5a4f34a99a85f12cee232ae51.json

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Release (2022-11-11)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/config`: [v1.18.0](config/CHANGELOG.md#v1180-2022-11-11)
* **Announcement**: When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846
* **Feature**: Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider
* `github.com/aws/aws-sdk-go-v2/credentials`: [v1.13.0](credentials/CHANGELOG.md#v1130-2022-11-11)
* **Announcement**: When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846
* **Feature**: Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.34.1](service/glue/CHANGELOG.md#v1341-2022-11-11)
* **Documentation**: Added links related to enabling job bookmarks.
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.31.0](service/iot/CHANGELOG.md#v1310-2022-11-11)
* **Feature**: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
* `github.com/aws/aws-sdk-go-v2/service/licensemanager`: [v1.16.0](service/licensemanager/CHANGELOG.md#v1160-2022-11-11)
* **Feature**: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.
* `github.com/aws/aws-sdk-go-v2/service/marketplacecatalog`: [v1.14.0](service/marketplacecatalog/CHANGELOG.md#v1140-2022-11-11)
* **Feature**: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.21.0](service/rekognition/CHANGELOG.md#v1210-2022-11-11)
* **Feature**: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.23.8](service/securityhub/CHANGELOG.md#v1238-2022-11-11)
* **Documentation**: Documentation updates for Security Hub
* `github.com/aws/aws-sdk-go-v2/service/ssmincidents`: [v1.18.0](service/ssmincidents/CHANGELOG.md#v1180-2022-11-11)
* **Feature**: RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters.

# Release (2022-11-10)

## General Highlights
Expand Down
6 changes: 6 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.18.0 (2022-11-11)

* **Announcement**: When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846
* **Feature**: Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider
* **Dependency Update**: Updated to the latest SDK module versions

# v1.17.11 (2022-11-10)

* **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.1
github.com/aws/aws-sdk-go-v2/credentials v1.12.24
github.com/aws/aws-sdk-go-v2/credentials v1.13.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25
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.

5 changes: 5 additions & 0 deletions credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.13.0 (2022-11-11)

* **Announcement**: When using the SSOTokenProvider, a previous implementation incorrectly compensated for invalid SSOTokenProvider configurations in the shared profile. This has been fixed via PR #1903 and tracked in issue #1846
* **Feature**: Adds token refresh support (via SSOTokenProvider) when using the SSOCredentialProvider

# v1.12.24 (2022-11-10)

* **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.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.4
)

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.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.4
)
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.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.2
)

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.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.1
)
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.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19
)

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.39 (2022-11-11)

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

# v1.11.38 (2022-11-10)

* **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.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.2
github.com/aws/smithy-go v1.13.4
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.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25
)

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

* No change notes available for this release.

# v1.1.14 (2022-10-24)

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

* **Documentation**: Added links related to enabling job bookmarks.

# v1.34.0 (2022-10-27)

* **Feature**: Added support for custom datatypes when using custom csv classifier.
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.39 (2022-11-11)

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

# v1.0.38 (2022-11-10)

* **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.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.9
github.com/aws/aws-sdk-go-v2/credentials v1.12.24
github.com/aws/aws-sdk-go-v2/credentials v1.13.0
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.

12 changes: 6 additions & 6 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.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/config v1.18.0
github.com/aws/aws-sdk-go-v2/service/acm v1.16.1
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.23
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.21
Expand Down Expand Up @@ -46,31 +46,31 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.22
github.com/aws/aws-sdk-go-v2/service/gamelift v1.15.7
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19
github.com/aws/aws-sdk-go-v2/service/glue v1.34.0
github.com/aws/aws-sdk-go-v2/service/glue v1.34.1
github.com/aws/aws-sdk-go-v2/service/health v1.15.22
github.com/aws/aws-sdk-go-v2/service/iam v1.18.23
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.19
github.com/aws/aws-sdk-go-v2/service/iot v1.30.0
github.com/aws/aws-sdk-go-v2/service/iot v1.31.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.22
github.com/aws/aws-sdk-go-v2/service/kms v1.18.16
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.10
github.com/aws/aws-sdk-go-v2/service/lightsail v1.24.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.19
github.com/aws/aws-sdk-go-v2/service/neptune v1.18.1
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.19
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.20
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.21
github.com/aws/aws-sdk-go-v2/service/polly v1.19.0
github.com/aws/aws-sdk-go-v2/service/rds v1.28.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.14
github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.7
github.com/aws/aws-sdk-go-v2/service/rekognition v1.21.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.23.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.21
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.1
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.5
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.19
github.com/aws/aws-sdk-go-v2/service/ses v1.14.20
github.com/aws/aws-sdk-go-v2/service/ses v1.14.21
github.com/aws/aws-sdk-go-v2/service/sfn v1.14.4
github.com/aws/aws-sdk-go-v2/service/shield v1.17.11
github.com/aws/aws-sdk-go-v2/service/sms v1.12.20
Expand Down
4 changes: 4 additions & 0 deletions service/iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2022-11-11)

* **Feature**: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.

# v1.30.0 (2022-10-31)

* **Feature**: This release adds the Amazon Location action to IoT Rules Engine.
Expand Down
2 changes: 1 addition & 1 deletion service/iot/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/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.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.9
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.38
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.39
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.22
github.com/aws/smithy-go v1.13.4
github.com/google/go-cmp v0.5.8
Expand Down
4 changes: 4 additions & 0 deletions service/licensemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2022-11-11)

* **Feature**: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.

# v1.15.20 (2022-10-24)

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

* **Feature**: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.

# v1.13.11 (2022-10-24)

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

* No change notes available for this release.

# v1.20.3 (2022-10-24)

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

0 comments on commit 8d0db3b

Please sign in to comment.