Skip to content

Commit b3d01a6

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-04-17
1 parent 30a2730 commit b3d01a6

39 files changed

+92
-79
lines changed

.changelog/6c23e138fb854c14a83d367dee210bb5.json

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

.changelog/815a7068e8a344bba53752555057651d.json

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

.changelog/96905fccf3aa43a38c7de6b7abf88628.json

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

.changelog/a79e4509fdb14915b4237471b8b1d287.json

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

.changelog/aa27600982704f208c51f37d6fedba8e.json

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

.changelog/f33eac1bb57e453c90b08f2bdefb91a9.json

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

.changelog/f7d09b43a2a94bd3aef0935ff5019dde.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2023-04-17)
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/appflow`: [v1.26.0](service/appflow/CHANGELOG.md#v1260-2023-04-17)
8+
* **Feature**: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
9+
* `github.com/aws/aws-sdk-go-v2/service/drs`: [v1.13.0](service/drs/CHANGELOG.md#v1130-2023-04-17)
10+
* **Feature**: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
11+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.19.5](service/dynamodb/CHANGELOG.md#v1195-2023-04-17)
12+
* **Documentation**: Documentation updates for DynamoDB API
13+
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.7.0](service/emrserverless/CHANGELOG.md#v170-2023-04-17)
14+
* **Feature**: The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
15+
* `github.com/aws/aws-sdk-go-v2/service/internetmonitor`: [v1.2.0](service/internetmonitor/CHANGELOG.md#v120-2023-04-17)
16+
* **Feature**: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
17+
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.27.0](service/iotwireless/CHANGELOG.md#v1270-2023-04-17)
18+
* **Feature**: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
19+
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.33.0](service/lambda/CHANGELOG.md#v1330-2023-04-17)
20+
* **Feature**: Add Python 3.10 (python3.10) support to AWS Lambda
21+
122
# Release (2023-04-14)
223

324
## Module Highlights

example/service/dynamodb/createTable/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.17.8
77
github.com/aws/aws-sdk-go-v2/config v1.18.21
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
99
)
1010

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

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.17.8
77
github.com/aws/aws-sdk-go-v2/config v1.18.21
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.21
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.22
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
1010
)
1111

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

0 commit comments

Comments
 (0)