From 195c7a0f97abc4fdb1cfaffbe9dff5ef1fd78152 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Sep 2024 20:12:16 +0000 Subject: [PATCH] Bumping version to 1.35.15 --- .changes/1.35.15.json | 32 +++++++++++++++++++ .../api-change-dynamodb-94218.json | 5 --- .../next-release/api-change-elbv2-25235.json | 5 --- .../api-change-ivsrealtime-7148.json | 5 --- .../next-release/api-change-kafka-52375.json | 5 --- .../api-change-sagemaker-96159.json | 5 --- .../api-change-sagemakerruntime-28225.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.35.15.json delete mode 100644 .changes/next-release/api-change-dynamodb-94218.json delete mode 100644 .changes/next-release/api-change-elbv2-25235.json delete mode 100644 .changes/next-release/api-change-ivsrealtime-7148.json delete mode 100644 .changes/next-release/api-change-kafka-52375.json delete mode 100644 .changes/next-release/api-change-sagemaker-96159.json delete mode 100644 .changes/next-release/api-change-sagemakerruntime-28225.json diff --git a/.changes/1.35.15.json b/.changes/1.35.15.json new file mode 100644 index 0000000000..b6a59055f0 --- /dev/null +++ b/.changes/1.35.15.json @@ -0,0 +1,32 @@ +[ + { + "category": "``dynamodb``", + "description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS", + "type": "api-change" + }, + { + "category": "``sagemaker-runtime``", + "description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-94218.json b/.changes/next-release/api-change-dynamodb-94218.json deleted file mode 100644 index 1b59536eaa..0000000000 --- a/.changes/next-release/api-change-dynamodb-94218.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException." -} diff --git a/.changes/next-release/api-change-elbv2-25235.json b/.changes/next-release/api-change-elbv2-25235.json deleted file mode 100644 index a0377c95d1..0000000000 --- a/.changes/next-release/api-change-elbv2-25235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API." -} diff --git a/.changes/next-release/api-change-ivsrealtime-7148.json b/.changes/next-release/api-change-ivsrealtime-7148.json deleted file mode 100644 index bcbfb58c6d..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-7148.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S)." -} diff --git a/.changes/next-release/api-change-kafka-52375.json b/.changes/next-release/api-change-kafka-52375.json deleted file mode 100644 index eb430ed11f..0000000000 --- a/.changes/next-release/api-change-kafka-52375.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions." -} diff --git a/.changes/next-release/api-change-sagemaker-96159.json b/.changes/next-release/api-change-sagemaker-96159.json deleted file mode 100644 index 718ea24d38..0000000000 --- a/.changes/next-release/api-change-sagemaker-96159.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS" -} diff --git a/.changes/next-release/api-change-sagemakerruntime-28225.json b/.changes/next-release/api-change-sagemakerruntime-28225.json deleted file mode 100644 index f7341abfcb..0000000000 --- a/.changes/next-release/api-change-sagemakerruntime-28225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker-runtime``", - "description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be409add97..e224da5a25 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.15 +======= + +* api-change:``dynamodb``: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException. +* api-change:``elbv2``: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API. +* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S). +* api-change:``kafka``: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions. +* api-change:``sagemaker``: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS +* api-change:``sagemaker-runtime``: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models. + + 1.35.14 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 3c0af10ef0..4f58e0cc3d 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.14' +__version__ = '1.35.15' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b50a1b776..74a9229505 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.14' +release = '1.35.15' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.