Skip to content

Commit 63c2b1a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-05-03
1 parent 90a62a3 commit 63c2b1a

27 files changed

+63
-54
lines changed

.changelog/63e0e422ba4f4b7eb83c23583f986ebf.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/7b6aa0a6a7364b929a5ae83c22221603.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/91eec10e0b0f4c059580243b64bdb1ef.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/c8f561c74a49484c84fa4f3902a5ac15.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/f8776e64610a4aae8b82d5c2456a4bb8.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2022-05-03)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.38.0](service/ec2/CHANGELOG.md#v1380-2022-05-03)
8+
* **Feature**: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
9+
* `github.com/aws/aws-sdk-go-v2/service/kinesisvideo`: [v1.12.0](service/kinesisvideo/CHANGELOG.md#v1120-2022-05-03)
10+
* **Feature**: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
11+
* `github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia`: [v1.13.0](service/kinesisvideoarchivedmedia/CHANGELOG.md#v1130-2022-05-03)
12+
* **Feature**: Add support for GetImages API for retrieving images from a video stream
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.26.8](service/s3/CHANGELOG.md#v1268-2022-05-03)
14+
* **Documentation**: Documentation only update for doc bug fixes for the S3 API docs.
15+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.30.0](service/sagemaker/CHANGELOG.md#v1300-2022-05-03)
16+
* **Feature**: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
17+
118
# Release (2022-05-02)
219

320
## Module Highlights

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.15.4
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.8 (2022-05-03)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.7 (2022-04-27)
26

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

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
99
github.com/aws/smithy-go v1.11.2
1010
github.com/google/go-cmp v0.5.7
1111
)

0 commit comments

Comments
 (0)