From ccd90ea193f822318266f0080f202f3fb65aab2d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 6 Aug 2024 18:07:23 +0000 Subject: [PATCH] Bumping version to 1.34.155 --- .changes/1.34.155.json | 27 +++++++++++++++++++ .../api-change-bedrockagentruntime-54401.json | 5 ---- .../api-change-cognitoidp-311.json | 5 ---- .../api-change-costoptimizationhub-82020.json | 5 ---- .../api-change-workspaces-43624.json | 5 ---- .../enhancement-AWSCRT-49357.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.155.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-54401.json delete mode 100644 .changes/next-release/api-change-cognitoidp-311.json delete mode 100644 .changes/next-release/api-change-costoptimizationhub-82020.json delete mode 100644 .changes/next-release/api-change-workspaces-43624.json delete mode 100644 .changes/next-release/enhancement-AWSCRT-49357.json diff --git a/.changes/1.34.155.json b/.changes/1.34.155.json new file mode 100644 index 0000000000..22c53312d2 --- /dev/null +++ b/.changes/1.34.155.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "[``botocore``] Advanced security feature updates to include password history and log export for Cognito user pools.", + "type": "api-change" + }, + { + "category": "``cost-optimization-hub``", + "description": "[``botocore``] This release adds savings percentage support to the ListRecommendationSummaries API.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess", + "type": "api-change" + }, + { + "category": "AWSCRT", + "description": "[``botocore``] Update awscrt version to 0.21.2", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagentruntime-54401.json b/.changes/next-release/api-change-bedrockagentruntime-54401.json deleted file mode 100644 index 9e73d48868..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-54401.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage." -} diff --git a/.changes/next-release/api-change-cognitoidp-311.json b/.changes/next-release/api-change-cognitoidp-311.json deleted file mode 100644 index 5e24b3e1b1..0000000000 --- a/.changes/next-release/api-change-cognitoidp-311.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Advanced security feature updates to include password history and log export for Cognito user pools." -} diff --git a/.changes/next-release/api-change-costoptimizationhub-82020.json b/.changes/next-release/api-change-costoptimizationhub-82020.json deleted file mode 100644 index 29a2b8b2fa..0000000000 --- a/.changes/next-release/api-change-costoptimizationhub-82020.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cost-optimization-hub``", - "description": "[``botocore``] This release adds savings percentage support to the ListRecommendationSummaries API." -} diff --git a/.changes/next-release/api-change-workspaces-43624.json b/.changes/next-release/api-change-workspaces-43624.json deleted file mode 100644 index 7edd43eff6..0000000000 --- a/.changes/next-release/api-change-workspaces-43624.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess" -} diff --git a/.changes/next-release/enhancement-AWSCRT-49357.json b/.changes/next-release/enhancement-AWSCRT-49357.json deleted file mode 100644 index 1d6322240e..0000000000 --- a/.changes/next-release/enhancement-AWSCRT-49357.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "AWSCRT", - "description": "[``botocore``] Update awscrt version to 0.21.2" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0871f691f..eb6a4349ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.155 +======== + +* api-change:``bedrock-agent-runtime``: [``botocore``] Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage. +* api-change:``cognito-idp``: [``botocore``] Advanced security feature updates to include password history and log export for Cognito user pools. +* api-change:``cost-optimization-hub``: [``botocore``] This release adds savings percentage support to the ListRecommendationSummaries API. +* api-change:``workspaces``: [``botocore``] Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess +* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.21.2 + + 1.34.154 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 9df1a692e1..7f365de936 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.154' +__version__ = '1.34.155' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 59c2c084b8..db9fc5b4d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.154,<1.35.0 + botocore>=1.34.155,<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 6b2fe84abf..1a9dd957d5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.154,<1.35.0', + 'botocore>=1.34.155,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]