Skip to content

Commit

Permalink
Release v1.44.74 (2022-08-11) (#4511)
Browse files Browse the repository at this point in the history
Release v1.44.74 (2022-08-11)
===

### Service Client Updates
* `service/backupstorage`: Adds new service
* `service/glue`: Updates service API
  * Add support for Python 3.9 AWS Glue Python Shell jobs
* `service/privatenetworks`: Adds new service

### SDK Enhancements
* `service/dynamodb/dynamodbattribute`: Add String method to UnixTime
  * Adds a `String` method to `UnixTime`, so that when structs with this field get logged it prints a human readable time.
  • Loading branch information
aws-sdk-go-automation committed Aug 11, 2022
1 parent d9e960f commit e536b6b
Show file tree
Hide file tree
Showing 14 changed files with 3,516 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.44.74 (2022-08-11)
===

### Service Client Updates
* `service/backupstorage`: Adds new service
* `service/glue`: Updates service API
* Add support for Python 3.9 AWS Glue Python Shell jobs
* `service/privatenetworks`: Adds new service

### SDK Enhancements
* `service/dynamodb/dynamodbattribute`: Add String method to UnixTime
* Adds a `String` method to `UnixTime`, so that when structs with this field get logged it prints a human readable time.

Release v1.44.73 (2022-08-10)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
@@ -1,7 +1,5 @@
### SDK Features

### SDK Enhancements
* `service/dynamodb/dynamodbattribute`: Add String method to UnixTime
* Adds a `String` method to `UnixTime`, so that when structs with this field get logged it prints a human readable time.

### SDK Bugs
28 changes: 28 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.73"
const SDKVersion = "1.44.74"

0 comments on commit e536b6b

Please sign in to comment.