Skip to content

Commit

Permalink
Release 2023-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 17, 2023
1 parent 30a2730 commit b3d01a6
Show file tree
Hide file tree
Showing 39 changed files with 92 additions and 79 deletions.
8 changes: 0 additions & 8 deletions .changelog/6c23e138fb854c14a83d367dee210bb5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/815a7068e8a344bba53752555057651d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/96905fccf3aa43a38c7de6b7abf88628.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appflow`: [v1.26.0](service/appflow/CHANGELOG.md#v1260-2023-04-17)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/drs`: [v1.13.0](service/drs/CHANGELOG.md#v1130-2023-04-17)
* **Feature**: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.19.5](service/dynamodb/CHANGELOG.md#v1195-2023-04-17)
* **Documentation**: Documentation updates for DynamoDB API
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.7.0](service/emrserverless/CHANGELOG.md#v170-2023-04-17)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/internetmonitor`: [v1.2.0](service/internetmonitor/CHANGELOG.md#v120-2023-04-17)
* **Feature**: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.27.0](service/iotwireless/CHANGELOG.md#v1270-2023-04-17)
* **Feature**: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.33.0](service/lambda/CHANGELOG.md#v1330-2023-04-17)
* **Feature**: Add Python 3.10 (python3.10) support to AWS Lambda

# Release (2023-04-14)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.22
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.10.22 (2023-04-17)

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

# v1.10.21 (2023-04-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.9
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.4.49 (2023-04-17)

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

# v1.4.48 (2023-04-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.22
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/google/go-cmp v0.5.8
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.10.22 (2023-04-17)

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

# v1.10.21 (2023-04-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.9
github.com/aws/smithy-go v1.13.5
github.com/google/go-cmp v0.5.8
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/appflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2023-04-17)

* **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.

# v1.25.4 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/appflow/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/arczonalshift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.15 (2023-04-17)

* No change notes available for this release.

# v1.1.14 (2023-04-13)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/arczonalshift/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/drs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.0 (2023-04-17)

* **Feature**: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.

# v1.12.2 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/drs/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/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.5 (2023-04-17)

* **Documentation**: Documentation updates for DynamoDB API

# v1.19.4 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/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/emrserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2023-04-17)

* **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.

# v1.6.0 (2023-04-11)

* **Feature**: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
Expand Down
2 changes: 1 addition & 1 deletion service/emrserverless/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/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.17.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/schemas v1.15.8
Expand Down
6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.18.10
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.10
github.com/aws/aws-sdk-go-v2/service/docdb v1.21.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.93.2
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.9
github.com/aws/aws-sdk-go-v2/service/ecs v1.25.1
Expand All @@ -53,7 +53,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iot v1.35.4
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.10
github.com/aws/aws-sdk-go-v2/service/kms v1.20.10
github.com/aws/aws-sdk-go-v2/service/lambda v1.32.0
github.com/aws/aws-sdk-go-v2/service/lambda v1.33.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.26.4
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.12.8
github.com/aws/aws-sdk-go-v2/service/neptune v1.20.3
Expand All @@ -74,7 +74,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.9
github.com/aws/aws-sdk-go-v2/service/shield v1.18.8
github.com/aws/aws-sdk-go-v2/service/sms v1.13.8
github.com/aws/aws-sdk-go-v2/service/snowball v1.18.7
github.com/aws/aws-sdk-go-v2/service/snowball v1.18.8
github.com/aws/aws-sdk-go-v2/service/sns v1.20.8
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.8
github.com/aws/aws-sdk-go-v2/service/ssm v1.36.2
Expand Down
4 changes: 4 additions & 0 deletions service/internetmonitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.0 (2023-04-17)

* **Feature**: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage

# v1.1.2 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/internetmonitor/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/iotwireless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2023-04-17)

* **Feature**: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group

# v1.26.2 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iotwireless/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/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2023-04-17)

* **Feature**: Add Python 3.10 (python3.10) support to AWS Lambda

# v1.32.0 (2023-04-14)

* **Feature**: This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
Expand Down
2 changes: 1 addition & 1 deletion service/lambda/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/snowball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.8 (2023-04-17)

* No change notes available for this release.

# v1.18.7 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/snowball/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 b3d01a6

Please sign in to comment.