From 75dd2fc6f7758bcbd6a8c81b1ca6f6eecc74a1d6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Sep 2024 18:03:45 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-connect-44406.json | 5 +++++ .changes/next-release/api-change-datazone-38909.json | 5 +++++ .changes/next-release/api-change-elbv2-53594.json | 5 +++++ .changes/next-release/api-change-mediaconnect-3077.json | 5 +++++ .changes/next-release/api-change-medialive-8628.json | 5 +++++ .changes/next-release/api-change-sagemaker-23339.json | 5 +++++ .../next-release/api-change-timestreaminfluxdb-27837.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-connect-44406.json create mode 100644 .changes/next-release/api-change-datazone-38909.json create mode 100644 .changes/next-release/api-change-elbv2-53594.json create mode 100644 .changes/next-release/api-change-mediaconnect-3077.json create mode 100644 .changes/next-release/api-change-medialive-8628.json create mode 100644 .changes/next-release/api-change-sagemaker-23339.json create mode 100644 .changes/next-release/api-change-timestreaminfluxdb-27837.json diff --git a/.changes/next-release/api-change-connect-44406.json b/.changes/next-release/api-change-connect-44406.json new file mode 100644 index 000000000000..6d53714b41d4 --- /dev/null +++ b/.changes/next-release/api-change-connect-44406.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "Release ReplicaConfiguration as part of DescribeInstance" +} diff --git a/.changes/next-release/api-change-datazone-38909.json b/.changes/next-release/api-change-datazone-38909.json new file mode 100644 index 000000000000..3e3058e37cca --- /dev/null +++ b/.changes/next-release/api-change-datazone-38909.json @@ -0,0 +1,5 @@ +{ + "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-53594.json b/.changes/next-release/api-change-elbv2-53594.json new file mode 100644 index 000000000000..4ef1249cbed0 --- /dev/null +++ b/.changes/next-release/api-change-elbv2-53594.json @@ -0,0 +1,5 @@ +{ + "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-3077.json b/.changes/next-release/api-change-mediaconnect-3077.json new file mode 100644 index 000000000000..96705572625a --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-3077.json @@ -0,0 +1,5 @@ +{ + "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-8628.json b/.changes/next-release/api-change-medialive-8628.json new file mode 100644 index 000000000000..b49e2a668f37 --- /dev/null +++ b/.changes/next-release/api-change-medialive-8628.json @@ -0,0 +1,5 @@ +{ + "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-23339.json b/.changes/next-release/api-change-sagemaker-23339.json new file mode 100644 index 000000000000..8b56ce2c145b --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-23339.json @@ -0,0 +1,5 @@ +{ + "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-27837.json b/.changes/next-release/api-change-timestreaminfluxdb-27837.json new file mode 100644 index 000000000000..40d24c021ebf --- /dev/null +++ b/.changes/next-release/api-change-timestreaminfluxdb-27837.json @@ -0,0 +1,5 @@ +{ + "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." +} From f283748a3a4395b0d6a3bb8f370f5581657d1acb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Sep 2024 18:04:48 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.11 --- .changes/1.34.11.json | 37 +++++++++++++++++++ .../api-change-connect-44406.json | 5 --- .../api-change-datazone-38909.json | 5 --- .../next-release/api-change-elbv2-53594.json | 5 --- .../api-change-mediaconnect-3077.json | 5 --- .../api-change-medialive-8628.json | 5 --- .../api-change-sagemaker-23339.json | 5 --- .../api-change-timestreaminfluxdb-27837.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.34.11.json delete mode 100644 .changes/next-release/api-change-connect-44406.json delete mode 100644 .changes/next-release/api-change-datazone-38909.json delete mode 100644 .changes/next-release/api-change-elbv2-53594.json delete mode 100644 .changes/next-release/api-change-mediaconnect-3077.json delete mode 100644 .changes/next-release/api-change-medialive-8628.json delete mode 100644 .changes/next-release/api-change-sagemaker-23339.json delete mode 100644 .changes/next-release/api-change-timestreaminfluxdb-27837.json diff --git a/.changes/1.34.11.json b/.changes/1.34.11.json new file mode 100644 index 000000000000..f51f352bd7f3 --- /dev/null +++ b/.changes/1.34.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-44406.json b/.changes/next-release/api-change-connect-44406.json deleted file mode 100644 index 6d53714b41d4..000000000000 --- a/.changes/next-release/api-change-connect-44406.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-38909.json b/.changes/next-release/api-change-datazone-38909.json deleted file mode 100644 index 3e3058e37cca..000000000000 --- a/.changes/next-release/api-change-datazone-38909.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-53594.json b/.changes/next-release/api-change-elbv2-53594.json deleted file mode 100644 index 4ef1249cbed0..000000000000 --- a/.changes/next-release/api-change-elbv2-53594.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-3077.json b/.changes/next-release/api-change-mediaconnect-3077.json deleted file mode 100644 index 96705572625a..000000000000 --- a/.changes/next-release/api-change-mediaconnect-3077.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-8628.json b/.changes/next-release/api-change-medialive-8628.json deleted file mode 100644 index b49e2a668f37..000000000000 --- a/.changes/next-release/api-change-medialive-8628.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-23339.json b/.changes/next-release/api-change-sagemaker-23339.json deleted file mode 100644 index 8b56ce2c145b..000000000000 --- a/.changes/next-release/api-change-sagemaker-23339.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-27837.json b/.changes/next-release/api-change-timestreaminfluxdb-27837.json deleted file mode 100644 index 40d24c021ebf..000000000000 --- a/.changes/next-release/api-change-timestreaminfluxdb-27837.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 3f7df823bc63..fd3588e431ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.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.34.10 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 4299afe9c843..2c88ede73a84 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.10' +__version__ = '1.34.11' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index e48e5a391eac..1215e641f30f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.10' +release = '1.34.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index b3504677ac25..71423366f664 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.10 + botocore==1.35.11 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 9ea0f7e28df4..94f56b14bd51 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.10', + 'botocore==1.35.11', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',