Skip to content

Commit 59bb031

Browse files
author
AWS SDK for Go v2 automation user
committedJul 1, 2024·
Release 2024-07-01
1 parent bdced9d commit 59bb031

24 files changed

+43
-87
lines changed
 

‎.changelog/14ab1a699efa42d8b85db3b648ae2faa.json

-8
This file was deleted.

‎.changelog/150c386d8c374c42a509722a96b0bf58.json

-8
This file was deleted.

‎.changelog/248c176ead06445788b699e839e688fd.json

-8
This file was deleted.

‎.changelog/5520718a0e9744228aaf2e7e9eb1cd39.json

-8
This file was deleted.

‎.changelog/8fb126cfa68247cdb82c0bbad673dce0.json

-8
This file was deleted.

‎.changelog/9b3e7b426c664bf19a22aef9767ee09f.json

-8
This file was deleted.

‎.changelog/c0cedc767460477396c2c62daace1151.json

-8
This file was deleted.

‎.changelog/c0fdb1b5672c4b7c957b73f8d817b638.json

-8
This file was deleted.

‎.changelog/d52b79d6c35c44f389a3ff56e6850ddd.json

-8
This file was deleted.

‎.changelog/d5b6c00f9c144379a72dc82c33c5107d.json

-8
This file was deleted.

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-07-01)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.104.0](service/connect/CHANGELOG.md#v11040-2024-07-01)
5+
* **Feature**: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
6+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.46.0](service/eks/CHANGELOG.md#v1460-2024-07-01)
7+
* **Feature**: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
8+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata`: [v1.11.0](service/paymentcryptographydata/CHANGELOG.md#v1110-2024-07-01)
9+
* **Feature**: Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
10+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.51.2](service/wafv2/CHANGELOG.md#v1512-2024-07-01)
11+
* **Documentation**: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
12+
113
# Release (2024-06-28)
214

315
## General Highlights

‎feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.39 (2024-07-01)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.38 (2024-06-28)
26

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

‎feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/acmpca/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.1 (2024-07-01)
2+
3+
* No change notes available for this release.
4+
15
# v1.33.0 (2024-06-28)
26

37
* **Feature**: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.

‎service/acmpca/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/connect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.104.0 (2024-07-01)
2+
3+
* **Feature**: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
4+
15
# v1.103.0 (2024-06-28)
26

37
* **Feature**: This release supports showing PreferredAgentRouting step via DescribeContact API.

‎service/connect/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/eks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.46.0 (2024-07-01)
2+
3+
* **Feature**: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
4+
15
# v1.45.1 (2024-06-28)
26

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

‎service/eks/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/internal/integrationtest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.1
8484
github.com/aws/aws-sdk-go-v2/service/waf v1.23.1
8585
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.1
86-
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.1
86+
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.2
8787
github.com/aws/aws-sdk-go-v2/service/workspaces v1.43.0
8888
github.com/aws/smithy-go v1.20.3
8989
)

‎service/paymentcryptographydata/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2024-07-01)
2+
3+
* **Feature**: Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
4+
15
# v1.10.1 (2024-06-28)
26

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

‎service/paymentcryptographydata/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/wafv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.51.2 (2024-07-01)
2+
3+
* **Documentation**: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
4+
15
# v1.51.1 (2024-06-28)
26

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

‎service/wafv2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)