Skip to content

Commit

Permalink
Release 2024-01-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 19, 2024
1 parent 48f2836 commit c07adfa
Show file tree
Hide file tree
Showing 28 changed files with 64 additions and 51 deletions.
8 changes: 0 additions & 8 deletions .changelog/0b4e24e69ff34ce482797da344bef773.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1471423c674a4fe48f4cdb031ef88aa2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2b66a07b53c04b51a37883358bc75caf.json

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.38.0](service/athena/CHANGELOG.md#v1380-2024-01-19)
* **Feature**: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.28.0](service/codebuild/CHANGELOG.md#v1280-2024-01-19)
* **Feature**: Release CodeBuild Reserved Capacity feature
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.27.0](service/dynamodb/CHANGELOG.md#v1270-2024-01-19)
* **Feature**: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.

# Release (2024-01-18)

## General 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.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
)

require (
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.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
)

require (
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.12.16 (2024-01-19)

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

# v1.12.15 (2024-01-17)

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

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7
github.com/aws/smithy-go v1.19.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.6.16 (2024-01-19)

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

# v1.6.15 (2024-01-17)

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

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
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.12.16 (2024-01-19)

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

# v1.12.15 (2024-01-17)

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

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7
github.com/aws/smithy-go v1.19.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/appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.2 (2024-01-19)

* No change notes available for this release.

# v1.27.1 (2024-01-04)

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

* **Feature**: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.

# v1.37.4 (2024-01-04)

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

* **Feature**: Release CodeBuild Reserved Capacity feature

# v1.27.0 (2024-01-08)

* **Feature**: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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.27.0 (2024-01-19)

* **Feature**: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.

# v1.26.9 (2024-01-17)

* **Documentation**: Updating note for enabling streams for UpdateTable.
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.

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.19
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6
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 @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.7
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.22.6
github.com/aws/aws-sdk-go-v2/service/appstream v1.31.1
github.com/aws/aws-sdk-go-v2/service/athena v1.37.4
github.com/aws/aws-sdk-go-v2/service/athena v1.38.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.7
github.com/aws/aws-sdk-go-v2/service/batch v1.30.7
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.6
Expand All @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.36.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.2
github.com/aws/aws-sdk-go-v2/service/codebuild v1.27.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.6
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.22.7
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.37.0
Expand Down
4 changes: 4 additions & 0 deletions service/ssoadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.7 (2024-01-19)

* No change notes available for this release.

# v1.23.6 (2024-01-04)

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

Please sign in to comment.