Skip to content

Commit

Permalink
Bumping version to 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 28, 2023
1 parent 5b2ade2 commit e8a9f38
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 62 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": "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``",
"description": "This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "This release introduces Agents for Amazon Bedrock",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "This release introduces Agents for Amazon Bedrock Runtime",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "This release adds support for minor versions/aliases for invoke model identifier.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "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": "This release introduces DetectProfileObjectType API to auto generate object type mapping.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "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": "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": "Adds support for S3 Express One Zone.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-accessanalyzer-49701.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-34731.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-69815.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockruntime-29758.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-51996.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-94400.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-96440.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qbusiness-11571.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qconnect-80765.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-30237.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-97162.json

This file was deleted.

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``: 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``: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
* api-change:``bedrock-agent``: This release introduces Agents for Amazon Bedrock
* api-change:``bedrock-agent-runtime``: This release introduces Agents for Amazon Bedrock Runtime
* api-change:``bedrock-runtime``: This release adds support for minor versions/aliases for invoke model identifier.
* api-change:``connect``: 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``: This release introduces DetectProfileObjectType API to auto generate object type mapping.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
* api-change:``qbusiness``: 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``: 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``: Adds support for S3 Express One Zone.
* api-change:``s3control``: Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.


1.33.1
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.33.1'
__version__ = '1.33.2'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.33'
# The full version, including alpha/beta/rc tags.
release = '1.33.1'
release = '1.33.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e8a9f38

Please sign in to comment.