From c99ebd09e017b987aad458c385f8eb16ff6778b9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 3 Feb 2023 20:58:39 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-proton-80013.json | 5 +++++ .changes/next-release/api-change-redshift-69443.json | 5 +++++ .changes/next-release/enhancement-AWSCRT-6733.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-proton-80013.json create mode 100644 .changes/next-release/api-change-redshift-69443.json create mode 100644 .changes/next-release/enhancement-AWSCRT-6733.json diff --git a/.changes/next-release/api-change-proton-80013.json b/.changes/next-release/api-change-proton-80013.json new file mode 100644 index 0000000000..55fbf50e05 --- /dev/null +++ b/.changes/next-release/api-change-proton-80013.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``proton``", + "description": "[``botocore``] Add new GetResourcesSummary API" +} diff --git a/.changes/next-release/api-change-redshift-69443.json b/.changes/next-release/api-change-redshift-69443.json new file mode 100644 index 0000000000..5a6605e0ee --- /dev/null +++ b/.changes/next-release/api-change-redshift-69443.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift``", + "description": "[``botocore``] Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster." +} diff --git a/.changes/next-release/enhancement-AWSCRT-6733.json b/.changes/next-release/enhancement-AWSCRT-6733.json new file mode 100644 index 0000000000..ec053326bb --- /dev/null +++ b/.changes/next-release/enhancement-AWSCRT-6733.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "AWSCRT", + "description": "[``botocore``] Upgrade awscrt version to 0.16.9" +} From f213e4270062dda635362392e0f6831a0359d03d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 3 Feb 2023 20:59:00 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.64 --- .changes/1.26.64.json | 17 +++++++++++++++++ .../next-release/api-change-proton-80013.json | 5 ----- .../next-release/api-change-redshift-69443.json | 5 ----- .../next-release/enhancement-AWSCRT-6733.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.26.64.json delete mode 100644 .changes/next-release/api-change-proton-80013.json delete mode 100644 .changes/next-release/api-change-redshift-69443.json delete mode 100644 .changes/next-release/enhancement-AWSCRT-6733.json diff --git a/.changes/1.26.64.json b/.changes/1.26.64.json new file mode 100644 index 0000000000..ccd45ceb74 --- /dev/null +++ b/.changes/1.26.64.json @@ -0,0 +1,17 @@ +[ + { + "category": "AWSCRT", + "description": "[``botocore``] Upgrade awscrt version to 0.16.9", + "type": "enhancement" + }, + { + "category": "``proton``", + "description": "[``botocore``] Add new GetResourcesSummary API", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-proton-80013.json b/.changes/next-release/api-change-proton-80013.json deleted file mode 100644 index 55fbf50e05..0000000000 --- a/.changes/next-release/api-change-proton-80013.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``proton``", - "description": "[``botocore``] Add new GetResourcesSummary API" -} diff --git a/.changes/next-release/api-change-redshift-69443.json b/.changes/next-release/api-change-redshift-69443.json deleted file mode 100644 index 5a6605e0ee..0000000000 --- a/.changes/next-release/api-change-redshift-69443.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "[``botocore``] Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster." -} diff --git a/.changes/next-release/enhancement-AWSCRT-6733.json b/.changes/next-release/enhancement-AWSCRT-6733.json deleted file mode 100644 index ec053326bb..0000000000 --- a/.changes/next-release/enhancement-AWSCRT-6733.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "AWSCRT", - "description": "[``botocore``] Upgrade awscrt version to 0.16.9" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 211195dffe..160e542e0a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.26.64 +======= + +* enhancement:AWSCRT: [``botocore``] Upgrade awscrt version to 0.16.9 +* api-change:``proton``: [``botocore``] Add new GetResourcesSummary API +* api-change:``redshift``: [``botocore``] Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster. + + 1.26.63 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 18d94361ed..f76285add1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.63' +__version__ = '1.26.64' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 6857ce5f6f..7771c00590 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.63,<1.30.0 + botocore>=1.29.64,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index bf33aef847..ae6d501294 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.63,<1.30.0', + 'botocore>=1.29.64,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]