Skip to content

Commit

Permalink
Release v1.44.298 (2023-07-07) (#4904)
Browse files Browse the repository at this point in the history
Release v1.44.298 (2023-07-07)
===

### Service Client Updates
* `service/dms`: Updates service API, documentation, and paginators
  * Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* `service/glue`: Updates service API and documentation
  * This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* `service/logs`: Updates service API and documentation
  * Add CMK encryption support for CloudWatch Logs Insights query result data
* `service/medialive`: Updates service API and documentation
  * This release enables the use of Thumbnails in AWS Elemental MediaLive.
* `service/mediatailor`: Updates service API and documentation

### SDK Bugs
* `aws/credentials/ssocreds`: Implement SSO token provider support for `sso-session` in AWS shared config.
  * Fixes [4649](#4649)
  • Loading branch information
aws-sdk-go-automation committed Jul 7, 2023
1 parent 6e85489 commit ad6ab23
Show file tree
Hide file tree
Showing 26 changed files with 6,034 additions and 464 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.298 (2023-07-07)
===

### Service Client Updates
* `service/dms`: Updates service API, documentation, and paginators
* Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* `service/glue`: Updates service API and documentation
* This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* `service/logs`: Updates service API and documentation
* Add CMK encryption support for CloudWatch Logs Insights query result data
* `service/medialive`: Updates service API and documentation
* This release enables the use of Thumbnails in AWS Elemental MediaLive.
* `service/mediatailor`: Updates service API and documentation

### SDK Bugs
* `aws/credentials/ssocreds`: Implement SSO token provider support for `sso-session` in AWS shared config.
* Fixes [4649](https://github.com/aws/aws-sdk-go/issues/4649)

Release v1.44.297 (2023-07-06)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/credentials/ssocreds`: Implement SSO token provider support for `sso-session` in AWS shared config.
* Fixes [4649](https://github.com/aws/aws-sdk-go/issues/4649)
12 changes: 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.297"
const SDKVersion = "1.44.298"

0 comments on commit ad6ab23

Please sign in to comment.