8000 Release 2024-01-19 · aws/aws-sdk-go-v2@c07adfa · GitHub
[go: up one dir, main page]

Skip to content

Commit c07adfa

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-01-19
1 parent 48f2836 commit c07adfa

28 files changed

+64
-51
lines changed

.changelog/0b4e24e69ff34ce482797da344bef773.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/1471423c674a4fe48f4cdb031ef88aa2.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/2b66a07b53c04b51a37883358bc75caf.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/fcbea51f145e45a1823a78e1c0b697e3.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2024-01-19)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.38.0](service/athena/CHANGELOG.md#v1380-2024-01-19)
8+
* **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.
9+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.28.0](service/codebuild/CHANGELOG.md#v1280-2024-01-19)
10+
* **Feature**: Release CodeBuild Reserved Capacity feature
11+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.27.0](service/dynamodb/CHANGELOG.md#v1270-2024-01-19)
12+
* **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.
13+
114
# Release (2024-01-18)
215

316
## General Highlights

example/service/dynamodb/createTable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
77
github.com/aws/aws-sdk-go-v2/config v1.26.5
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
77
github.com/aws/aws-sdk-go-v2/config v1.26.5
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.16
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
1010
)
1111

1212
require (

feature/dynamodb/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.16 (2024-01-19)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.12.15 (2024-01-17)
26

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

feature/dynamodb/attributevalue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7
99
github.com/aws/smithy-go v1.19.0
1010
github.com/google/go-cmp v0.5.8

feature/dynamodb/attributevalue/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0