Skip to content

Commit

Permalink
Merge branch 'release-1.34.59' into develop
Browse files Browse the repository at this point in the history
* release-1.34.59:
  Bumping version to 1.34.59
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 8, 2024
2 parents 3eb4335 + 7d7b04e commit 0f0b63e
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.59.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``batch``",
"description": "[``botocore``] This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] Documentation update for Bedrock Runtime Agent",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "[``botocore``] This release adds support for a new webhook event: PULL_REQUEST_CLOSED.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] Add ConcurrentModificationException to SetUserPoolMfaConfig",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Add RDS Provisioned and Serverless Usage types",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.59
=======

* api-change:``batch``: [``botocore``] This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
* api-change:``bedrock-agent-runtime``: [``botocore``] Documentation update for Bedrock Runtime Agent
* api-change:``cloudtrail``: [``botocore``] Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
* api-change:``codebuild``: [``botocore``] This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
* api-change:``cognito-idp``: [``botocore``] Add ConcurrentModificationException to SetUserPoolMfaConfig
* api-change:``guardduty``: [``botocore``] Add RDS Provisioned and Serverless Usage types
* api-change:``transfer``: [``botocore``] Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.


1.34.58
=======

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.34.58'
__version__ = '1.34.59'


# 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.34.58,<1.35.0
botocore>=1.34.59,<1.35.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 @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.58,<1.35.0',
'botocore>=1.34.59,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 0f0b63e

Please sign in to comment.