Skip to content

Commit

Permalink
Bumping version to 1.37.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 28, 2025
1 parent de332a9 commit b474be9
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.37.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``bedrock-agent``",
"description": "[``botocore``] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.",
"type": "api-change"
},
{
"category": "``bedrock-data-automation``",
"description": "[``botocore``] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.",
"type": "api-change"
},
{
"category": "``bedrock-data-automation-runtime``",
"description": "[``botocore``] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "[``botocore``] Add skipped status to the Result Statistics of an Assessment Run",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adding licenses to EKS Anywhere Subscription operations response.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Update GetProducts and DescribeServices API request input validations.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] Systems Manager doc-only updates for Feb. 2025.",
"type": "api-change"
},
{
"category": "useragent",
"description": "[``botocore``] Update user agent string to include client feature use.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-44901.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-78510.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-26767.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pricing-75649.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-74718.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-useragent-89566.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.37.4
======

* api-change:``bedrock-agent``: [``botocore``] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
* api-change:``bedrock-data-automation``: [``botocore``] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
* api-change:``bedrock-data-automation-runtime``: [``botocore``] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
* api-change:``dms``: [``botocore``] Add skipped status to the Result Statistics of an Assessment Run
* api-change:``eks``: [``botocore``] Adding licenses to EKS Anywhere Subscription operations response.
* api-change:``mediaconvert``: [``botocore``] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
* api-change:``pricing``: [``botocore``] Update GetProducts and DescribeServices API request input validations.
* api-change:``ssm``: [``botocore``] Systems Manager doc-only updates for Feb. 2025.
* enhancement:useragent: [``botocore``] Update user agent string to include client feature use.


1.37.3
======

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.37.3'
__version__ = '1.37.4'


# 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.37.3,<1.38.0
botocore>=1.37.4,<1.38.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.11.0,<0.12.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.37.3,<1.38.0',
'botocore>=1.37.4,<1.38.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]
Expand Down

0 comments on commit b474be9

Please sign in to comment.