From ded2a5c4c03635ae321ac4fb6718249f0fac70fe Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 24 May 2024 20:00:50 +0000 Subject: [PATCH] Bumping version to 1.34.113 --- .changes/1.34.113.json | 17 +++++++++++++++++ .../next-release/api-change-dynamodb-88310.json | 5 ----- .../api-change-iotfleetwise-13340.json | 5 ----- .../api-change-managedblockchain-32834.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.34.113.json delete mode 100644 .changes/next-release/api-change-dynamodb-88310.json delete mode 100644 .changes/next-release/api-change-iotfleetwise-13340.json delete mode 100644 .changes/next-release/api-change-managedblockchain-32834.json diff --git a/.changes/1.34.113.json b/.changes/1.34.113.json new file mode 100644 index 0000000000..78fd031d25 --- /dev/null +++ b/.changes/1.34.113.json @@ -0,0 +1,17 @@ +[ + { + "category": "``dynamodb``", + "description": "[``botocore``] Documentation only updates for DynamoDB.", + "type": "api-change" + }, + { + "category": "``iotfleetwise``", + "description": "[``botocore``] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.", + "type": "api-change" + }, + { + "category": "``managedblockchain``", + "description": "[``botocore``] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-88310.json b/.changes/next-release/api-change-dynamodb-88310.json deleted file mode 100644 index d0965dea28..0000000000 --- a/.changes/next-release/api-change-dynamodb-88310.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] Documentation only updates for DynamoDB." -} diff --git a/.changes/next-release/api-change-iotfleetwise-13340.json b/.changes/next-release/api-change-iotfleetwise-13340.json deleted file mode 100644 index 55a44cabf9..0000000000 --- a/.changes/next-release/api-change-iotfleetwise-13340.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotfleetwise``", - "description": "[``botocore``] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter." -} diff --git a/.changes/next-release/api-change-managedblockchain-32834.json b/.changes/next-release/api-change-managedblockchain-32834.json deleted file mode 100644 index 8ab327aabc..0000000000 --- a/.changes/next-release/api-change-managedblockchain-32834.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``managedblockchain``", - "description": "[``botocore``] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fccfe2a413..af289a1991 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.113 +======== + +* api-change:``dynamodb``: [``botocore``] Documentation only updates for DynamoDB. +* api-change:``iotfleetwise``: [``botocore``] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter. +* api-change:``managedblockchain``: [``botocore``] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks. + + 1.34.112 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 8532c7f67c..fc0805fa83 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.112' +__version__ = '1.34.113' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 533658c8a2..9440fc4eb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.112,<1.35.0 + botocore>=1.34.113,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index c290e7219a..04912d7a21 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.112,<1.35.0', + 'botocore>=1.34.113,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]