diff --git a/.changes/1.34.82.json b/.changes/1.34.82.json new file mode 100644 index 0000000000..1b20c4d437 --- /dev/null +++ b/.changes/1.34.82.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cleanrooms``", + "description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.", + "type": "api-change" + }, + { + "category": "``networkmonitor``", + "description": "Examples were added to CloudWatch Network Monitor commands.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "Added support for ContentType to content moderation detections.", + "type": "api-change" + }, + { + "category": "``supplychain``", + "description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cleanrooms-81432.json b/.changes/next-release/api-change-cleanrooms-81432.json deleted file mode 100644 index eaf325efa1..0000000000 --- a/.changes/next-release/api-change-cleanrooms-81432.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts." -} diff --git a/.changes/next-release/api-change-connect-3496.json b/.changes/next-release/api-change-connect-3496.json deleted file mode 100644 index 9d9a05560d..0000000000 --- a/.changes/next-release/api-change-connect-3496.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules." -} diff --git a/.changes/next-release/api-change-networkmonitor-17097.json b/.changes/next-release/api-change-networkmonitor-17097.json deleted file mode 100644 index 233cddbbcb..0000000000 --- a/.changes/next-release/api-change-networkmonitor-17097.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmonitor``", - "description": "Examples were added to CloudWatch Network Monitor commands." -} diff --git a/.changes/next-release/api-change-qconnect-40554.json b/.changes/next-release/api-change-qconnect-40554.json deleted file mode 100644 index 1985ae0964..0000000000 --- a/.changes/next-release/api-change-qconnect-40554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession" -} diff --git a/.changes/next-release/api-change-rekognition-80922.json b/.changes/next-release/api-change-rekognition-80922.json deleted file mode 100644 index 59ac8d4285..0000000000 --- a/.changes/next-release/api-change-rekognition-80922.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "Added support for ContentType to content moderation detections." -} diff --git a/.changes/next-release/api-change-supplychain-67763.json b/.changes/next-release/api-change-supplychain-67763.json deleted file mode 100644 index 8011db2b2d..0000000000 --- a/.changes/next-release/api-change-supplychain-67763.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``supplychain``", - "description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain" -} diff --git a/.changes/next-release/api-change-workspacesthinclient-82107.json b/.changes/next-release/api-change-workspacesthinclient-82107.json deleted file mode 100644 index 1131b2e271..0000000000 --- a/.changes/next-release/api-change-workspacesthinclient-82107.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c4d665662..9846de1584 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.82 +======= + +* api-change:``cleanrooms``: AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts. +* api-change:``connect``: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules. +* api-change:``networkmonitor``: Examples were added to CloudWatch Network Monitor commands. +* api-change:``qconnect``: This release adds a new QiC public API updateSession and updates an existing QiC public API createSession +* api-change:``rekognition``: Added support for ContentType to content moderation detections. +* api-change:``supplychain``: This release includes API SendDataIntegrationEvent for AWS Supply Chain +* api-change:``workspaces-thin-client``: Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs. + + 1.34.81 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1f41f24c81..36cd792c3c 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.81' +__version__ = '1.34.82' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3cfe9cac69..2ea21ebcd1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.81' +release = '1.34.82' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.