Skip to content

Commit

Permalink
Merge branch 'release-1.34.90'
Browse files Browse the repository at this point in the history
* release-1.34.90:
  Bumping version to 1.34.90
  Add changelog entries from botocore
  Move 3.8 and 3.9 builds back to macos-13 (#4094)
  • Loading branch information
aws-sdk-python-automation committed Apr 23, 2024
2 parents 1745077 + 6bfee91 commit eb20bba
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .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"
}
]
9 changes: 9 additions & 0 deletions .github/workflows/run-crt-test.yml
Expand Up @@ -16,6 +16,15 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: "3.8", os: "macos-latest" }
- { python-version: "3.9", os: "macos-latest" }
include:
- { python-version: "3.8", os: "macos-13" }
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -17,6 +17,15 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.8 and 3.9 do not run on m1 hardware which is now standard for
# macOS-latest.
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: "3.8", os: "macos-latest" }
- { python-version: "3.9", os: "macos-latest" }
include:
- { python-version: "3.8", os: "macos-13" }
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
]
Expand Down

0 comments on commit eb20bba

Please sign in to comment.