Skip to content

Commit

Permalink
Bumping version to 1.31.34
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 24, 2023
1 parent cc4a72f commit 36e9e08
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 deletions.
47 changes: 47 additions & 0 deletions .changes/1.31.34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``ec2``",
"description": "Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added API attributes that help in the monitoring of sessions.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Adds new source location AUTODETECT_SIGV4 access type.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release updates the supported versions for Percona XtraBackup in Aurora MySQL.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Documentation updates for Amazon Verified Permissions.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-9999.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-7866.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-61381.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-89669.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-66461.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-51981.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-35082.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-72775.json

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.31.34
=======

* api-change:``ec2``: Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances.
* api-change:``glue``: Added API attributes that help in the monitoring of sessions.
* api-change:``mediaconvert``: This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.
* api-change:``medialive``: MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.
* api-change:``mediatailor``: Adds new source location AUTODETECT_SIGV4 access type.
* api-change:``quicksight``: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.
* api-change:``rds``: This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
* api-change:``s3control``: Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.
* api-change:``verifiedpermissions``: Documentation updates for Amazon Verified Permissions.


1.31.33
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.33'
__version__ = '1.31.34'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.33'
release = '1.31.34'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 36e9e08

Please sign in to comment.