Skip to content

Commit 66576f6

Browse files
Bumping version to 1.35.55
1 parent eb1aaf6 commit 66576f6

12 files changed

+52
-38
lines changed

.changes/1.35.55.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "[``botocore``] AWS CodeBuild now adds additional compute types for reserved capacity fleet.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``guardduty``",
9+
"description": "[``botocore``] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lakeformation``",
14+
"description": "[``botocore``] API changes for new named tag expressions feature.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``qapps``",
19+
"description": "[``botocore``] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``s3control``",
24+
"description": "[``botocore``] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``verifiedpermissions``",
29+
"description": "[``botocore``] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "protocol",
34+
"description": "[``botocore``] Added support for header enabling service migration off the AWS Query protocol.",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-codebuild-80120.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-guardduty-73837.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lakeformation-30571.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-qapps-27467.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-s3control-5225.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-verifiedpermissions-41124.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-QueryCompatibilityModeHeader-5257.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.35.55
6+
=======
7+
8+
* api-change:``codebuild``: [``botocore``] AWS CodeBuild now adds additional compute types for reserved capacity fleet.
9+
* api-change:``guardduty``: [``botocore``] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
10+
* api-change:``lakeformation``: [``botocore``] API changes for new named tag expressions feature.
11+
* api-change:``qapps``: [``botocore``] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.
12+
* api-change:``s3control``: [``botocore``] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
13+
* api-change:``verifiedpermissions``: [``botocore``] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
14+
* enhancement:protocol: [``botocore``] Added support for header enabling service migration off the AWS Query protocol.
15+
16+
517
1.35.54
618
=======
719

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.35.54'
20+
__version__ = '1.35.55'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

0 commit comments

Comments
 (0)