From e710b4eeed22cfaa222e8080b069dc86d0fabc17 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 22 Jul 2024 18:07:55 +0000 Subject: [PATCH] Bumping version to 1.34.146 --- .changes/1.34.146.json | 27 +++++++++++++++++++ .../api-change-datazone-83071.json | 5 ---- .../next-release/api-change-ivs-64235.json | 5 ---- .../next-release/api-change-mobile-34586.json | 5 ---- .../api-change-neptunegraph-28325.json | 5 ---- .../api-change-redshiftserverless-4257.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.146.json delete mode 100644 .changes/next-release/api-change-datazone-83071.json delete mode 100644 .changes/next-release/api-change-ivs-64235.json delete mode 100644 .changes/next-release/api-change-mobile-34586.json delete mode 100644 .changes/next-release/api-change-neptunegraph-28325.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-4257.json diff --git a/.changes/1.34.146.json b/.changes/1.34.146.json new file mode 100644 index 0000000000..a9c1aa7fce --- /dev/null +++ b/.changes/1.34.146.json @@ -0,0 +1,27 @@ +[ + { + "category": "``datazone``", + "description": "[``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters.", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] Documentation update for IVS Low Latency API Reference.", + "type": "api-change" + }, + { + "category": "``mobile``", + "description": "[``botocore``] The mobile client has been removed following the deprecation of the service.", + "type": "api-change" + }, + { + "category": "``neptune-graph``", + "description": "[``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] Adds dualstack support for Redshift Serverless workgroup.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-83071.json b/.changes/next-release/api-change-datazone-83071.json deleted file mode 100644 index fddaf16e64..0000000000 --- a/.changes/next-release/api-change-datazone-83071.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters." -} diff --git a/.changes/next-release/api-change-ivs-64235.json b/.changes/next-release/api-change-ivs-64235.json deleted file mode 100644 index cc8358760a..0000000000 --- a/.changes/next-release/api-change-ivs-64235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "[``botocore``] Documentation update for IVS Low Latency API Reference." -} diff --git a/.changes/next-release/api-change-mobile-34586.json b/.changes/next-release/api-change-mobile-34586.json deleted file mode 100644 index 584f589564..0000000000 --- a/.changes/next-release/api-change-mobile-34586.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mobile``", - "description": "[``botocore``] The mobile client has been removed following the deprecation of the service." -} diff --git a/.changes/next-release/api-change-neptunegraph-28325.json b/.changes/next-release/api-change-neptunegraph-28325.json deleted file mode 100644 index 1713e5f4ec..0000000000 --- a/.changes/next-release/api-change-neptunegraph-28325.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptune-graph``", - "description": "[``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`" -} diff --git a/.changes/next-release/api-change-redshiftserverless-4257.json b/.changes/next-release/api-change-redshiftserverless-4257.json deleted file mode 100644 index 037b72f48a..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-4257.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] Adds dualstack support for Redshift Serverless workgroup." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6138fedc0..e0e5cca561 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.146 +======== + +* api-change:``datazone``: [``botocore``] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters. +* api-change:``ivs``: [``botocore``] Documentation update for IVS Low Latency API Reference. +* api-change:``mobile``: [``botocore``] The mobile client has been removed following the deprecation of the service. +* api-change:``neptune-graph``: [``botocore``] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory` +* api-change:``redshift-serverless``: [``botocore``] Adds dualstack support for Redshift Serverless workgroup. + + 1.34.145 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index bdeae30164..5532e5e53c 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.145' +__version__ = '1.34.146' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3fd69b78a7..31df55f8b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.145,<1.35.0 + botocore>=1.34.146,<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 460fd7c601..01660648b2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.145,<1.35.0', + 'botocore>=1.34.146,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]