From 4940f20512f634abf6d7416dd3404f37d650da0a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 11 Aug 2023 18:11:18 +0000 Subject: [PATCH] Bumping version to 1.28.25 --- .changes/1.28.25.json | 32 +++++++++++++++++++ .../api-change-amplifybackend-29510.json | 5 --- .../next-release/api-change-config-76105.json | 5 --- .../next-release/api-change-ec2-73868.json | 5 --- .../api-change-quicksight-34579.json | 5 --- .../next-release/api-change-ses-70587.json | 5 --- .../next-release/api-change-swf-8293.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.28.25.json delete mode 100644 .changes/next-release/api-change-amplifybackend-29510.json delete mode 100644 .changes/next-release/api-change-config-76105.json delete mode 100644 .changes/next-release/api-change-ec2-73868.json delete mode 100644 .changes/next-release/api-change-quicksight-34579.json delete mode 100644 .changes/next-release/api-change-ses-70587.json delete mode 100644 .changes/next-release/api-change-swf-8293.json diff --git a/.changes/1.28.25.json b/.changes/1.28.25.json new file mode 100644 index 0000000000..256aca1305 --- /dev/null +++ b/.changes/1.28.25.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplifybackend``", + "description": "[``botocore``] Adds sensitive trait to required input shapes.", + "type": "api-change" + }, + { + "category": "``config``", + "description": "[``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API", + "type": "api-change" + }, + { + "category": "``ses``", + "description": "[``botocore``] Update ses client to latest version", + "type": "api-change" + }, + { + "category": "``swf``", + "description": "[``botocore``] This release adds new API parameters to override workflow task list for workflow executions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplifybackend-29510.json b/.changes/next-release/api-change-amplifybackend-29510.json deleted file mode 100644 index c2861731ea..0000000000 --- a/.changes/next-release/api-change-amplifybackend-29510.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplifybackend``", - "description": "[``botocore``] Adds sensitive trait to required input shapes." -} diff --git a/.changes/next-release/api-change-config-76105.json b/.changes/next-release/api-change-config-76105.json deleted file mode 100644 index af4ef6a4a7..0000000000 --- a/.changes/next-release/api-change-config-76105.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023." -} diff --git a/.changes/next-release/api-change-ec2-73868.json b/.changes/next-release/api-change-ec2-73868.json deleted file mode 100644 index f7ae322e9c..0000000000 --- a/.changes/next-release/api-change-ec2-73868.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors." -} diff --git a/.changes/next-release/api-change-quicksight-34579.json b/.changes/next-release/api-change-quicksight-34579.json deleted file mode 100644 index e4ad03d57f..0000000000 --- a/.changes/next-release/api-change-quicksight-34579.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API" -} diff --git a/.changes/next-release/api-change-ses-70587.json b/.changes/next-release/api-change-ses-70587.json deleted file mode 100644 index d4294bc386..0000000000 --- a/.changes/next-release/api-change-ses-70587.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ses``", - "description": "[``botocore``] Update ses client to latest version" -} diff --git a/.changes/next-release/api-change-swf-8293.json b/.changes/next-release/api-change-swf-8293.json deleted file mode 100644 index 5c321b3e64..0000000000 --- a/.changes/next-release/api-change-swf-8293.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``swf``", - "description": "[``botocore``] This release adds new API parameters to override workflow task list for workflow executions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6ad4796e4..4a3de6199f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.28.25 +======= + +* api-change:``amplifybackend``: [``botocore``] Adds sensitive trait to required input shapes. +* api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023. +* api-change:``ec2``: [``botocore``] Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors. +* api-change:``quicksight``: [``botocore``] New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API +* api-change:``ses``: [``botocore``] Update ses client to latest version +* api-change:``swf``: [``botocore``] This release adds new API parameters to override workflow task list for workflow executions. + + 1.28.24 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index c3cb6f2078..d63f95b2a1 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.24' +__version__ = '1.28.25' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ee9dcc2837..e6b04cc96b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.24,<1.32.0 + botocore>=1.31.25,<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 6a20fd1c3d..4b0f4fc3cc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.24,<1.32.0', + 'botocore>=1.31.25,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]