diff --git a/.changes/1.34.30.json b/.changes/1.34.30.json new file mode 100644 index 0000000000..b28c45faea --- /dev/null +++ b/.changes/1.34.30.json @@ -0,0 +1,32 @@ +[ + { + "category": "``autoscaling``", + "description": "EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.", + "type": "api-change" + }, + { + "category": "``comprehend``", + "description": "Comprehend PII analysis now supports Spanish input documents.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.", + "type": "api-change" + }, + { + "category": "``mwaa``", + "description": "This release adds MAINTENANCE environment status for Amazon MWAA environments.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.", + "type": "api-change" + }, + { + "category": "``snowball``", + "description": "Modified description of createaddress to include direction to add path when providing a JSON file.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-95613.json b/.changes/next-release/api-change-autoscaling-95613.json deleted file mode 100644 index edd94a2cd3..0000000000 --- a/.changes/next-release/api-change-autoscaling-95613.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type." -} diff --git a/.changes/next-release/api-change-comprehend-84305.json b/.changes/next-release/api-change-comprehend-84305.json deleted file mode 100644 index 91e372e158..0000000000 --- a/.changes/next-release/api-change-comprehend-84305.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``comprehend``", - "description": "Comprehend PII analysis now supports Spanish input documents." -} diff --git a/.changes/next-release/api-change-ec2-21473.json b/.changes/next-release/api-change-ec2-21473.json deleted file mode 100644 index 51da805a0c..0000000000 --- a/.changes/next-release/api-change-ec2-21473.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type." -} diff --git a/.changes/next-release/api-change-mwaa-10492.json b/.changes/next-release/api-change-mwaa-10492.json deleted file mode 100644 index 4775d1378f..0000000000 --- a/.changes/next-release/api-change-mwaa-10492.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mwaa``", - "description": "This release adds MAINTENANCE environment status for Amazon MWAA environments." -} diff --git a/.changes/next-release/api-change-rds-74658.json b/.changes/next-release/api-change-rds-74658.json deleted file mode 100644 index d50122c78c..0000000000 --- a/.changes/next-release/api-change-rds-74658.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience." -} diff --git a/.changes/next-release/api-change-snowball-52704.json b/.changes/next-release/api-change-snowball-52704.json deleted file mode 100644 index 9dd5c81a02..0000000000 --- a/.changes/next-release/api-change-snowball-52704.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``snowball``", - "description": "Modified description of createaddress to include direction to add path when providing a JSON file." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7bb59013e..7052535254 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.30 +======= + +* api-change:``autoscaling``: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. +* api-change:``comprehend``: Comprehend PII analysis now supports Spanish input documents. +* api-change:``ec2``: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. +* api-change:``mwaa``: This release adds MAINTENANCE environment status for Amazon MWAA environments. +* api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience. +* api-change:``snowball``: Modified description of createaddress to include direction to add path when providing a JSON file. + + 1.34.29 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index a348082223..df72e8d39b 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.29' +__version__ = '1.34.30' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index abd44f9303..506c60fa47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.29' +release = '1.34.30' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.