diff --git a/.changes/1.33.4.json b/.changes/1.33.4.json new file mode 100644 index 0000000000..678f13a4ff --- /dev/null +++ b/.changes/1.33.4.json @@ -0,0 +1,32 @@ +[ + { + "category": "``s3transfer``", + "description": "Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt", + "type": "bugfix" + }, + { + "category": "``marketplace-agreement``", + "description": "[``botocore``] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.", + "type": "api-change" + }, + { + "category": "``marketplace-catalog``", + "description": "[``botocore``] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.", + "type": "api-change" + }, + { + "category": "``marketplace-deployment``", + "description": "[``botocore``] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.", + "type": "api-change" + }, + { + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-endpointrules-1355.json b/.changes/next-release/api-change-endpointrules-1355.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-1355.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-marketplaceagreement-59818.json b/.changes/next-release/api-change-marketplaceagreement-59818.json deleted file mode 100644 index 224062ab0b..0000000000 --- a/.changes/next-release/api-change-marketplaceagreement-59818.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-agreement``", - "description": "[``botocore``] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements." -} diff --git a/.changes/next-release/api-change-marketplacecatalog-95360.json b/.changes/next-release/api-change-marketplacecatalog-95360.json deleted file mode 100644 index 94c305ff20..0000000000 --- a/.changes/next-release/api-change-marketplacecatalog-95360.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-catalog``", - "description": "[``botocore``] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response." -} diff --git a/.changes/next-release/api-change-marketplacedeployment-86225.json b/.changes/next-release/api-change-marketplacedeployment-86225.json deleted file mode 100644 index e8763ddc89..0000000000 --- a/.changes/next-release/api-change-marketplacedeployment-86225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-deployment``", - "description": "[``botocore``] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace." -} diff --git a/.changes/next-release/api-change-redshiftserverless-78707.json b/.changes/next-release/api-change-redshiftserverless-78707.json deleted file mode 100644 index c807c24dc6..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-78707.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point." -} diff --git a/.changes/next-release/bugfix-s3transfer-25273.json b/.changes/next-release/bugfix-s3transfer-25273.json deleted file mode 100644 index c70f770bde..0000000000 --- a/.changes/next-release/bugfix-s3transfer-25273.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "``s3transfer``", - "description": "Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0b6b782f8f..e8ae943e00 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.33.4 +====== + +* bugfix:``s3transfer``: Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt +* api-change:``marketplace-agreement``: [``botocore``] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements. +* api-change:``marketplace-catalog``: [``botocore``] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response. +* api-change:``marketplace-deployment``: [``botocore``] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace. +* api-change:``redshift-serverless``: [``botocore``] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point. +* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version + + 1.33.3 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index bbde787bba..23ce4f0823 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.33.3' +__version__ = '1.33.4' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3d01944c0b..cca2bcaee6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.33.3,<1.34.0 + botocore>=1.33.4,<1.34.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.8.2,<0.9.0 diff --git a/setup.py b/setup.py index 08b97192ae..a8d3b10369 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.33.3,<1.34.0', + 'botocore>=1.33.4,<1.34.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.8.2,<0.9.0', ]