Skip to content

Commit

Permalink
Merge branch 'release-1.28.34'
Browse files Browse the repository at this point in the history
* release-1.28.34:
  Bumping version to 1.28.34
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Aug 24, 2023
2 parents 279a5c1 + e22bd8f commit b84a6a2
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.28.34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``ec2``",
"description": "[``botocore``] 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": "[``botocore``] Added API attributes that help in the monitoring of sessions.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Adds new source location AUTODETECT_SIGV4 access type.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] 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": "[``botocore``] This release updates the supported versions for Percona XtraBackup in Aurora MySQL.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "[``botocore``] 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.28.34
=======

* api-change:``ec2``: [``botocore``] 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``: [``botocore``] Added API attributes that help in the monitoring of sessions.
* api-change:``mediaconvert``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Adds new source location AUTODETECT_SIGV4 access type.
* api-change:``quicksight``: [``botocore``] 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``: [``botocore``] This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
* api-change:``s3control``: [``botocore``] Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack.
* api-change:``verifiedpermissions``: [``botocore``] Documentation updates for Amazon Verified Permissions.


1.28.33
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.28.33'
__version__ = '1.28.34'


# The default Boto3 session; autoloaded when needed.
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,<1.32.0
botocore>=1.31.34,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.33,<1.32.0',
'botocore>=1.31.34,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit b84a6a2

Please sign in to comment.