Skip to content

Commit

Permalink
Bumping version to 1.36.27
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2024
1 parent aa9e38b commit bd6788d
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 64 deletions.
62 changes: 62 additions & 0 deletions .changes/1.36.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``bedrock-agent``",
"description": "Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs",
"type": "api-change"
},
{
"category": "``bedrock-data-automation``",
"description": "Documentation update for Amazon Bedrock Data Automation",
"type": "api-change"
},
{
"category": "``bedrock-data-automation-runtime``",
"description": "Documentation update for Amazon Bedrock Data Automation Runtime",
"type": "api-change"
},
{
"category": "``billing``",
"description": "Added new API's for defining and fetching Billing Views.",
"type": "api-change"
},
{
"category": "``ce``",
"description": "Support for retrieving cost, usage, and forecast for billing view.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "This release expands the catalog of upgrade insight checks",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "Add CS8365C as a supported power connector for Outpost sites.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-72944.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-billing-77050.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ce-18588.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-82823.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-89568.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-macie2-59559.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-42812.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-90736.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.36.27
=======

* api-change:``bedrock-agent``: Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.
* api-change:``bedrock-agent-runtime``: bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
* api-change:``bedrock-data-automation``: Documentation update for Amazon Bedrock Data Automation
* api-change:``bedrock-data-automation-runtime``: Documentation update for Amazon Bedrock Data Automation Runtime
* api-change:``billing``: Added new API's for defining and fetching Billing Views.
* api-change:``ce``: Support for retrieving cost, usage, and forecast for billing view.
* api-change:``connect``: This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.
* api-change:``docdb``: Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.
* api-change:``eks``: This release expands the catalog of upgrade insight checks
* api-change:``macie2``: This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
* api-change:``outposts``: Add CS8365C as a supported power connector for Outpost sites.
* api-change:``sagemaker``: This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch


1.36.26
=======

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

import os

__version__ = '1.36.26'
__version__ = '1.36.27'

#
# Get our data path to be added to botocore's search path
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.36.'
# The full version, including alpha/beta/rc tags.
release = '1.36.26'
release = '1.36.27'

# 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.35.85
botocore==1.35.86
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.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.35.85',
'botocore==1.35.86',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit bd6788d

Please sign in to comment.