From 348113f2d1845db06c8c18a349574e2e51026cff Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Jul 2023 18:09:08 +0000 Subject: [PATCH] Bumping version to 1.30.1 --- .changes/1.30.1.json | 27 +++++++++++++++++++ .../api-change-comprehendmedical-32827.json | 5 ---- .../api-change-connect-14072.json | 5 ---- .../next-release/api-change-kms-19027.json | 5 ---- .../next-release/api-change-mgn-52220.json | 5 ---- .../api-change-securityhub-51761.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.30.1.json delete mode 100644 .changes/next-release/api-change-comprehendmedical-32827.json delete mode 100644 .changes/next-release/api-change-connect-14072.json delete mode 100644 .changes/next-release/api-change-kms-19027.json delete mode 100644 .changes/next-release/api-change-mgn-52220.json delete mode 100644 .changes/next-release/api-change-securityhub-51761.json diff --git a/.changes/1.30.1.json b/.changes/1.30.1.json new file mode 100644 index 0000000000..454809135f --- /dev/null +++ b/.changes/1.30.1.json @@ -0,0 +1,27 @@ +[ + { + "category": "``comprehendmedical``", + "description": "Update to Amazon Comprehend Medical documentation.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values.", + "type": "api-change" + }, + { + "category": "``kms``", + "description": "Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.", + "type": "api-change" + }, + { + "category": "``mgn``", + "description": "This release introduces the Global view feature and new Replication state APIs.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Documentation updates for AWS Security Hub", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-comprehendmedical-32827.json b/.changes/next-release/api-change-comprehendmedical-32827.json deleted file mode 100644 index a041114e4a..0000000000 --- a/.changes/next-release/api-change-comprehendmedical-32827.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``comprehendmedical``", - "description": "Update to Amazon Comprehend Medical documentation." -} diff --git a/.changes/next-release/api-change-connect-14072.json b/.changes/next-release/api-change-connect-14072.json deleted file mode 100644 index 8f7fbaa845..0000000000 --- a/.changes/next-release/api-change-connect-14072.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values." -} diff --git a/.changes/next-release/api-change-kms-19027.json b/.changes/next-release/api-change-kms-19027.json deleted file mode 100644 index 9960519d59..0000000000 --- a/.changes/next-release/api-change-kms-19027.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kms``", - "description": "Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call." -} diff --git a/.changes/next-release/api-change-mgn-52220.json b/.changes/next-release/api-change-mgn-52220.json deleted file mode 100644 index b79c73d090..0000000000 --- a/.changes/next-release/api-change-mgn-52220.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mgn``", - "description": "This release introduces the Global view feature and new Replication state APIs." -} diff --git a/.changes/next-release/api-change-securityhub-51761.json b/.changes/next-release/api-change-securityhub-51761.json deleted file mode 100644 index 271afbb265..0000000000 --- a/.changes/next-release/api-change-securityhub-51761.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Documentation updates for AWS Security Hub" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b6256c18c..efe51b572d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.30.1 +====== + +* api-change:``comprehendmedical``: Update to Amazon Comprehend Medical documentation. +* api-change:``connect``: GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values. +* api-change:``kms``: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call. +* api-change:``mgn``: This release introduces the Global view feature and new Replication state APIs. +* api-change:``securityhub``: Documentation updates for AWS Security Hub + + 1.30.0 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 7e843c0bc6..aa346e87f3 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.30.0' +__version__ = '1.30.1' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index f3f65c0d47..d5863917e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.30' # The full version, including alpha/beta/rc tags. -release = '1.30.0' +release = '1.30.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.