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 b689d0c commit f3f7252
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.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``ce``",
"description": "This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.",
"type": "api-change"
},
{
"category": "``ds``",
"description": "Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API",
"type": "api-change"
},
{
"category": "``ds-data``",
"description": "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": "Add `launchType` and `sourceIPs` fields to GuardDuty findings.",
"type": "api-change"
},
{
"category": "``mailmanager``",
"description": "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": "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": "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``: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* api-change:``ds``: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* api-change:``ds-data``: 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``: Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* api-change:``mailmanager``: 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``: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* api-change:``s3``: Added SSE-KMS support for directory buckets.


1.35.21
=======

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.21'
__version__ = '1.35.22'


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.21'
release = '1.35.22'

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

0 comments on commit f3f7252

Please sign in to comment.