Skip to content

Commit

Permalink
Bumping version to 1.36.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 6, 2025
1 parent b6100cf commit 5d4843d
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.36.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloudformation``",
"description": "We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "This release adds the ability to conditionally require fields on a template. Check public documentation for more information.",
"type": "api-change"
},
{
"category": "``cost-optimization-hub``",
"description": "This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.",
"type": "api-change"
},
{
"category": "Eventsteam",
"description": "The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-88161.json

This file was deleted.

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

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-85095.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Eventsteam-78927.json

This file was deleted.

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

1.36.15
=======

* api-change:``cloudformation``: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
* api-change:``connectcases``: This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
* api-change:``cost-optimization-hub``: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
* api-change:``s3``: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
* enhancement:Eventsteam: The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.


1.36.14
=======

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.36.14'
__version__ = '1.36.15'


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.36.'
# The full version, including alpha/beta/rc tags.
release = '1.36.14'
release = '1.36.15'

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

0 comments on commit 5d4843d

Please # to comment.