Skip to content

Commit

Permalink
Release 2022-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 9, 2022
1 parent a947341 commit 01cee3e
Show file tree
Hide file tree
Showing 21 changed files with 49 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changelog/150e5cd0bd2445e4a6b28770cb7e16b9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/18d40157ebc44b86a67410905024f850.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9f47503e6ffe4d96afc82715b4578f98.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.35.0](service/connect/CHANGELOG.md#v1350-2022-11-09)
* **Feature**: This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.1.0](service/connectcases/CHANGELOG.md#v110-2022-11-09)
* **Feature**: This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.69.0](service/ec2/CHANGELOG.md#v1690-2022-11-09)
* **Feature**: Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
* `github.com/aws/aws-sdk-go-v2/service/groundstation`: [v1.14.0](service/groundstation/CHANGELOG.md#v1140-2022-11-09)
* **Feature**: This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite.
* `github.com/aws/aws-sdk-go-v2/service/mediapackagevod`: [v1.19.0](service/mediapackagevod/CHANGELOG.md#v1190-2022-11-09)
* **Feature**: This release adds "IncludeIframeOnlyStream" for Dash endpoints.
* `github.com/aws/aws-sdk-go-v2/service/transcribestreaming`: [v1.7.0](service/transcribestreaming/CHANGELOG.md#v170-2022-11-09)
* **Feature**: This will release hi-IN and th-TH

# Release (2022-11-08)

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

* **Feature**: This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.

# v1.34.0 (2022-10-31)

* **Feature**: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/connectcases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 (2022-11-09)

* **Feature**: This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html

# v1.0.2 (2022-10-24)

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

* **Feature**: Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.

# v1.68.0 (2022-11-08)

* **Feature**: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
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/groundstation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.0 (2022-11-09)

* **Feature**: This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite.

# v1.13.20 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/groundstation/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/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.15.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.3
github.com/aws/aws-sdk-go-v2/service/ec2 v1.68.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.69.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.20
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.26
github.com/aws/aws-sdk-go-v2/service/efs v1.17.18
Expand Down Expand Up @@ -81,7 +81,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.17.1
github.com/aws/aws-sdk-go-v2/service/support v1.13.19
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.5
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.21
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.7.0
github.com/aws/aws-sdk-go-v2/service/waf v1.11.19
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.20
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.23.1
Expand Down
4 changes: 4 additions & 0 deletions service/mediapackagevod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2022-11-09)

* **Feature**: This release adds "IncludeIframeOnlyStream" for Dash endpoints.

# v1.18.2 (2022-10-24)

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

* **Feature**: This will release hi-IN and th-TH

# v1.6.21 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/transcribestreaming/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/transcribestreaming/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.37
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.21
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.7.0
github.com/aws/smithy-go v1.13.4
github.com/google/go-cmp v0.5.8
)
Expand Down

0 comments on commit 01cee3e

Please sign in to comment.