Skip to content

Commit

Permalink
Merge branch 'release-1.31.2' into develop
Browse files Browse the repository at this point in the history
* release-1.31.2:
  Bumping version to 1.31.2
  Update changelog based on model updates
  update bedrock agent name
  update service name
  add back invoke-agent
  update removals.py to latest
  • Loading branch information
aws-sdk-python-automation committed Nov 28, 2023
2 parents 0f81aee + c20a39c commit 00a2683
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .changes/1.31.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 command 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"
}
]
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.31.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 command 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.31.1
======

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

__version__ = '1.31.1'
__version__ = '1.31.2'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 2 additions & 0 deletions awscli/customizations/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def register_removals(event_handler):
remove_commands=['invoke-endpoint-with-response-stream'])
cmd_remover.remove(on_event='building-command-table.bedrock-runtime',
remove_commands=['invoke-model-with-response-stream'])
cmd_remover.remove(on_event='building-command-table.bedrock-agent-runtime',
remove_commands=['invoke-agent'])


class CommandRemover(object):
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.31'
# The full version, including alpha/beta/rc tags.
release = '1.31.1'
release = '1.31.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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
botocore==1.33.2
docutils>=0.10,<0.17
s3transfer>=0.8.0,<0.9.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.33.1',
'botocore==1.33.2',
'docutils>=0.10,<0.17',
's3transfer>=0.8.0,<0.9.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 00a2683

Please sign in to comment.