diff --git a/.changes/1.28.64.json b/.changes/1.28.64.json new file mode 100644 index 0000000000..f1a50ef598 --- /dev/null +++ b/.changes/1.28.64.json @@ -0,0 +1,57 @@ +[ + { + "category": "``cloudformation``", + "description": "[``botocore``] SDK and documentation updates for UpdateReplacePolicy", + "type": "api-change" + }, + { + "category": "``drs``", + "description": "[``botocore``] Updated exsiting API to allow AWS Elastic Disaster Recovery support of launching recovery into existing EC2 instances.", + "type": "api-change" + }, + { + "category": "``entityresolution``", + "description": "[``botocore``] This launch expands our matching techniques to include provider-based matching to help customer match, link, and enhance records with minimal data movement. With data service providers, we have removed the need for customers to build bespoke integrations,.", + "type": "api-change" + }, + { + "category": "``managedblockchain-query``", + "description": "[``botocore``] This release introduces two new APIs: GetAssetContract and ListAssetContracts. This release also adds support for Bitcoin Testnet.", + "type": "api-change" + }, + { + "category": "``mediapackagev2``", + "description": "[``botocore``] This release allows customers to manage MediaPackage v2 resource using CloudFormation.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality.", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] Added support for managing credentials of serverless namespace admin using AWS Secrets Manager.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager.", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "[``botocore``] This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] Documentation updates for AWS Transfer Family", + "type": "api-change" + }, + { + "category": "``xray``", + "description": "[``botocore``] This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6d47710d3..d561e77bd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +1.28.64 +======= + +* api-change:``cloudformation``: [``botocore``] SDK and documentation updates for UpdateReplacePolicy +* api-change:``drs``: [``botocore``] Updated exsiting API to allow AWS Elastic Disaster Recovery support of launching recovery into existing EC2 instances. +* api-change:``entityresolution``: [``botocore``] This launch expands our matching techniques to include provider-based matching to help customer match, link, and enhance records with minimal data movement. With data service providers, we have removed the need for customers to build bespoke integrations,. +* api-change:``managedblockchain-query``: [``botocore``] This release introduces two new APIs: GetAssetContract and ListAssetContracts. This release also adds support for Bitcoin Testnet. +* api-change:``mediapackagev2``: [``botocore``] This release allows customers to manage MediaPackage v2 resource using CloudFormation. +* api-change:``opensearch``: [``botocore``] This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality. +* api-change:``redshift-serverless``: [``botocore``] Added support for managing credentials of serverless namespace admin using AWS Secrets Manager. +* api-change:``redshift``: [``botocore``] Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager. +* api-change:``sesv2``: [``botocore``] This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues. +* api-change:``transfer``: [``botocore``] Documentation updates for AWS Transfer Family +* api-change:``xray``: [``botocore``] This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time. + + 1.28.63 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index d0391648fa..fb69ebee11 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.63' +__version__ = '1.28.64' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2eefea1a68..be705caeb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.63,<1.32.0 + botocore>=1.31.64,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.7.0,<0.8.0 diff --git a/setup.py b/setup.py index 3d63ce9d23..242f60d749 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.63,<1.32.0', + 'botocore>=1.31.64,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]