Skip to content

Commit

Permalink
Bumping version to 1.35.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 18, 2024
1 parent 9cea1fe commit fe83dce
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``ce``",
"description": "[``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.",
"type": "api-change"
},
{
"category": "``ds``",
"description": "[``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API",
"type": "api-change"
},
{
"category": "``ds-data``",
"description": "[``botocore``] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings.",
"type": "api-change"
},
{
"category": "``mailmanager``",
"description": "[``botocore``] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Added SSE-KMS support for directory buckets.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ce-20537.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ds-70011.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dsdata-42603.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mailmanager-11141.json

This file was deleted.

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

This file was deleted.

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

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.22
=======

* api-change:``ce``: [``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* api-change:``ds``: [``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* api-change:``ds-data``: [``botocore``] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
* api-change:``guardduty``: [``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* api-change:``mailmanager``: [``botocore``] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* api-change:``s3``: [``botocore``] Added SSE-KMS support for directory buckets.


1.35.21
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.21'
__version__ = '1.35.22'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.21,<1.36.0
botocore>=1.35.22,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.21,<1.36.0',
'botocore>=1.35.22,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit fe83dce

Please sign in to comment.