Skip to content

Commit

Permalink
Release 2023-01-27
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 27, 2023
1 parent fc79bb2 commit 28e7ef8
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 102 deletions.
8 changes: 0 additions & 8 deletions .changelog/00099701bbf34decaf191261e332519c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1100507ed8b04810a27d1234a1efdc9e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/11127403ae654b30b4acb511b0cfd078.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6193204ea12c462cba534fde89b1efc6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8528a76a4675452a8a1fa901d090dafe.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.20.0](service/appstream/CHANGELOG.md#v1200-2023-01-27)
* **Feature**: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.21.0](service/mediatailor/CHANGELOG.md#v1210-2023-01-27)
* **Feature**: This release introduces the As Run logging type, along with API and documentation updates.
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.26.0](service/outposts/CHANGELOG.md#v1260-2023-01-27)
* **Feature**: Adding support for payment term in GetOrder, CreateOrder responses.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.66.0](service/sagemaker/CHANGELOG.md#v1660-2023-01-27)
* **Feature**: This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
* `github.com/aws/aws-sdk-go-v2/service/sagemakerruntime`: [v1.18.0](service/sagemakerruntime/CHANGELOG.md#v1180-2023-01-27)
* **Feature**: Amazon SageMaker Runtime which supports InvokeEndpointAsync asynchronously can now invoke endpoints with custom timeout values. Asynchronous invocations support longer processing times.

# Release (2023-01-26)

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

* **Feature**: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.

# 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/appstream/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/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.1
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.17.1
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.0
github.com/aws/aws-sdk-go-v2/service/appstream v1.19.0
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.0
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.26.1
github.com/aws/aws-sdk-go-v2/service/batch v1.21.1
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.21.0 (2023-01-27)

* **Feature**: This release introduces the As Run logging type, along with API and documentation updates.

# v1.20.1 (2023-01-19)

* No change notes available for this release.
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/outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2023-01-27)

* **Feature**: Adding support for payment term in GetOrder, CreateOrder responses.

# v1.25.0 (2023-01-13)

* **Feature**: This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
Expand Down
2 changes: 1 addition & 1 deletion service/outposts/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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.66.0 (2023-01-27)

* **Feature**: This release supports running SageMaker Training jobs with container images that are in a private Docker registry.

# v1.65.0 (2023-01-25)

* **Feature**: SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/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/sagemakerruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2023-01-27)

* **Feature**: Amazon SageMaker Runtime which supports InvokeEndpointAsync asynchronously can now invoke endpoints with custom timeout values. Asynchronous invocations support longer processing times.

# 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/sagemakerruntime/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 28e7ef8

Please sign in to comment.