Skip to content

Commit

Permalink
Bumping version to 1.29.39
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 28, 2022
1 parent e4ff22d commit 4ff78bc
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .changes/1.29.39.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``elasticache``",
"description": "This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.",
"type": "api-change"
},
{
"category": "``route53-recovery-control-config``",
"description": "Added support for Python paginators in the route53-recovery-control-config List* APIs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticache-83931.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkfirewall-48176.json

This file was deleted.

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

This file was deleted.

This file was deleted.

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

1.29.39
=======

* api-change:``elasticache``: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
* api-change:``network-firewall``: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
* api-change:``rds``: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
* api-change:``route53-recovery-control-config``: Added support for Python paginators in the route53-recovery-control-config List* APIs.


1.29.38
=======

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

__version__ = '1.29.38'
__version__ = '1.29.39'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.38'
release = '1.29.39'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 4ff78bc

Please sign in to comment.