Skip to content

Commit

Permalink
Bumping version to 1.32.24
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 22, 2024
1 parent 37cb116 commit 6d6af15
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 54 deletions.
52 changes: 52 additions & 0 deletions .changes/1.32.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``appconfigdata``",
"description": "Fix FIPS Endpoints in aws-us-gov.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "Doc-only update around removing AL1 from list of available AMIs for Cloud9",
"type": "api-change"
},
{
"category": "``cloudfront-keyvaluestore``",
"description": "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": "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": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "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": "Allow customer to set zip default through command line arguments.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Doc only update for quota increase change",
"type": "api-change"
},
{
"category": "``rds``",
"description": "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": "Update endpoint-rules command to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appconfigdata-19412.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-21149.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcases-66604.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-74603.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-89661.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-34241.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-76762.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-organizations-83783.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-86147.json

This file was deleted.

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.32.24
=======

* api-change:``appconfigdata``: Fix FIPS Endpoints in aws-us-gov.
* api-change:``cloud9``: Doc-only update around removing AL1 from list of available AMIs for Cloud9
* api-change:``cloudfront-keyvaluestore``: 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``: 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``: Documentation updates for Amazon EC2.
* api-change:``ecs``: 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``: Allow customer to set zip default through command line arguments.
* api-change:``organizations``: Doc only update for quota increase change
* api-change:``rds``: 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``: Update endpoint-rules command to latest version


1.32.23
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.32.23'
__version__ = '1.32.24'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.32.'
# The full version, including alpha/beta/rc tags.
release = '1.32.23'
release = '1.32.24'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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
botocore==1.34.24
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.34.23',
'botocore==1.34.24',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 6d6af15

Please sign in to comment.