Skip to content

Commit

Permalink
Release 2024-02-15
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 15, 2024
1 parent cc83a2b commit 1bb0482
Show file tree
Hide file tree
Showing 308 changed files with 816 additions and 432 deletions.
8 changes: 0 additions & 8 deletions .changelog/0fcd04b5435648e0b5c50e929e38fc52.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/24db6340a3294fcd94326fb345df772b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4475923b3b16442c86ca1c3610336f04.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7d1257ea5608450a99d9d500ead99cbf.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

144 changes: 0 additions & 144 deletions .changelog/ee9db7c34c7946709eba3af651c48631.json

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/artifact`: [v1.0.0](service/artifact/CHANGELOG.md#v100-2024-02-15)
* **Release**: New AWS service client module
* **Feature**: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* `github.com/aws/aws-sdk-go-v2/service/codepipeline`: [v1.25.0](service/codepipeline/CHANGELOG.md#v1250-2024-02-15)
* **Feature**: Add ability to override timeout on action level.
* `github.com/aws/aws-sdk-go-v2/service/detective`: [v1.26.1](service/detective/CHANGELOG.md#v1261-2024-02-15)
* **Documentation**: Doc only updates for content enhancement
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.38.0](service/guardduty/CHANGELOG.md#v1380-2024-02-15)
* **Feature**: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* `github.com/aws/aws-sdk-go-v2/service/healthlake`: [v1.22.0](service/healthlake/CHANGELOG.md#v1220-2024-02-15)
* **Feature**: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.31.0](service/opensearch/CHANGELOG.md#v1310-2024-02-15)
* **Feature**: Adds additional supported instance types.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.38.0](service/polly/CHANGELOG.md#v1380-2024-02-15)
* **Feature**: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.129.0](service/sagemaker/CHANGELOG.md#v11290-2024-02-15)
* **Feature**: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.27.1](service/secretsmanager/CHANGELOG.md#v1271-2024-02-15)
* **Documentation**: Doc only update for Secrets Manager

# Release (2024-02-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.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
)

require (
Expand Down
6 changes: 3 additions & 3 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.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
)

require (
Expand All @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.0 // indirect
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.13.1 (2024-02-15)

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

# v1.13.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
github.com/aws/smithy-go v1.20.0
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.7.1 (2024-02-15)

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

# v1.7.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
github.com/google/go-cmp v0.5.8
)

require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.0 // indirect
github.com/aws/smithy-go v1.20.0 // indirect
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.13.1 (2024-02-15)

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

# v1.13.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.28.1
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.19.1
github.com/aws/smithy-go v1.20.0
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/acm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.1 (2024-02-15)

* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.

# v1.23.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
Loading

0 comments on commit 1bb0482

Please sign in to comment.