diff --git a/.changes/1.35.59.json b/.changes/1.35.59.json new file mode 100644 index 0000000000..8161e2a351 --- /dev/null +++ b/.changes/1.35.59.json @@ -0,0 +1,32 @@ +[ + { + "category": "``codebuild``", + "description": "AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.", + "type": "api-change" + }, + { + "category": "``controltower``", + "description": "Added ResetEnabledControl API.", + "type": "api-change" + }, + { + "category": "``fis``", + "description": "This release adds support for generating experiment reports with the experiment report configuration", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.", + "type": "api-change" + }, + { + "category": "``payment-cryptography``", + "description": "Updated ListAliases API with KeyArn filter.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-32690.json b/.changes/next-release/api-change-codebuild-32690.json deleted file mode 100644 index 910afa45b9..0000000000 --- a/.changes/next-release/api-change-codebuild-32690.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity." -} diff --git a/.changes/next-release/api-change-controltower-85336.json b/.changes/next-release/api-change-controltower-85336.json deleted file mode 100644 index f3b57fe935..0000000000 --- a/.changes/next-release/api-change-controltower-85336.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``controltower``", - "description": "Added ResetEnabledControl API." -} diff --git a/.changes/next-release/api-change-fis-78654.json b/.changes/next-release/api-change-fis-78654.json deleted file mode 100644 index d91ab067c8..0000000000 --- a/.changes/next-release/api-change-fis-78654.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fis``", - "description": "This release adds support for generating experiment reports with the experiment report configuration" -} diff --git a/.changes/next-release/api-change-gamelift-10389.json b/.changes/next-release/api-change-gamelift-10389.json deleted file mode 100644 index 971354f31c..0000000000 --- a/.changes/next-release/api-change-gamelift-10389.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``gamelift``", - "description": "Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift." -} diff --git a/.changes/next-release/api-change-paymentcryptography-64275.json b/.changes/next-release/api-change-paymentcryptography-64275.json deleted file mode 100644 index d09d56de7f..0000000000 --- a/.changes/next-release/api-change-paymentcryptography-64275.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography``", - "description": "Updated ListAliases API with KeyArn filter." -} diff --git a/.changes/next-release/api-change-rds-2114.json b/.changes/next-release/api-change-rds-2114.json deleted file mode 100644 index 74b38f4f3b..0000000000 --- a/.changes/next-release/api-change-rds-2114.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15bf3f6b48..1be0c901d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.59 +======= + +* api-change:``codebuild``: AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity. +* api-change:``controltower``: Added ResetEnabledControl API. +* api-change:``fis``: This release adds support for generating experiment reports with the experiment report configuration +* api-change:``gamelift``: Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift. +* api-change:``payment-cryptography``: Updated ListAliases API with KeyArn filter. +* api-change:``rds``: Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL. + + 1.35.58 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 02987e8519..1ef80e981c 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.58' +__version__ = '1.35.59' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 6e77cfb4dd..d7a3a58c0c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.58' +release = '1.35.59' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.