Skip to content

Commit

Permalink
Merge branch 'release-1.33.2' into develop
Browse files Browse the repository at this point in the history
* release-1.33.2:
  Bumping version to 1.33.2
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 28, 2023
2 parents 1d2c009 + 1753fa7 commit 5cf793f
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 3 deletions.
62 changes: 62 additions & 0 deletions .changes/1.33.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``accessanalyzer``",
"description": "[``botocore``] This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] This release introduces Agents for Amazon Bedrock Runtime",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "[``botocore``] This release introduces Agents for Amazon Bedrock",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] This release adds support for minor versions/aliases for invoke model identifier.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "[``botocore``] This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "[``botocore``] This release introduces DetectProfileObjectType API to auto generate object type mapping.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "[``botocore``] Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "[``botocore``] Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Adds support for S3 Express One Zone.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.33.2
======

* api-change:``accessanalyzer``: [``botocore``] This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
* api-change:``bedrock-agent-runtime``: [``botocore``] This release introduces Agents for Amazon Bedrock Runtime
* api-change:``bedrock-agent``: [``botocore``] This release introduces Agents for Amazon Bedrock
* api-change:``bedrock-runtime``: [``botocore``] This release adds support for minor versions/aliases for invoke model identifier.
* api-change:``bedrock``: [``botocore``] This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
* api-change:``connect``: [``botocore``] Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.
* api-change:``customer-profiles``: [``botocore``] This release introduces DetectProfileObjectType API to auto generate object type mapping.
* api-change:``qbusiness``: [``botocore``] Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.
* api-change:``qconnect``: [``botocore``] Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.
* api-change:``s3``: [``botocore``] Adds support for S3 Express One Zone.
* api-change:``s3control``: [``botocore``] Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.33.1
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.33.1'
__version__ = '1.33.2'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.33.1,<1.34.0
botocore>=1.33.2,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.0,<0.9.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.33.1,<1.34.0',
'botocore>=1.33.2,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.0,<0.9.0',
]
Expand Down

0 comments on commit 5cf793f

Please sign in to comment.