From 912a6fb1fa85eaf2dfa219b1bc009957295ed866 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Aug 2024 18:12:28 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-appconfig-39354.json | 5 +++++ .changes/next-release/api-change-datazone-52306.json | 5 +++++ .changes/next-release/api-change-devicefarm-91292.json | 5 +++++ .changes/next-release/api-change-ec2-55195.json | 5 +++++ .changes/next-release/api-change-internetmonitor-37055.json | 5 +++++ .changes/next-release/api-change-pcs-76955.json | 5 +++++ .changes/next-release/api-change-workspaces-74973.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appconfig-39354.json create mode 100644 .changes/next-release/api-change-datazone-52306.json create mode 100644 .changes/next-release/api-change-devicefarm-91292.json create mode 100644 .changes/next-release/api-change-ec2-55195.json create mode 100644 .changes/next-release/api-change-internetmonitor-37055.json create mode 100644 .changes/next-release/api-change-pcs-76955.json create mode 100644 .changes/next-release/api-change-workspaces-74973.json diff --git a/.changes/next-release/api-change-appconfig-39354.json b/.changes/next-release/api-change-appconfig-39354.json new file mode 100644 index 0000000000..4543ac73b5 --- /dev/null +++ b/.changes/next-release/api-change-appconfig-39354.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appconfig``", + "description": "[``botocore``] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile." +} diff --git a/.changes/next-release/api-change-datazone-52306.json b/.changes/next-release/api-change-datazone-52306.json new file mode 100644 index 0000000000..18f91c6880 --- /dev/null +++ b/.changes/next-release/api-change-datazone-52306.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target." +} diff --git a/.changes/next-release/api-change-devicefarm-91292.json b/.changes/next-release/api-change-devicefarm-91292.json new file mode 100644 index 0000000000..ac9caf1464 --- /dev/null +++ b/.changes/next-release/api-change-devicefarm-91292.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``devicefarm``", + "description": "[``botocore``] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API." +} diff --git a/.changes/next-release/api-change-ec2-55195.json b/.changes/next-release/api-change-ec2-55195.json new file mode 100644 index 0000000000..48b79bb197 --- /dev/null +++ b/.changes/next-release/api-change-ec2-55195.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space" +} diff --git a/.changes/next-release/api-change-internetmonitor-37055.json b/.changes/next-release/api-change-internetmonitor-37055.json new file mode 100644 index 0000000000..f6a01a5b8b --- /dev/null +++ b/.changes/next-release/api-change-internetmonitor-37055.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``internetmonitor``", + "description": "[``botocore``] Adds new querying types to show overall traffic suggestion information for monitors" +} diff --git a/.changes/next-release/api-change-pcs-76955.json b/.changes/next-release/api-change-pcs-76955.json new file mode 100644 index 0000000000..1ee37f6d80 --- /dev/null +++ b/.changes/next-release/api-change-pcs-76955.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pcs``", + "description": "[``botocore``] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS." +} diff --git a/.changes/next-release/api-change-workspaces-74973.json b/.changes/next-release/api-change-workspaces-74973.json new file mode 100644 index 0000000000..435853b505 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-74973.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits." +} From 79f7f2cabc0f2e6990b620ad7121b111f8b454f2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Aug 2024 18:12:49 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.8 --- .changes/1.35.8.json | 37 +++++++++++++++++++ .../api-change-appconfig-39354.json | 5 --- .../api-change-datazone-52306.json | 5 --- .../api-change-devicefarm-91292.json | 5 --- .../next-release/api-change-ec2-55195.json | 5 --- .../api-change-internetmonitor-37055.json | 5 --- .../next-release/api-change-pcs-76955.json | 5 --- .../api-change-workspaces-74973.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.8.json delete mode 100644 .changes/next-release/api-change-appconfig-39354.json delete mode 100644 .changes/next-release/api-change-datazone-52306.json delete mode 100644 .changes/next-release/api-change-devicefarm-91292.json delete mode 100644 .changes/next-release/api-change-ec2-55195.json delete mode 100644 .changes/next-release/api-change-internetmonitor-37055.json delete mode 100644 .changes/next-release/api-change-pcs-76955.json delete mode 100644 .changes/next-release/api-change-workspaces-74973.json diff --git a/.changes/1.35.8.json b/.changes/1.35.8.json new file mode 100644 index 0000000000..d647c1bd09 --- /dev/null +++ b/.changes/1.35.8.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appconfig``", + "description": "[``botocore``] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.", + "type": "api-change" + }, + { + "category": "``devicefarm``", + "description": "[``botocore``] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space", + "type": "api-change" + }, + { + "category": "``internetmonitor``", + "description": "[``botocore``] Adds new querying types to show overall traffic suggestion information for monitors", + "type": "api-change" + }, + { + "category": "``pcs``", + "description": "[``botocore``] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appconfig-39354.json b/.changes/next-release/api-change-appconfig-39354.json deleted file mode 100644 index 4543ac73b5..0000000000 --- a/.changes/next-release/api-change-appconfig-39354.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "[``botocore``] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile." -} diff --git a/.changes/next-release/api-change-datazone-52306.json b/.changes/next-release/api-change-datazone-52306.json deleted file mode 100644 index 18f91c6880..0000000000 --- a/.changes/next-release/api-change-datazone-52306.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target." -} diff --git a/.changes/next-release/api-change-devicefarm-91292.json b/.changes/next-release/api-change-devicefarm-91292.json deleted file mode 100644 index ac9caf1464..0000000000 --- a/.changes/next-release/api-change-devicefarm-91292.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devicefarm``", - "description": "[``botocore``] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API." -} diff --git a/.changes/next-release/api-change-ec2-55195.json b/.changes/next-release/api-change-ec2-55195.json deleted file mode 100644 index 48b79bb197..0000000000 --- a/.changes/next-release/api-change-ec2-55195.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space" -} diff --git a/.changes/next-release/api-change-internetmonitor-37055.json b/.changes/next-release/api-change-internetmonitor-37055.json deleted file mode 100644 index f6a01a5b8b..0000000000 --- a/.changes/next-release/api-change-internetmonitor-37055.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``internetmonitor``", - "description": "[``botocore``] Adds new querying types to show overall traffic suggestion information for monitors" -} diff --git a/.changes/next-release/api-change-pcs-76955.json b/.changes/next-release/api-change-pcs-76955.json deleted file mode 100644 index 1ee37f6d80..0000000000 --- a/.changes/next-release/api-change-pcs-76955.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pcs``", - "description": "[``botocore``] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS." -} diff --git a/.changes/next-release/api-change-workspaces-74973.json b/.changes/next-release/api-change-workspaces-74973.json deleted file mode 100644 index 435853b505..0000000000 --- a/.changes/next-release/api-change-workspaces-74973.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d660919f14..958d2f2ad0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.8 +====== + +* api-change:``appconfig``: [``botocore``] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile. +* api-change:``datazone``: [``botocore``] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target. +* api-change:``devicefarm``: [``botocore``] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API. +* api-change:``ec2``: [``botocore``] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space +* api-change:``internetmonitor``: [``botocore``] Adds new querying types to show overall traffic suggestion information for monitors +* api-change:``pcs``: [``botocore``] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS. +* api-change:``workspaces``: [``botocore``] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits. + + 1.35.7 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 935ca1707c..ab059e53a4 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.7' +__version__ = '1.35.8' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index df12e45d90..890590f9d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.7,<1.36.0 + botocore>=1.35.8,<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 2f881eb1f9..ac524b308c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.7,<1.36.0', + 'botocore>=1.35.8,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]