Skip to content

Commit

Permalink
Merge branch 'release-1.35.86'
Browse files Browse the repository at this point in the history
* release-1.35.86:
  Bumping version to 1.35.86
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2024
2 parents 32d54c8 + 2f685aa commit 84a4b27
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 3 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Documentation update for Amazon Bedrock Data Automation",
"type": "api-change"
},
{
"category": "``bedrock-data-automation-runtime``",
"description": "[``botocore``] Documentation update for Amazon Bedrock Data Automation Runtime",
"type": "api-change"
},
{
"category": "``billing``",
"description": "[``botocore``] Added new API's for defining and fetching Billing Views.",
"type": "api-change"
},
{
"category": "``ce``",
"description": "[``botocore``] Support for retrieving cost, usage, and forecast for billing view.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "[``botocore``] Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] This release expands the catalog of upgrade insight checks",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "[``botocore``] 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": "[``botocore``] Add CS8365C as a supported power connector for Outpost sites.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch",
"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.35.86
=======

* api-change:``bedrock-agent``: [``botocore``] 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``: [``botocore``] bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
* api-change:``bedrock-data-automation``: [``botocore``] Documentation update for Amazon Bedrock Data Automation
* api-change:``bedrock-data-automation-runtime``: [``botocore``] Documentation update for Amazon Bedrock Data Automation Runtime
* api-change:``billing``: [``botocore``] Added new API's for defining and fetching Billing Views.
* api-change:``ce``: [``botocore``] Support for retrieving cost, usage, and forecast for billing view.
* api-change:``connect``: [``botocore``] This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.
* api-change:``docdb``: [``botocore``] Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.
* api-change:``eks``: [``botocore``] This release expands the catalog of upgrade insight checks
* api-change:``macie2``: [``botocore``] This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
* api-change:``outposts``: [``botocore``] Add CS8365C as a supported power connector for Outpost sites.
* api-change:``sagemaker``: [``botocore``] 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 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.35.85'
__version__ = '1.35.86'


# 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.35.85,<1.36.0
botocore>=1.35.86,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

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


requires = [
'botocore>=1.35.85,<1.36.0',
'botocore>=1.35.86,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 84a4b27

Please sign in to comment.