Skip to content

Commit

Permalink
Bumping version to 1.35.59
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 12, 2024
1 parent 664880e commit f6dbbf0
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.59.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-32690.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-controltower-85336.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fis-78654.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamelift-10389.json

This file was deleted.

This file was deleted.

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

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

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.35.58'
__version__ = '1.35.59'


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 @@ -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.
Expand Down

0 comments on commit f6dbbf0

Please sign in to comment.