Skip to content

Commit

Permalink
Release v1.44.294 (2023-06-30) (#4900)
Browse files Browse the repository at this point in the history
Release v1.44.294 (2023-06-30)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * Added new field  "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
* `service/ivs`: Updates service API
* `service/mediaconvert`: Updates service documentation
  * This release includes improved color handling of overlays and general updates to user documentation.
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for rolling deployment in SageMaker Inference.
* `service/transfer`: Updates service API and documentation
  * Add outbound Basic authentication support to AS2 connectors
* `service/verifiedpermissions`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Jun 30, 2023
1 parent c2d4a4c commit 86c1a36
Show file tree
Hide file tree
Showing 21 changed files with 1,334 additions and 274 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.294 (2023-06-30)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
* `service/ivs`: Updates service API
* `service/mediaconvert`: Updates service documentation
* This release includes improved color handling of overlays and general updates to user documentation.
* `service/sagemaker`: Updates service API and documentation
* This release adds support for rolling deployment in SageMaker Inference.
* `service/transfer`: Updates service API and documentation
* Add outbound Basic authentication support to AS2 connectors
* `service/verifiedpermissions`: Updates service documentation

Release v1.44.293 (2023-06-29)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.293"
const SDKVersion = "1.44.294"
Loading

0 comments on commit 86c1a36

Please sign in to comment.