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 828be0d commit f8277e4
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 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": "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-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``: 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.35.17
=======

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


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.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.17'
release = '1.35.18'

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

0 comments on commit f8277e4

Please sign in to comment.