Skip to content

Commit

Permalink
Merge branch 'release-1.34.24' into develop
Browse files Browse the repository at this point in the history
* release-1.34.24:
  Bumping version to 1.34.24
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jan 22, 2024
2 parents 710402a + 7dca36a commit 2780e15
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``appconfigdata``",
"description": "[``botocore``] Fix FIPS Endpoints in aws-us-gov.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "[``botocore``] Doc-only update around removing AL1 from list of available AMIs for Cloud9",
"type": "api-change"
},
{
"category": "``cloudfront-keyvaluestore``",
"description": "[``botocore``] This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "[``botocore``] This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "[``botocore``] Allow customer to set zip default through command line arguments.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "[``botocore``] Doc only update for quota increase change",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.34.24
=======

* api-change:``appconfigdata``: [``botocore``] Fix FIPS Endpoints in aws-us-gov.
* api-change:``cloud9``: [``botocore``] Doc-only update around removing AL1 from list of available AMIs for Cloud9
* api-change:``cloudfront-keyvaluestore``: [``botocore``] This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
* api-change:``connectcases``: [``botocore``] This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``ecs``: [``botocore``] This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* api-change:``finspace``: [``botocore``] Allow customer to set zip default through command line arguments.
* api-change:``organizations``: [``botocore``] Doc only update for quota increase change
* api-change:``rds``: [``botocore``] Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.34.23
=======

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.23'
__version__ = '1.34.24'


# 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.23,<1.35.0
botocore>=1.34.24,<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.23,<1.35.0',
'botocore>=1.34.24,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 2780e15

Please sign in to comment.