From 6bfee910292ef4be7451fd3aa0234a48c48edbae Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 23 Apr 2024 18:09:52 +0000 Subject: [PATCH] Bumping version to 1.34.90 --- .changes/1.34.90.json | 47 +++++++++++++++++++ .../api-change-bedrock-89943.json | 5 -- .../api-change-bedrockagent-54704.json | 5 -- .../api-change-bedrockagentruntime-95370.json | 5 -- .../api-change-bedrockruntime-12532.json | 5 -- .../next-release/api-change-ce-86629.json | 5 -- .../next-release/api-change-ec2-29008.json | 5 -- .../next-release/api-change-pi-49392.json | 5 -- .../next-release/api-change-rds-63213.json | 5 -- .../api-change-workspacesweb-99120.json | 5 -- CHANGELOG.rst | 14 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 .changes/1.34.90.json delete mode 100644 .changes/next-release/api-change-bedrock-89943.json delete mode 100644 .changes/next-release/api-change-bedrockagent-54704.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-95370.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-12532.json delete mode 100644 .changes/next-release/api-change-ce-86629.json delete mode 100644 .changes/next-release/api-change-ec2-29008.json delete mode 100644 .changes/next-release/api-change-pi-49392.json delete mode 100644 .changes/next-release/api-change-rds-63213.json delete mode 100644 .changes/next-release/api-change-workspacesweb-99120.json diff --git a/.changes/1.34.90.json b/.changes/1.34.90.json new file mode 100644 index 0000000000..2f741047e0 --- /dev/null +++ b/.changes/1.34.90.json @@ -0,0 +1,47 @@ +[ + { + "category": "``bedrock``", + "description": "[``botocore``] This release introduces Model Evaluation and Guardrails for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] This release introduces Guardrails for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``ce``", + "description": "[``botocore``] Added additional metadata that might be applicable to your reservation recommendations.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Fix the example ARN for ModifyActivityStreamRequest", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "[``botocore``] Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-89943.json b/.changes/next-release/api-change-bedrock-89943.json deleted file mode 100644 index 60ffcaab0f..0000000000 --- a/.changes/next-release/api-change-bedrock-89943.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] This release introduces Model Evaluation and Guardrails for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-bedrockagent-54704.json b/.changes/next-release/api-change-bedrockagent-54704.json deleted file mode 100644 index 95cfb5722a..0000000000 --- a/.changes/next-release/api-change-bedrockagent-54704.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-95370.json b/.changes/next-release/api-change-bedrockagentruntime-95370.json deleted file mode 100644 index 02f083175a..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-95370.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base." -} diff --git a/.changes/next-release/api-change-bedrockruntime-12532.json b/.changes/next-release/api-change-bedrockruntime-12532.json deleted file mode 100644 index d26e827df4..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-12532.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] This release introduces Guardrails for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-ce-86629.json b/.changes/next-release/api-change-ce-86629.json deleted file mode 100644 index 7ca03bc155..0000000000 --- a/.changes/next-release/api-change-ce-86629.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "[``botocore``] Added additional metadata that might be applicable to your reservation recommendations." -} diff --git a/.changes/next-release/api-change-ec2-29008.json b/.changes/next-release/api-change-ec2-29008.json deleted file mode 100644 index 9eb04afe39..0000000000 --- a/.changes/next-release/api-change-ec2-29008.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API." -} diff --git a/.changes/next-release/api-change-pi-49392.json b/.changes/next-release/api-change-pi-49392.json deleted file mode 100644 index 41de719bb3..0000000000 --- a/.changes/next-release/api-change-pi-49392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API." -} diff --git a/.changes/next-release/api-change-rds-63213.json b/.changes/next-release/api-change-rds-63213.json deleted file mode 100644 index 3f47864a3b..0000000000 --- a/.changes/next-release/api-change-rds-63213.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Fix the example ARN for ModifyActivityStreamRequest" -} diff --git a/.changes/next-release/api-change-workspacesweb-99120.json b/.changes/next-release/api-change-workspacesweb-99120.json deleted file mode 100644 index de70869ce3..0000000000 --- a/.changes/next-release/api-change-workspacesweb-99120.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-web``", - "description": "[``botocore``] Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8477c261d7..3bb44077d4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.90 +======= + +* api-change:``bedrock``: [``botocore``] This release introduces Model Evaluation and Guardrails for Amazon Bedrock. +* api-change:``bedrock-agent``: [``botocore``] Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data. +* api-change:``bedrock-agent-runtime``: [``botocore``] This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base. +* api-change:``bedrock-runtime``: [``botocore``] This release introduces Guardrails for Amazon Bedrock. +* api-change:``ce``: [``botocore``] Added additional metadata that might be applicable to your reservation recommendations. +* api-change:``ec2``: [``botocore``] This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API. +* api-change:``pi``: [``botocore``] Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API. +* api-change:``rds``: [``botocore``] Fix the example ARN for ModifyActivityStreamRequest +* api-change:``workspaces-web``: [``botocore``] Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings) + + 1.34.89 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index e7a591bc99..438ed180f1 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.89' +__version__ = '1.34.90' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index cc1f538c05..d87409446b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.89,<1.35.0 + botocore>=1.34.90,<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 825c6642b4..bd205e4f9a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.89,<1.35.0', + 'botocore>=1.34.90,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]