Skip to content

Commit bb431de

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-15
1 parent f57f731 commit bb431de

File tree

20 files changed

+52
-44
lines changed

20 files changed

+52
-44
lines changed

.changelog/4c961afd1d064ef4bd0e716ce52a6205.json

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

.changelog/a4cdb0f292084055abb7b45c725003d3.json

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

.changelog/c687cca1eff74f84868dafa051971fe3.json

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

.changelog/d10ed36c72e84ccaa5befe7975f10af6.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2022-04-15)
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/feature/dynamodb/attributevalue`: [v1.9.0](feature/dynamodb/attributevalue/CHANGELOG.md#v190-2022-04-15)
8+
* **Feature**: Support has been added for specifying a custom time format when encoding and decoding DynamoDB AttributeValues. Use `EncoderOptions.EncodeTime` to specify a custom time encoding function, and use `DecoderOptions.DecodeTime` for specifying how to handle the corresponding AttributeValues using the format. Thank you [Pablo Lopez](https://github.com/plopezlpz) for this contribution.
9+
* `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue`: [v1.9.0](feature/dynamodbstreams/attributevalue/CHANGELOG.md#v190-2022-04-15)
10+
* **Feature**: Support has been added for specifying a custom time format when encoding and decoding DynamoDB AttributeValues. Use `EncoderOptions.EncodeTime` to specify a custom time encoding function, and use `DecoderOptions.DecodeTime` for specifying how to handle the corresponding AttributeValues using the format. Thank you [Pablo Lopez](https://github.com/plopezlpz) for this contribution.
11+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.15.0](service/athena/CHANGELOG.md#v1150-2022-04-15)
12+
* **Feature**: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
13+
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.19.0](service/lightsail/CHANGELOG.md#v1190-2022-04-15)
14+
* **Feature**: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
15+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.19.0](service/rds/CHANGELOG.md#v1190-2022-04-15)
16+
* **Feature**: Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation
17+
118
# Release (2022-04-14)
219

320
## Module Highlights

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.2
77
github.com/aws/aws-sdk-go-v2/config v1.15.3
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.8.4
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.0
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3
1010
)
1111

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.9.0 (2022-04-15)
2+
3+
* **Feature**: Support has been added for specifying a custom time format when encoding and decoding DynamoDB AttributeValues. Use `EncoderOptions.EncodeTime` to specify a custom time encoding function, and use `DecoderOptions.DecodeTime` for specifying how to handle the corresponding AttributeValues using the format. Thank you [Pablo Lopez](https://github.com/plopezlpz) for this contribution.
4+
15
# v1.8.4 (2022-03-31)
26

37
* **Documentation**: Fixes documentation typos in Number type's helper methods

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.

feature/dynamodb/expression/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.6 (2022-04-15)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.4.5 (2022-03-31)
26

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

feature/dynamodb/expression/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.2
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.8.4
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3
99
github.com/google/go-cmp v0.5.7
1010
)

0 commit comments

Comments
 (0)