From a9d45932cd61fba7fea0016f91a71985371f254b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:34:27 +0000 Subject: [PATCH 1/3] Bump actions/setup-python from 5.1.0 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/82c7e631bb3cdc910f68e0081d67478d79c6982d...f677139bbe7f9c59b41e40162b753c062f5d49a3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/run-crt-test.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ff870368f..20253398d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up Python 3.9 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: 3.9 - name: Run pre-commit diff --git a/.github/workflows/run-crt-test.yml b/.github/workflows/run-crt-test.yml index 147cd4b2e0..65e7155291 100644 --- a/.github/workflows/run-crt-test.yml +++ b/.github/workflows/run-crt-test.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: 'Set up Python ${{ matrix.python-version }}' - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '${{ matrix.python-version }}' - name: Install dependencies and CRT diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 59221b3db1..c641ade5cd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies From 956971358e617d59b97e7bb0c63afadf0e9bf63e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Sep 2024 18:04:23 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-connect-55217.json | 5 +++++ .changes/next-release/api-change-datazone-73731.json | 5 +++++ .changes/next-release/api-change-elbv2-53020.json | 5 +++++ .changes/next-release/api-change-mediaconnect-10275.json | 5 +++++ .changes/next-release/api-change-medialive-19102.json | 5 +++++ .changes/next-release/api-change-sagemaker-77610.json | 5 +++++ .../next-release/api-change-timestreaminfluxdb-79372.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-connect-55217.json create mode 100644 .changes/next-release/api-change-datazone-73731.json create mode 100644 .changes/next-release/api-change-elbv2-53020.json create mode 100644 .changes/next-release/api-change-mediaconnect-10275.json create mode 100644 .changes/next-release/api-change-medialive-19102.json create mode 100644 .changes/next-release/api-change-sagemaker-77610.json create mode 100644 .changes/next-release/api-change-timestreaminfluxdb-79372.json diff --git a/.changes/next-release/api-change-connect-55217.json b/.changes/next-release/api-change-connect-55217.json new file mode 100644 index 0000000000..a249aded2a --- /dev/null +++ b/.changes/next-release/api-change-connect-55217.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..d294f33088 --- /dev/null +++ b/.changes/next-release/api-change-datazone-73731.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..ce0da3a88d --- /dev/null +++ b/.changes/next-release/api-change-elbv2-53020.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``elbv2``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..705708b5a1 --- /dev/null +++ b/.changes/next-release/api-change-mediaconnect-10275.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconnect``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..4a85076dc3 --- /dev/null +++ b/.changes/next-release/api-change-medialive-19102.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..016f3f2d30 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-77610.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..2643b62086 --- /dev/null +++ b/.changes/next-release/api-change-timestreaminfluxdb-79372.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-influxdb``", + "description": "[``botocore``] Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API." +} From 7ab21586d90a7e624f95a00c7cf492c2d29411d2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 3 Sep 2024 18:04:45 +0000 Subject: [PATCH 3/3] Bumping version to 1.35.11 --- .changes/1.35.11.json | 37 +++++++++++++++++++ .../api-change-connect-55217.json | 5 --- .../api-change-datazone-73731.json | 5 --- .../next-release/api-change-elbv2-53020.json | 5 --- .../api-change-mediaconnect-10275.json | 5 --- .../api-change-medialive-19102.json | 5 --- .../api-change-sagemaker-77610.json | 5 --- .../api-change-timestreaminfluxdb-79372.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.35.11.json delete mode 100644 .changes/next-release/api-change-connect-55217.json delete mode 100644 .changes/next-release/api-change-datazone-73731.json delete mode 100644 .changes/next-release/api-change-elbv2-53020.json delete mode 100644 .changes/next-release/api-change-mediaconnect-10275.json delete mode 100644 .changes/next-release/api-change-medialive-19102.json delete mode 100644 .changes/next-release/api-change-sagemaker-77610.json delete mode 100644 .changes/next-release/api-change-timestreaminfluxdb-79372.json diff --git a/.changes/1.35.11.json b/.changes/1.35.11.json new file mode 100644 index 0000000000..0e74ca3e4b --- /dev/null +++ b/.changes/1.35.11.json @@ -0,0 +1,37 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] Release ReplicaConfiguration as part of DescribeInstance", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] 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": "[``botocore``] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.", + "type": "api-change" + }, + { + "category": "``mediaconnect``", + "description": "[``botocore``] 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": "[``botocore``] Added MinQP as a Rate Control option for H264 and H265 encodes.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] 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": "[``botocore``] 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 a249aded2a..0000000000 --- a/.changes/next-release/api-change-connect-55217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] 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 d294f33088..0000000000 --- a/.changes/next-release/api-change-datazone-73731.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] 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 ce0da3a88d..0000000000 --- a/.changes/next-release/api-change-elbv2-53020.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "[``botocore``] 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 705708b5a1..0000000000 --- a/.changes/next-release/api-change-mediaconnect-10275.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconnect``", - "description": "[``botocore``] 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 4a85076dc3..0000000000 --- a/.changes/next-release/api-change-medialive-19102.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] 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 016f3f2d30..0000000000 --- a/.changes/next-release/api-change-sagemaker-77610.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] 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 2643b62086..0000000000 --- a/.changes/next-release/api-change-timestreaminfluxdb-79372.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-influxdb``", - "description": "[``botocore``] 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 0ed798b98f..85102d1349 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.11 +======= + +* api-change:``connect``: [``botocore``] Release ReplicaConfiguration as part of DescribeInstance +* api-change:``datazone``: [``botocore``] 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``: [``botocore``] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners. +* api-change:``mediaconnect``: [``botocore``] 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``: [``botocore``] Added MinQP as a Rate Control option for H264 and H265 encodes. +* api-change:``sagemaker``: [``botocore``] 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``: [``botocore``] 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/boto3/__init__.py b/boto3/__init__.py index 6ebc5ca788..7249931c77 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.10' +__version__ = '1.35.11' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3010996adf..0fdbe7c525 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.10,<1.36.0 + botocore>=1.35.11,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index e9059b6d1f..dd350640cc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.10,<1.36.0', + 'botocore>=1.35.11,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]