From daad0f0e0941e870541e5261ea2ee3318149d4eb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 15 May 2023 18:13:14 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-athena-17820.json | 5 +++++ .changes/next-release/api-change-codecatalyst-67540.json | 5 +++++ .changes/next-release/api-change-kafka-4765.json | 5 +++++ .changes/next-release/api-change-rekognition-55944.json | 5 +++++ .changes/next-release/api-change-rolesanywhere-84944.json | 5 +++++ .changes/next-release/api-change-transfer-11018.json | 5 +++++ .changes/next-release/bugfix-EndpointProvider-38157.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-athena-17820.json create mode 100644 .changes/next-release/api-change-codecatalyst-67540.json create mode 100644 .changes/next-release/api-change-kafka-4765.json create mode 100644 .changes/next-release/api-change-rekognition-55944.json create mode 100644 .changes/next-release/api-change-rolesanywhere-84944.json create mode 100644 .changes/next-release/api-change-transfer-11018.json create mode 100644 .changes/next-release/bugfix-EndpointProvider-38157.json diff --git a/.changes/next-release/api-change-athena-17820.json b/.changes/next-release/api-change-athena-17820.json new file mode 100644 index 0000000000..d78d3d1d3c --- /dev/null +++ b/.changes/next-release/api-change-athena-17820.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..f0f5bde7b3 --- /dev/null +++ b/.changes/next-release/api-change-codecatalyst-67540.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codecatalyst``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..10edbad919 --- /dev/null +++ b/.changes/next-release/api-change-kafka-4765.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kafka``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..79f3c7e4e5 --- /dev/null +++ b/.changes/next-release/api-change-rekognition-55944.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rekognition``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..f5825fe1d5 --- /dev/null +++ b/.changes/next-release/api-change-rolesanywhere-84944.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rolesanywhere``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..154fe2f829 --- /dev/null +++ b/.changes/next-release/api-change-transfer-11018.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transfer``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..bffc4801b9 --- /dev/null +++ b/.changes/next-release/bugfix-EndpointProvider-38157.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "EndpointProvider", + "description": "[``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 `__" +} From a1186ed4709b22a248982811202038a79d3b29c9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 15 May 2023 18:13:23 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.134 --- .changes/1.26.134.json | 37 +++++++++++++++++++ .../next-release/api-change-athena-17820.json | 5 --- .../api-change-codecatalyst-67540.json | 5 --- .../next-release/api-change-kafka-4765.json | 5 --- .../api-change-rekognition-55944.json | 5 --- .../api-change-rolesanywhere-84944.json | 5 --- .../api-change-transfer-11018.json | 5 --- .../bugfix-EndpointProvider-38157.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.26.134.json delete mode 100644 .changes/next-release/api-change-athena-17820.json delete mode 100644 .changes/next-release/api-change-codecatalyst-67540.json delete mode 100644 .changes/next-release/api-change-kafka-4765.json delete mode 100644 .changes/next-release/api-change-rekognition-55944.json delete mode 100644 .changes/next-release/api-change-rolesanywhere-84944.json delete mode 100644 .changes/next-release/api-change-transfer-11018.json delete mode 100644 .changes/next-release/bugfix-EndpointProvider-38157.json diff --git a/.changes/1.26.134.json b/.changes/1.26.134.json new file mode 100644 index 0000000000..c971593662 --- /dev/null +++ b/.changes/1.26.134.json @@ -0,0 +1,37 @@ +[ + { + "category": "EndpointProvider", + "description": "[``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 `__", + "type": "bugfix" + }, + { + "category": "``athena``", + "description": "[``botocore``] 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": "[``botocore``] With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "[``botocore``] Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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 d78d3d1d3c..0000000000 --- a/.changes/next-release/api-change-athena-17820.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] 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 f0f5bde7b3..0000000000 --- a/.changes/next-release/api-change-codecatalyst-67540.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codecatalyst``", - "description": "[``botocore``] 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 10edbad919..0000000000 --- a/.changes/next-release/api-change-kafka-4765.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "[``botocore``] 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 79f3c7e4e5..0000000000 --- a/.changes/next-release/api-change-rekognition-55944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] 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 f5825fe1d5..0000000000 --- a/.changes/next-release/api-change-rolesanywhere-84944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rolesanywhere``", - "description": "[``botocore``] 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 154fe2f829..0000000000 --- a/.changes/next-release/api-change-transfer-11018.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "[``botocore``] 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 bffc4801b9..0000000000 --- a/.changes/next-release/bugfix-EndpointProvider-38157.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "EndpointProvider", - "description": "[``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 `__" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eccb8a4678..de03dfd7ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.26.134 +======== + +* bugfix:EndpointProvider: [``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 `__ +* api-change:``athena``: [``botocore``] 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``: [``botocore``] With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst +* api-change:``kafka``: [``botocore``] Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs +* api-change:``rekognition``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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.26.133 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 0db355d560..0451c96e3b 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.133' +__version__ = '1.26.134' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 555c980e27..376d533cbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.133,<1.30.0 + botocore>=1.29.134,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 46f5361cd1..1c475a6c57 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.133,<1.30.0', + 'botocore>=1.29.134,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]