Skip to content

Commit

Permalink
Bumping version to 1.35.55
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 6, 2024
1 parent 253c101 commit e91eb87
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.55.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codebuild``",
"description": "AWS CodeBuild now adds additional compute types for reserved capacity fleet.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "API changes for new named tag expressions feature.",
"type": "api-change"
},
{
"category": "``qapps``",
"description": "Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.",
"type": "api-change"
},
{
"category": "protocol",
"description": "Added support for header enabling service migration off the AWS Query protocol.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-80120.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-guardduty-73837.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lakeformation-30571.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qapps-27467.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-5225.json

This file was deleted.

This file was deleted.

This file was deleted.

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

1.35.55
=======

* api-change:``codebuild``: AWS CodeBuild now adds additional compute types for reserved capacity fleet.
* api-change:``guardduty``: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
* api-change:``lakeformation``: API changes for new named tag expressions feature.
* api-change:``qapps``: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.
* api-change:``s3control``: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
* api-change:``verifiedpermissions``: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
* enhancement:protocol: Added support for header enabling service migration off the AWS Query protocol.


1.35.54
=======

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.54'
__version__ = '1.35.55'


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.54'
release = '1.35.55'

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

0 comments on commit e91eb87

Please sign in to comment.