Skip to content

Commit

Permalink
Bumping version to 1.35.86
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2024
1 parent ed96558 commit a085b66
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 62 deletions.
62 changes: 62 additions & 0 deletions .changes/1.35.86.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-36826.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-97262.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

* 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.35.85
=======

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.35.85'
__version__ = '1.35.86'


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.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.85'
release = '1.35.86'

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

0 comments on commit a085b66

Please sign in to comment.