Skip to content

Commit

Permalink
Merge branch 'release-1.28.64'
Browse files Browse the repository at this point in the history
* release-1.28.64:
  Bumping version to 1.28.64
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 16, 2023
2 parents d296dbc + 45a9894 commit d47fb41
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .changes/1.28.64.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit d47fb41

Please sign in to comment.