Skip to content

Commit

Permalink
Bumping version to 1.29.134
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 15, 2023
1 parent 5bb21c5 commit 00eb9be
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.134.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "EndpointProvider",
"description": "Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-athena-17820.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codecatalyst-67540.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafka-4765.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rolesanywhere-84944.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-11018.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-EndpointProvider-38157.json

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

* bugfix:EndpointProvider: Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/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
========

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.29.133'
__version__ = '1.29.134'


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

0 comments on commit 00eb9be

Please sign in to comment.