diff --git a/.changes/1.29.134.json b/.changes/1.29.134.json new file mode 100644 index 0000000000..42d9dce1ea --- /dev/null +++ b/.changes/1.29.134.json @@ -0,0 +1,37 @@ +[ + { + "category": "EndpointProvider", + "description": "Fixed bug in virtual addressing for S3 Buckets `#2938 `__", + "type": "bugfix" + }, + { + "category": "``athena``", + "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.", + "type": "api-change" + }, + { + "category": "``codecatalyst``", + "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.", + "type": "api-change" + }, + { + "category": "``rolesanywhere``", + "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-17820.json b/.changes/next-release/api-change-athena-17820.json deleted file mode 100644 index 9f236218a0..0000000000 --- a/.changes/next-release/api-change-athena-17820.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning." -} diff --git a/.changes/next-release/api-change-codecatalyst-67540.json b/.changes/next-release/api-change-codecatalyst-67540.json deleted file mode 100644 index c4511c903f..0000000000 --- a/.changes/next-release/api-change-codecatalyst-67540.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codecatalyst``", - "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst" -} diff --git a/.changes/next-release/api-change-kafka-4765.json b/.changes/next-release/api-change-kafka-4765.json deleted file mode 100644 index ffee10b598..0000000000 --- a/.changes/next-release/api-change-kafka-4765.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs" -} diff --git a/.changes/next-release/api-change-rekognition-55944.json b/.changes/next-release/api-change-rekognition-55944.json deleted file mode 100644 index 678111ae06..0000000000 --- a/.changes/next-release/api-change-rekognition-55944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image." -} diff --git a/.changes/next-release/api-change-rolesanywhere-84944.json b/.changes/next-release/api-change-rolesanywhere-84944.json deleted file mode 100644 index 8a5c171f0f..0000000000 --- a/.changes/next-release/api-change-rolesanywhere-84944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rolesanywhere``", - "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600." -} diff --git a/.changes/next-release/api-change-transfer-11018.json b/.changes/next-release/api-change-transfer-11018.json deleted file mode 100644 index 1169cfd9c0..0000000000 --- a/.changes/next-release/api-change-transfer-11018.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol." -} diff --git a/.changes/next-release/bugfix-EndpointProvider-38157.json b/.changes/next-release/bugfix-EndpointProvider-38157.json deleted file mode 100644 index 67fb17c5fb..0000000000 --- a/.changes/next-release/bugfix-EndpointProvider-38157.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "EndpointProvider", - "description": "Fixed bug in virtual addressing for S3 Buckets `#2938 `__" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 48820791de..399e7387dc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.29.134 +======== + +* bugfix:EndpointProvider: Fixed bug in virtual addressing for S3 Buckets `#2938 `__ +* api-change:``athena``: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. +* api-change:``codecatalyst``: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst +* api-change:``kafka``: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs +* api-change:``rekognition``: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image. +* api-change:``rolesanywhere``: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600. +* api-change:``transfer``: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol. + + 1.29.133 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 7927b44d76..3f28d3a9d2 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.29.133' +__version__ = '1.29.134' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index a05e1a3188..67d464d9e4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.29.1' # The full version, including alpha/beta/rc tags. -release = '1.29.133' +release = '1.29.134' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.