diff --git a/.changes/1.34.59.json b/.changes/1.34.59.json new file mode 100644 index 0000000000..13d30d5f22 --- /dev/null +++ b/.changes/1.34.59.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-batch-28478.json b/.changes/next-release/api-change-batch-28478.json deleted file mode 100644 index ff8caccee4..0000000000 --- a/.changes/next-release/api-change-batch-28478.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-6387.json b/.changes/next-release/api-change-bedrockagentruntime-6387.json deleted file mode 100644 index 71af5801a5..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-6387.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Documentation update for Bedrock Runtime Agent" -} diff --git a/.changes/next-release/api-change-cloudtrail-33149.json b/.changes/next-release/api-change-cloudtrail-33149.json deleted file mode 100644 index b993a9fc67..0000000000 --- a/.changes/next-release/api-change-cloudtrail-33149.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs." -} diff --git a/.changes/next-release/api-change-codebuild-56657.json b/.changes/next-release/api-change-codebuild-56657.json deleted file mode 100644 index f7bfa4c327..0000000000 --- a/.changes/next-release/api-change-codebuild-56657.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] This release adds support for a new webhook event: PULL_REQUEST_CLOSED." -} diff --git a/.changes/next-release/api-change-cognitoidp-78793.json b/.changes/next-release/api-change-cognitoidp-78793.json deleted file mode 100644 index 1b8c1d87d2..0000000000 --- a/.changes/next-release/api-change-cognitoidp-78793.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Add ConcurrentModificationException to SetUserPoolMfaConfig" -} diff --git a/.changes/next-release/api-change-guardduty-9818.json b/.changes/next-release/api-change-guardduty-9818.json deleted file mode 100644 index f1afe7ac5e..0000000000 --- a/.changes/next-release/api-change-guardduty-9818.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Add RDS Provisioned and Serverless Usage types" -} diff --git a/.changes/next-release/api-change-transfer-91183.json b/.changes/next-release/api-change-transfer-91183.json deleted file mode 100644 index 3c658eb2ea..0000000000 --- a/.changes/next-release/api-change-transfer-91183.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dbb830f255..48dc06213a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 190a8acaf2..ad276cf302 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 102c0c0e0b..7b77c7f7fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 517f40b4e4..50a13d8ce4 100644 --- a/setup.py +++ b/setup.py @@ -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', ]