Skip to content

Commit

Permalink
Release 2024-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 1, 2024
1 parent bdced9d commit 59bb031
Show file tree
Hide file tree
Showing 24 changed files with 43 additions and 87 deletions.
8 changes: 0 additions & 8 deletions .changelog/14ab1a699efa42d8b85db3b648ae2faa.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/150c386d8c374c42a509722a96b0bf58.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/248c176ead06445788b699e839e688fd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5520718a0e9744228aaf2e7e9eb1cd39.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9b3e7b426c664bf19a22aef9767ee09f.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2024-07-01)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.104.0](service/connect/CHANGELOG.md#v11040-2024-07-01)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.46.0](service/eks/CHANGELOG.md#v1460-2024-07-01)
* **Feature**: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata`: [v1.11.0](service/paymentcryptographydata/CHANGELOG.md#v1110-2024-07-01)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.51.2](service/wafv2/CHANGELOG.md#v1512-2024-07-01)
* **Documentation**: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.

# Release (2024-06-28)

## General Highlights
Expand Down
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.13.39 (2024-07-01)

* No change notes available for this release.

# v1.13.38 (2024-06-28)

* **Dependency Update**: Updated to the latest SDK module versions
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/acmpca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.1 (2024-07-01)

* No change notes available for this release.

# v1.33.0 (2024-06-28)

* **Feature**: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
Expand Down
2 changes: 1 addition & 1 deletion service/acmpca/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.104.0 (2024-07-01)

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

# v1.103.0 (2024-06-28)

* **Feature**: This release supports showing PreferredAgentRouting step via DescribeContact API.
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.46.0 (2024-07-01)

* **Feature**: Updates EKS managed node groups to support EC2 Capacity Blocks for ML

# v1.45.1 (2024-06-28)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/eks/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/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.1
github.com/aws/aws-sdk-go-v2/service/waf v1.23.1
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.1
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.1
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.2
github.com/aws/aws-sdk-go-v2/service/workspaces v1.43.0
github.com/aws/smithy-go v1.20.3
)
Expand Down
4 changes: 4 additions & 0 deletions service/paymentcryptographydata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.0 (2024-07-01)

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

# v1.10.1 (2024-06-28)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/paymentcryptographydata/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/wafv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.51.2 (2024-07-01)

* **Documentation**: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.

# v1.51.1 (2024-06-28)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/wafv2/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 59bb031

Please sign in to comment.