diff --git a/.changes/1.29.39.json b/.changes/1.29.39.json new file mode 100644 index 0000000000..cb4a75683f --- /dev/null +++ b/.changes/1.29.39.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-elasticache-83931.json b/.changes/next-release/api-change-elasticache-83931.json deleted file mode 100644 index 09c4e02204..0000000000 --- a/.changes/next-release/api-change-elasticache-83931.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-networkfirewall-48176.json b/.changes/next-release/api-change-networkfirewall-48176.json deleted file mode 100644 index 4ed0fe206b..0000000000 --- a/.changes/next-release/api-change-networkfirewall-48176.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``network-firewall``", - "description": "AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails." -} diff --git a/.changes/next-release/api-change-rds-43538.json b/.changes/next-release/api-change-rds-43538.json deleted file mode 100644 index 13fcdd551e..0000000000 --- a/.changes/next-release/api-change-rds-43538.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server." -} diff --git a/.changes/next-release/api-change-route53recoverycontrolconfig-23592.json b/.changes/next-release/api-change-route53recoverycontrolconfig-23592.json deleted file mode 100644 index bc738a3ed3..0000000000 --- a/.changes/next-release/api-change-route53recoverycontrolconfig-23592.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53-recovery-control-config``", - "description": "Added support for Python paginators in the route53-recovery-control-config List* APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc1b971db4..50d3a1860a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 2686864b8a..55d908942c 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.29.38' +__version__ = '1.29.39' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 4863a0a8c4..ef9d1034ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.