From b9133bc6797fd6b89759196c91b7d3866246e8db Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 15 Aug 2023 20:53:11 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-chimesdkmeetings-16524.json | 5 +++++ .changes/next-release/api-change-ec2-60439.json | 5 +++++ .changes/next-release/api-change-glue-68560.json | 5 +++++ .changes/next-release/api-change-pi-41902.json | 5 +++++ .changes/next-release/api-change-route53domains-50646.json | 5 +++++ .changes/next-release/api-change-sagemaker-49968.json | 5 +++++ .changes/next-release/enhancement-Python-28305.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-chimesdkmeetings-16524.json create mode 100644 .changes/next-release/api-change-ec2-60439.json create mode 100644 .changes/next-release/api-change-glue-68560.json create mode 100644 .changes/next-release/api-change-pi-41902.json create mode 100644 .changes/next-release/api-change-route53domains-50646.json create mode 100644 .changes/next-release/api-change-sagemaker-49968.json create mode 100644 .changes/next-release/enhancement-Python-28305.json diff --git a/.changes/next-release/api-change-chimesdkmeetings-16524.json b/.changes/next-release/api-change-chimesdkmeetings-16524.json new file mode 100644 index 0000000000..ae0be888f2 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkmeetings-16524.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-meetings``", + "description": "[``botocore``] Updated API documentation to include additional exceptions." +} diff --git a/.changes/next-release/api-change-ec2-60439.json b/.changes/next-release/api-change-ec2-60439.json new file mode 100644 index 0000000000..cfb4f98eb1 --- /dev/null +++ b/.changes/next-release/api-change-ec2-60439.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." +} diff --git a/.changes/next-release/api-change-glue-68560.json b/.changes/next-release/api-change-glue-68560.json new file mode 100644 index 0000000000..e975fd1754 --- /dev/null +++ b/.changes/next-release/api-change-glue-68560.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-pi-41902.json b/.changes/next-release/api-change-pi-41902.json new file mode 100644 index 0000000000..52d43e6d01 --- /dev/null +++ b/.changes/next-release/api-change-pi-41902.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-route53domains-50646.json b/.changes/next-release/api-change-route53domains-50646.json new file mode 100644 index 0000000000..16c73308ba --- /dev/null +++ b/.changes/next-release/api-change-route53domains-50646.json @@ -0,0 +1,5 @@ +{ + "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" +} diff --git a/.changes/next-release/api-change-sagemaker-49968.json b/.changes/next-release/api-change-sagemaker-49968.json new file mode 100644 index 0000000000..e9cba45fc2 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-49968.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response" +} diff --git a/.changes/next-release/enhancement-Python-28305.json b/.changes/next-release/enhancement-Python-28305.json new file mode 100644 index 0000000000..2fce051a18 --- /dev/null +++ b/.changes/next-release/enhancement-Python-28305.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "Python", + "description": "[``botocore``] Added provisional Python 3.12 support to Botocore" +} From 70ece7ad655fad4363e0fe8485868d3e9bb4e5b2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 15 Aug 2023 20:53:33 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.27 --- .changes/1.28.27.json | 42 +++++++++++++++++++ .../api-change-chimesdkmeetings-16524.json | 5 --- .../next-release/api-change-ec2-60439.json | 5 --- .../next-release/api-change-glue-68560.json | 5 --- .../next-release/api-change-pi-41902.json | 5 --- .../api-change-route53domains-50646.json | 5 --- .../api-change-sagemaker-49968.json | 5 --- .../enhancement-Python-28305.json | 5 --- .../enhancement-Python-59246.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.28.27.json delete mode 100644 .changes/next-release/api-change-chimesdkmeetings-16524.json delete mode 100644 .changes/next-release/api-change-ec2-60439.json delete mode 100644 .changes/next-release/api-change-glue-68560.json delete mode 100644 .changes/next-release/api-change-pi-41902.json delete mode 100644 .changes/next-release/api-change-route53domains-50646.json delete mode 100644 .changes/next-release/api-change-sagemaker-49968.json delete mode 100644 .changes/next-release/enhancement-Python-28305.json delete mode 100644 .changes/next-release/enhancement-Python-59246.json diff --git a/.changes/1.28.27.json b/.changes/1.28.27.json new file mode 100644 index 0000000000..2d65c24cfb --- /dev/null +++ b/.changes/1.28.27.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkmeetings-16524.json b/.changes/next-release/api-change-chimesdkmeetings-16524.json deleted file mode 100644 index ae0be888f2..0000000000 --- a/.changes/next-release/api-change-chimesdkmeetings-16524.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-meetings``", - "description": "[``botocore``] Updated API documentation to include additional exceptions." -} diff --git a/.changes/next-release/api-change-ec2-60439.json b/.changes/next-release/api-change-ec2-60439.json deleted file mode 100644 index cfb4f98eb1..0000000000 --- a/.changes/next-release/api-change-ec2-60439.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." -} diff --git a/.changes/next-release/api-change-glue-68560.json b/.changes/next-release/api-change-glue-68560.json deleted file mode 100644 index e975fd1754..0000000000 --- a/.changes/next-release/api-change-glue-68560.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-pi-41902.json b/.changes/next-release/api-change-pi-41902.json deleted file mode 100644 index 52d43e6d01..0000000000 --- a/.changes/next-release/api-change-pi-41902.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-route53domains-50646.json b/.changes/next-release/api-change-route53domains-50646.json deleted file mode 100644 index 16c73308ba..0000000000 --- a/.changes/next-release/api-change-route53domains-50646.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} diff --git a/.changes/next-release/api-change-sagemaker-49968.json b/.changes/next-release/api-change-sagemaker-49968.json deleted file mode 100644 index e9cba45fc2..0000000000 --- a/.changes/next-release/api-change-sagemaker-49968.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response" -} diff --git a/.changes/next-release/enhancement-Python-28305.json b/.changes/next-release/enhancement-Python-28305.json deleted file mode 100644 index 2fce051a18..0000000000 --- a/.changes/next-release/enhancement-Python-28305.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "Python", - "description": "[``botocore``] Added provisional Python 3.12 support to Botocore" -} diff --git a/.changes/next-release/enhancement-Python-59246.json b/.changes/next-release/enhancement-Python-59246.json deleted file mode 100644 index 25e9a76ee0..0000000000 --- a/.changes/next-release/enhancement-Python-59246.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "Python", - "description": "Added provisional Python 3.12 support to Boto3" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1bafdd09b8..750c59e96c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 554c4d2733..dcf2b0ff44 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.26' +__version__ = '1.28.27' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 14fc3dce13..d9521fe267 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 7ad4a88123..de9e3d20e2 100644 --- a/setup.py +++ b/setup.py @@ -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', ]