Skip to content

Commit

Permalink
Bumping version to 1.35.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 3a12a82 commit b17398a
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cognito-idp``",
"description": "[``botocore``] Added email MFA option to user pools with advanced security features.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "[``botocore``] Correct incorrectly mapped error in ELBv2 waiters",
"type": "api-change"
},
{
"category": "``emr``",
"description": "[``botocore``] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] 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": "[``botocore``] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "[``botocore``] 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": "[``botocore``] 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-25329.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-synthetics-71480.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.35.18
=======

* api-change:``cognito-idp``: [``botocore``] Added email MFA option to user pools with advanced security features.
* api-change:``elbv2``: [``botocore``] Correct incorrectly mapped error in ELBv2 waiters
* api-change:``emr``: [``botocore``] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
* api-change:``glue``: [``botocore``] 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``: [``botocore``] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
* api-change:``rds``: [``botocore``] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
* api-change:``storagegateway``: [``botocore``] 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``: [``botocore``] 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.35.17
=======

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.35.17'
__version__ = '1.35.18'


# 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.35.17,<1.36.0
botocore>=1.35.18,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

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


requires = [
'botocore>=1.35.17,<1.36.0',
'botocore>=1.35.18,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit b17398a

Please sign in to comment.