diff --git a/.changes/1.35.11.json b/.changes/1.35.11.json new file mode 100644 index 0000000000..f51f352bd7 --- /dev/null +++ b/.changes/1.35.11.json @@ -0,0 +1,37 @@ +[ + { + "category": "``connect``", + "description": "Release ReplicaConfiguration as part of DescribeInstance", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "Added MinQP as a Rate Control option for H264 and H265 encodes.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.", + "type": "api-change" + }, + { + "category": "``timestream-influxdb``", + "description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-55217.json b/.changes/next-release/api-change-connect-55217.json deleted file mode 100644 index 6d53714b41..0000000000 --- a/.changes/next-release/api-change-connect-55217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Release ReplicaConfiguration as part of DescribeInstance" -} diff --git a/.changes/next-release/api-change-datazone-73731.json b/.changes/next-release/api-change-datazone-73731.json deleted file mode 100644 index 3e3058e37c..0000000000 --- a/.changes/next-release/api-change-datazone-73731.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request." -} diff --git a/.changes/next-release/api-change-elbv2-53020.json b/.changes/next-release/api-change-elbv2-53020.json deleted file mode 100644 index 4ef1249cbe..0000000000 --- a/.changes/next-release/api-change-elbv2-53020.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners." -} diff --git a/.changes/next-release/api-change-mediaconnect-10275.json b/.changes/next-release/api-change-mediaconnect-10275.json deleted file mode 100644 index 9670557262..0000000000 --- a/.changes/next-release/api-change-mediaconnect-10275.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected." -} diff --git a/.changes/next-release/api-change-medialive-19102.json b/.changes/next-release/api-change-medialive-19102.json deleted file mode 100644 index b49e2a668f..0000000000 --- a/.changes/next-release/api-change-medialive-19102.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "Added MinQP as a Rate Control option for H264 and H265 encodes." -} diff --git a/.changes/next-release/api-change-sagemaker-77610.json b/.changes/next-release/api-change-sagemaker-77610.json deleted file mode 100644 index 8b56ce2c14..0000000000 --- a/.changes/next-release/api-change-sagemaker-77610.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces." -} diff --git a/.changes/next-release/api-change-timestreaminfluxdb-79372.json b/.changes/next-release/api-change-timestreaminfluxdb-79372.json deleted file mode 100644 index 40d24c021e..0000000000 --- a/.changes/next-release/api-change-timestreaminfluxdb-79372.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-influxdb``", - "description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fb04035a5..e7997b217b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.11 +======= + +* api-change:``connect``: Release ReplicaConfiguration as part of DescribeInstance +* api-change:``datazone``: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request. +* api-change:``elbv2``: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners. +* api-change:``mediaconnect``: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected. +* api-change:``medialive``: Added MinQP as a Rate Control option for H264 and H265 encodes. +* api-change:``sagemaker``: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces. +* api-change:``timestream-influxdb``: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API. + + 1.35.10 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 024967c42e..c41e1f284c 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.10' +__version__ = '1.35.11' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 2d380db304..5d4181cbc1 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.10' +release = '1.35.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.