From 9cea1fec78f975c145f80a60c2263d3c4d1cc6a7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 18 Sep 2024 18:10:17 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-ce-20537.json | 5 +++++ .changes/next-release/api-change-ds-70011.json | 5 +++++ .changes/next-release/api-change-dsdata-42603.json | 5 +++++ .changes/next-release/api-change-guardduty-61488.json | 5 +++++ .changes/next-release/api-change-mailmanager-11141.json | 5 +++++ .changes/next-release/api-change-rds-27244.json | 5 +++++ .changes/next-release/api-change-s3-28006.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-ce-20537.json create mode 100644 .changes/next-release/api-change-ds-70011.json create mode 100644 .changes/next-release/api-change-dsdata-42603.json create mode 100644 .changes/next-release/api-change-guardduty-61488.json create mode 100644 .changes/next-release/api-change-mailmanager-11141.json create mode 100644 .changes/next-release/api-change-rds-27244.json create mode 100644 .changes/next-release/api-change-s3-28006.json diff --git a/.changes/next-release/api-change-ce-20537.json b/.changes/next-release/api-change-ce-20537.json new file mode 100644 index 0000000000..412e609707 --- /dev/null +++ b/.changes/next-release/api-change-ce-20537.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "[``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations." +} diff --git a/.changes/next-release/api-change-ds-70011.json b/.changes/next-release/api-change-ds-70011.json new file mode 100644 index 0000000000..e641b3572c --- /dev/null +++ b/.changes/next-release/api-change-ds-70011.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ds``", + "description": "[``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API" +} diff --git a/.changes/next-release/api-change-dsdata-42603.json b/.changes/next-release/api-change-dsdata-42603.json new file mode 100644 index 0000000000..75abe79e2e --- /dev/null +++ b/.changes/next-release/api-change-dsdata-42603.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-guardduty-61488.json b/.changes/next-release/api-change-guardduty-61488.json new file mode 100644 index 0000000000..7e6780ee5c --- /dev/null +++ b/.changes/next-release/api-change-guardduty-61488.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "[``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings." +} diff --git a/.changes/next-release/api-change-mailmanager-11141.json b/.changes/next-release/api-change-mailmanager-11141.json new file mode 100644 index 0000000000..454268cdd9 --- /dev/null +++ b/.changes/next-release/api-change-mailmanager-11141.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-rds-27244.json b/.changes/next-release/api-change-rds-27244.json new file mode 100644 index 0000000000..7a227b0334 --- /dev/null +++ b/.changes/next-release/api-change-rds-27244.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-s3-28006.json b/.changes/next-release/api-change-s3-28006.json new file mode 100644 index 0000000000..06f8e2dbe9 --- /dev/null +++ b/.changes/next-release/api-change-s3-28006.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Added SSE-KMS support for directory buckets." +} From fe83dce7c22dfca01d8beb9de1c74a80025a3036 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 18 Sep 2024 18:10:38 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.22 --- .changes/1.35.22.json | 37 +++++++++++++++++++ .../next-release/api-change-ce-20537.json | 5 --- .../next-release/api-change-ds-70011.json | 5 --- .../next-release/api-change-dsdata-42603.json | 5 --- .../api-change-guardduty-61488.json | 5 --- .../api-change-mailmanager-11141.json | 5 --- .../next-release/api-change-rds-27244.json | 5 --- .../next-release/api-change-s3-28006.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.35.22.json delete mode 100644 .changes/next-release/api-change-ce-20537.json delete mode 100644 .changes/next-release/api-change-ds-70011.json delete mode 100644 .changes/next-release/api-change-dsdata-42603.json delete mode 100644 .changes/next-release/api-change-guardduty-61488.json delete mode 100644 .changes/next-release/api-change-mailmanager-11141.json delete mode 100644 .changes/next-release/api-change-rds-27244.json delete mode 100644 .changes/next-release/api-change-s3-28006.json diff --git a/.changes/1.35.22.json b/.changes/1.35.22.json new file mode 100644 index 0000000000..9937920d33 --- /dev/null +++ b/.changes/1.35.22.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ce-20537.json b/.changes/next-release/api-change-ce-20537.json deleted file mode 100644 index 412e609707..0000000000 --- a/.changes/next-release/api-change-ce-20537.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "[``botocore``] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations." -} diff --git a/.changes/next-release/api-change-ds-70011.json b/.changes/next-release/api-change-ds-70011.json deleted file mode 100644 index e641b3572c..0000000000 --- a/.changes/next-release/api-change-ds-70011.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ds``", - "description": "[``botocore``] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API" -} diff --git a/.changes/next-release/api-change-dsdata-42603.json b/.changes/next-release/api-change-dsdata-42603.json deleted file mode 100644 index 75abe79e2e..0000000000 --- a/.changes/next-release/api-change-dsdata-42603.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-guardduty-61488.json b/.changes/next-release/api-change-guardduty-61488.json deleted file mode 100644 index 7e6780ee5c..0000000000 --- a/.changes/next-release/api-change-guardduty-61488.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Add `launchType` and `sourceIPs` fields to GuardDuty findings." -} diff --git a/.changes/next-release/api-change-mailmanager-11141.json b/.changes/next-release/api-change-mailmanager-11141.json deleted file mode 100644 index 454268cdd9..0000000000 --- a/.changes/next-release/api-change-mailmanager-11141.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-rds-27244.json b/.changes/next-release/api-change-rds-27244.json deleted file mode 100644 index 7a227b0334..0000000000 --- a/.changes/next-release/api-change-rds-27244.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-s3-28006.json b/.changes/next-release/api-change-s3-28006.json deleted file mode 100644 index 06f8e2dbe9..0000000000 --- a/.changes/next-release/api-change-s3-28006.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Added SSE-KMS support for directory buckets." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2543d007ca..790e8af766 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 4636ca8acf..ea4596ec13 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index ad999f2be5..208121d86c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 49366392ab..562b1d8198 100644 --- a/setup.py +++ b/setup.py @@ -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', ]