diff --git a/.changes/1.35.50.json b/.changes/1.35.50.json new file mode 100644 index 0000000000..12bb7ef085 --- /dev/null +++ b/.changes/1.35.50.json @@ -0,0 +1,22 @@ +[ + { + "category": "``mediapackagev2``", + "description": "[``botocore``] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] Documentation update: Amazon FSx File Gateway will no longer be available to new customers.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-mediapackagev2-90173.json b/.changes/next-release/api-change-mediapackagev2-90173.json deleted file mode 100644 index f38014a41f..0000000000 --- a/.changes/next-release/api-change-mediapackagev2-90173.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediapackagev2``", - "description": "[``botocore``] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket." -} diff --git a/.changes/next-release/api-change-opensearch-27226.json b/.changes/next-release/api-change-opensearch-27226.json deleted file mode 100644 index 914a968be7..0000000000 --- a/.changes/next-release/api-change-opensearch-27226.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig." -} diff --git a/.changes/next-release/api-change-rds-90944.json b/.changes/next-release/api-change-rds-90944.json deleted file mode 100644 index 9cd8269180..0000000000 --- a/.changes/next-release/api-change-rds-90944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action." -} diff --git a/.changes/next-release/api-change-storagegateway-36769.json b/.changes/next-release/api-change-storagegateway-36769.json deleted file mode 100644 index 9cf25eb9ed..0000000000 --- a/.changes/next-release/api-change-storagegateway-36769.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "[``botocore``] Documentation update: Amazon FSx File Gateway will no longer be available to new customers." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f56b70999c..58a2bf0440 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.50 +======= + +* api-change:``mediapackagev2``: [``botocore``] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket. +* api-change:``opensearch``: [``botocore``] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig. +* api-change:``rds``: [``botocore``] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action. +* api-change:``storagegateway``: [``botocore``] Documentation update: Amazon FSx File Gateway will no longer be available to new customers. + + 1.35.49 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ed5dba9813..be1d154a18 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.49' +__version__ = '1.35.50' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8f821a6c9c..952548189c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.49,<1.36.0 + botocore>=1.35.50,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index b7c7546dab..cae82c5a10 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.49,<1.36.0', + 'botocore>=1.35.50,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]