Skip to content

Commit

Permalink
Merge branch 'release-1.29.34'
Browse files Browse the repository at this point in the history
* release-1.29.34:
  Bumping version to 1.29.34
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Aug 24, 2023
2 parents cabfeae + 40d2b6a commit 288bf43
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 4 deletions.
47 changes: 47 additions & 0 deletions .changes/1.29.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"
}
]
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.29.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.29.33
=======

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

__version__ = '1.29.33'
__version__ = '1.29.34'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.33'
release = '1.29.34'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.31.33
botocore==1.31.34
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.31.33',
'botocore==1.31.34',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 288bf43

Please sign in to comment.