From 3f464360bb178e968988978daa813eff3af2dad6 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 2 Apr 2024 15:58:10 -0700 Subject: [PATCH 1/3] Update wheel dev dependency (#4071) --- requirements-dev-lock.txt | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev-lock.txt b/requirements-dev-lock.txt index 500c28d068..e8620c44d5 100644 --- a/requirements-dev-lock.txt +++ b/requirements-dev-lock.txt @@ -111,7 +111,7 @@ tomli==2.0.1 \ # via # coverage # pytest -wheel==0.38.1 \ - --hash=sha256:7a95f9a8dc0924ef318bd55b616112c70903192f524d120acc614f59547a9e1f \ - --hash=sha256:ea041edf63f4ccba53ad6e035427997b3bb10ee88a4cd014ae82aeb9eea77bb9 +wheel==0.43.0 \ + --hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \ + --hash=sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81 # via -r requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index 359cfa1087..6141c927fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -wheel==0.38.1 +wheel==0.43.0 coverage==7.2.7 setuptools==67.8.0;python_version>="3.12" From a271f2dc8d8323c951dac57da0d325deef63dd4c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Apr 2024 18:07:51 +0000 Subject: [PATCH 2/3] Add changelog entries from botocore --- .changes/next-release/api-change-cleanroomsml-36144.json | 5 +++++ .changes/next-release/api-change-cloudformation-26897.json | 5 +++++ .changes/next-release/api-change-datazone-54493.json | 5 +++++ .changes/next-release/api-change-docdb-10974.json | 5 +++++ .changes/next-release/api-change-groundstation-6505.json | 5 +++++ .changes/next-release/api-change-lambda-75664.json | 5 +++++ .changes/next-release/api-change-medialive-21425.json | 5 +++++ .changes/next-release/api-change-medicalimaging-4110.json | 5 +++++ .changes/next-release/api-change-transfer-51760.json | 5 +++++ 9 files changed, 45 insertions(+) create mode 100644 .changes/next-release/api-change-cleanroomsml-36144.json create mode 100644 .changes/next-release/api-change-cloudformation-26897.json create mode 100644 .changes/next-release/api-change-datazone-54493.json create mode 100644 .changes/next-release/api-change-docdb-10974.json create mode 100644 .changes/next-release/api-change-groundstation-6505.json create mode 100644 .changes/next-release/api-change-lambda-75664.json create mode 100644 .changes/next-release/api-change-medialive-21425.json create mode 100644 .changes/next-release/api-change-medicalimaging-4110.json create mode 100644 .changes/next-release/api-change-transfer-51760.json diff --git a/.changes/next-release/api-change-cleanroomsml-36144.json b/.changes/next-release/api-change-cleanroomsml-36144.json new file mode 100644 index 0000000000..8ce66bcd13 --- /dev/null +++ b/.changes/next-release/api-change-cleanroomsml-36144.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanroomsml``", + "description": "[``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide." +} diff --git a/.changes/next-release/api-change-cloudformation-26897.json b/.changes/next-release/api-change-cloudformation-26897.json new file mode 100644 index 0000000000..2ad9d20c62 --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-26897.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template" +} diff --git a/.changes/next-release/api-change-datazone-54493.json b/.changes/next-release/api-change-datazone-54493.json new file mode 100644 index 0000000000..32f7e9888f --- /dev/null +++ b/.changes/next-release/api-change-datazone-54493.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone." +} diff --git a/.changes/next-release/api-change-docdb-10974.json b/.changes/next-release/api-change-docdb-10974.json new file mode 100644 index 0000000000..d8730543f2 --- /dev/null +++ b/.changes/next-release/api-change-docdb-10974.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``docdb``", + "description": "[``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster." +} diff --git a/.changes/next-release/api-change-groundstation-6505.json b/.changes/next-release/api-change-groundstation-6505.json new file mode 100644 index 0000000000..ce33d0d64e --- /dev/null +++ b/.changes/next-release/api-change-groundstation-6505.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``groundstation``", + "description": "[``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses." +} diff --git a/.changes/next-release/api-change-lambda-75664.json b/.changes/next-release/api-change-lambda-75664.json new file mode 100644 index 0000000000..32393bb94f --- /dev/null +++ b/.changes/next-release/api-change-lambda-75664.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lambda``", + "description": "[``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda" +} diff --git a/.changes/next-release/api-change-medialive-21425.json b/.changes/next-release/api-change-medialive-21425.json new file mode 100644 index 0000000000..701f51aebb --- /dev/null +++ b/.changes/next-release/api-change-medialive-21425.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] Cmaf Ingest outputs are now supported in Media Live" +} diff --git a/.changes/next-release/api-change-medicalimaging-4110.json b/.changes/next-release/api-change-medicalimaging-4110.json new file mode 100644 index 0000000000..5493a11d9a --- /dev/null +++ b/.changes/next-release/api-change-medicalimaging-4110.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medical-imaging``", + "description": "[``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response" +} diff --git a/.changes/next-release/api-change-transfer-51760.json b/.changes/next-release/api-change-transfer-51760.json new file mode 100644 index 0000000000..b3b63aa4e9 --- /dev/null +++ b/.changes/next-release/api-change-transfer-51760.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transfer``", + "description": "[``botocore``] Add ability to specify Security Policies for SFTP Connectors" +} From 2b6fac1bdcc9e88722737a9bc055505ec938ffef Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Apr 2024 18:09:08 +0000 Subject: [PATCH 3/3] Bumping version to 1.34.77 --- .changes/1.34.77.json | 47 +++++++++++++++++++ .../api-change-cleanroomsml-36144.json | 5 -- .../api-change-cloudformation-26897.json | 5 -- .../api-change-datazone-54493.json | 5 -- .../next-release/api-change-docdb-10974.json | 5 -- .../api-change-groundstation-6505.json | 5 -- .../next-release/api-change-lambda-75664.json | 5 -- .../api-change-medialive-21425.json | 5 -- .../api-change-medicalimaging-4110.json | 5 -- .../api-change-transfer-51760.json | 5 -- CHANGELOG.rst | 14 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 .changes/1.34.77.json delete mode 100644 .changes/next-release/api-change-cleanroomsml-36144.json delete mode 100644 .changes/next-release/api-change-cloudformation-26897.json delete mode 100644 .changes/next-release/api-change-datazone-54493.json delete mode 100644 .changes/next-release/api-change-docdb-10974.json delete mode 100644 .changes/next-release/api-change-groundstation-6505.json delete mode 100644 .changes/next-release/api-change-lambda-75664.json delete mode 100644 .changes/next-release/api-change-medialive-21425.json delete mode 100644 .changes/next-release/api-change-medicalimaging-4110.json delete mode 100644 .changes/next-release/api-change-transfer-51760.json diff --git a/.changes/1.34.77.json b/.changes/1.34.77.json new file mode 100644 index 0000000000..0ecd4c0058 --- /dev/null +++ b/.changes/1.34.77.json @@ -0,0 +1,47 @@ +[ + { + "category": "``cleanroomsml``", + "description": "[``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.", + "type": "api-change" + }, + { + "category": "``cloudformation``", + "description": "[``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.", + "type": "api-change" + }, + { + "category": "``docdb``", + "description": "[``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.", + "type": "api-change" + }, + { + "category": "``groundstation``", + "description": "[``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] Cmaf Ingest outputs are now supported in Media Live", + "type": "api-change" + }, + { + "category": "``medical-imaging``", + "description": "[``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] Add ability to specify Security Policies for SFTP Connectors", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cleanroomsml-36144.json b/.changes/next-release/api-change-cleanroomsml-36144.json deleted file mode 100644 index 8ce66bcd13..0000000000 --- a/.changes/next-release/api-change-cleanroomsml-36144.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanroomsml``", - "description": "[``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide." -} diff --git a/.changes/next-release/api-change-cloudformation-26897.json b/.changes/next-release/api-change-cloudformation-26897.json deleted file mode 100644 index 2ad9d20c62..0000000000 --- a/.changes/next-release/api-change-cloudformation-26897.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "[``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template" -} diff --git a/.changes/next-release/api-change-datazone-54493.json b/.changes/next-release/api-change-datazone-54493.json deleted file mode 100644 index 32f7e9888f..0000000000 --- a/.changes/next-release/api-change-datazone-54493.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone." -} diff --git a/.changes/next-release/api-change-docdb-10974.json b/.changes/next-release/api-change-docdb-10974.json deleted file mode 100644 index d8730543f2..0000000000 --- a/.changes/next-release/api-change-docdb-10974.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb``", - "description": "[``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster." -} diff --git a/.changes/next-release/api-change-groundstation-6505.json b/.changes/next-release/api-change-groundstation-6505.json deleted file mode 100644 index ce33d0d64e..0000000000 --- a/.changes/next-release/api-change-groundstation-6505.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``groundstation``", - "description": "[``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses." -} diff --git a/.changes/next-release/api-change-lambda-75664.json b/.changes/next-release/api-change-lambda-75664.json deleted file mode 100644 index 32393bb94f..0000000000 --- a/.changes/next-release/api-change-lambda-75664.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "[``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda" -} diff --git a/.changes/next-release/api-change-medialive-21425.json b/.changes/next-release/api-change-medialive-21425.json deleted file mode 100644 index 701f51aebb..0000000000 --- a/.changes/next-release/api-change-medialive-21425.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] Cmaf Ingest outputs are now supported in Media Live" -} diff --git a/.changes/next-release/api-change-medicalimaging-4110.json b/.changes/next-release/api-change-medicalimaging-4110.json deleted file mode 100644 index 5493a11d9a..0000000000 --- a/.changes/next-release/api-change-medicalimaging-4110.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medical-imaging``", - "description": "[``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response" -} diff --git a/.changes/next-release/api-change-transfer-51760.json b/.changes/next-release/api-change-transfer-51760.json deleted file mode 100644 index b3b63aa4e9..0000000000 --- a/.changes/next-release/api-change-transfer-51760.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "[``botocore``] Add ability to specify Security Policies for SFTP Connectors" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d1ca9e140..824a2e9999 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.34.77 +======= + +* api-change:``cleanroomsml``: [``botocore``] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. +* api-change:``cloudformation``: [``botocore``] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template +* api-change:``datazone``: [``botocore``] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. +* api-change:``docdb``: [``botocore``] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. +* api-change:``groundstation``: [``botocore``] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. +* api-change:``lambda``: [``botocore``] Add Ruby 3.3 (ruby3.3) support to AWS Lambda +* api-change:``medialive``: [``botocore``] Cmaf Ingest outputs are now supported in Media Live +* api-change:``medical-imaging``: [``botocore``] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response +* api-change:``transfer``: [``botocore``] Add ability to specify Security Policies for SFTP Connectors + + 1.34.76 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 0fd406fe9e..c46de4d9cb 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.76' +__version__ = '1.34.77' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index a1edab58d6..955240e954 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.76,<1.35.0 + botocore>=1.34.77,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index d69c515ac3..d497b5e28f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.76,<1.35.0', + 'botocore>=1.34.77,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]