Skip to content

Commit

Permalink
Bumping version to 1.34.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 12, 2024
1 parent 3797295 commit c856238
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 44 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cognito-idp``",
"description": "Added email MFA option to user pools with advanced security features.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Correct incorrectly mapped error in ELBv2 waiters",
"type": "api-change"
},
{
"category": "``emr``",
"description": "Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-45953.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-49646.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emr-25724.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-storagegateway-50526.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-synthetics-43449.json

This file was deleted.

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

1.34.18
=======

* api-change:``cognito-idp``: Added email MFA option to user pools with advanced security features.
* api-change:``elbv2``: Correct incorrectly mapped error in ELBv2 waiters
* api-change:``emr``: Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
* api-change:``glue``: AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
* api-change:``mediaconvert``: This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
* api-change:``rds``: This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
* api-change:``storagegateway``: The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
* api-change:``synthetics``: This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.


1.34.17
=======

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

import os

__version__ = '1.34.17'
__version__ = '1.34.18'

#
# 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.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.17'
release = '1.34.18'

# 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.35.17
botocore==1.35.18
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.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.35.17',
'botocore==1.35.18',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit c856238

Please sign in to comment.