Skip to content

Commit

Permalink
Merge branch 'release-1.28.27' into develop
Browse files Browse the repository at this point in the history
* release-1.28.27:
  Bumping version to 1.28.27
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Aug 15, 2023
2 parents 5f35e0c + 70ece7a commit b046b0a
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 8 deletions.
42 changes: 42 additions & 0 deletions .changes/1.28.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "Python",
"description": "Added provisional Python 3.12 support to Boto3",
"type": "enhancement"
},
{
"category": "Python",
"description": "[``botocore``] Added provisional Python 3.12 support to Botocore",
"type": "enhancement"
},
{
"category": "``chime-sdk-meetings``",
"description": "[``botocore``] Updated API documentation to include additional exceptions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2).",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, \"None\" can be selected for this purpose.",
"type": "api-change"
},
{
"category": "``pi``",
"description": "[``botocore``] AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.",
"type": "api-change"
},
{
"category": "``route53domains``",
"description": "[``botocore``] Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Python-59246.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.28.27
=======

* enhancement:Python: Added provisional Python 3.12 support to Boto3
* enhancement:Python: [``botocore``] Added provisional Python 3.12 support to Botocore
* api-change:``chime-sdk-meetings``: [``botocore``] Updated API documentation to include additional exceptions.
* api-change:``ec2``: [``botocore``] Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``glue``: [``botocore``] AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.
* api-change:``pi``: [``botocore``] AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.
* api-change:``route53domains``: [``botocore``] Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information
* api-change:``sagemaker``: [``botocore``] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response


1.28.26
=======

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.26'
__version__ = '1.28.27'


# 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.26,<1.32.0
botocore>=1.31.27,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.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.26,<1.32.0',
'botocore>=1.31.27,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit b046b0a

Please sign in to comment.