Skip to content

Commit

Permalink
Bumping version to 1.34.82
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 10, 2024
1 parent 6c8a42d commit d20428f
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.82.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cleanrooms-81432.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-3496.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkmonitor-17097.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qconnect-40554.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rekognition-80922.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-supplychain-67763.json

This file was deleted.

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

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.34.81'
__version__ = '1.34.82'


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.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.
Expand Down

0 comments on commit d20428f

Please sign in to comment.