Skip to content

Commit

Permalink
Bumping version to 1.35.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 10, 2024
1 parent 27ac5b4 commit d125b9a
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.16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``chime-sdk-voice``",
"description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.",
"type": "api-change"
},
{
"category": "``cognito-identity``",
"description": "This release adds sensitive trait to some required shapes.",
"type": "api-change"
},
{
"category": "``pipes``",
"description": "This release adds support for customer managed KMS keys in Amazon EventBridge Pipe",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Documentation update for Security Hub",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "Update awscrt version to 0.21.5",
"type": "enhancement"
},
{
"category": "``s3``",
"description": "Adds logic to gracefully handle invalid timestamps returned in the Expires header.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkvoice-52721.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidentity-6553.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pipes-47516.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-92936.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-AWSCRT-51664.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-s3-94466.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.16
=======

* api-change:``chime-sdk-voice``: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
* api-change:``cognito-identity``: This release adds sensitive trait to some required shapes.
* api-change:``pipes``: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe
* api-change:``securityhub``: Documentation update for Security Hub
* enhancement:AWSCRT: Update awscrt version to 0.21.5
* enhancement:``s3``: Adds logic to gracefully handle invalid timestamps returned in the Expires header.


1.35.15
=======

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.15'
__version__ = '1.35.16'


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.15'
release = '1.35.16'

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

0 comments on commit d125b9a

Please sign in to comment.