From 24a6bc085247a83dd397ed279a2451873362e6e7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 1 Aug 2023 18:12:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-batch-13059.json | 5 +++++ .changes/next-release/api-change-dms-93378.json | 5 +++++ .changes/next-release/api-change-internetmonitor-54636.json | 5 +++++ .changes/next-release/api-change-medialive-83243.json | 5 +++++ .changes/next-release/api-change-polly-10775.json | 5 +++++ .changes/next-release/api-change-rds-27229.json | 5 +++++ .changes/next-release/api-change-sagemaker-28665.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-batch-13059.json create mode 100644 .changes/next-release/api-change-dms-93378.json create mode 100644 .changes/next-release/api-change-internetmonitor-54636.json create mode 100644 .changes/next-release/api-change-medialive-83243.json create mode 100644 .changes/next-release/api-change-polly-10775.json create mode 100644 .changes/next-release/api-change-rds-27229.json create mode 100644 .changes/next-release/api-change-sagemaker-28665.json diff --git a/.changes/next-release/api-change-batch-13059.json b/.changes/next-release/api-change-batch-13059.json new file mode 100644 index 0000000000..468dfebab9 --- /dev/null +++ b/.changes/next-release/api-change-batch-13059.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``batch``", + "description": "[``botocore``] This release adds support for price capacity optimized allocation strategy for Spot Instances." +} diff --git a/.changes/next-release/api-change-dms-93378.json b/.changes/next-release/api-change-dms-93378.json new file mode 100644 index 0000000000..181b14dd24 --- /dev/null +++ b/.changes/next-release/api-change-dms-93378.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dms``", + "description": "[``botocore``] Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version." +} diff --git a/.changes/next-release/api-change-internetmonitor-54636.json b/.changes/next-release/api-change-internetmonitor-54636.json new file mode 100644 index 0000000000..ea88cb8dd8 --- /dev/null +++ b/.changes/next-release/api-change-internetmonitor-54636.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``internetmonitor``", + "description": "[``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event." +} diff --git a/.changes/next-release/api-change-medialive-83243.json b/.changes/next-release/api-change-medialive-83243.json new file mode 100644 index 0000000000..2821539093 --- /dev/null +++ b/.changes/next-release/api-change-medialive-83243.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone." +} diff --git a/.changes/next-release/api-change-polly-10775.json b/.changes/next-release/api-change-polly-10775.json new file mode 100644 index 0000000000..dca4d455e1 --- /dev/null +++ b/.changes/next-release/api-change-polly-10775.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``polly``", + "description": "[``botocore``] Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only." +} diff --git a/.changes/next-release/api-change-rds-27229.json b/.changes/next-release/api-change-rds-27229.json new file mode 100644 index 0000000000..18c6d74216 --- /dev/null +++ b/.changes/next-release/api-change-rds-27229.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Added support for deleted clusters PiTR." +} diff --git a/.changes/next-release/api-change-sagemaker-28665.json b/.changes/next-release/api-change-sagemaker-28665.json new file mode 100644 index 0000000000..dad10774f5 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-28665.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions" +} From e25688ae098a0adb6d5bcb2a61d4ba3ba9deba4c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 1 Aug 2023 18:12:47 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.17 --- .changes/1.28.17.json | 37 +++++++++++++++++++ .../next-release/api-change-batch-13059.json | 5 --- .../next-release/api-change-dms-93378.json | 5 --- .../api-change-internetmonitor-54636.json | 5 --- .../api-change-medialive-83243.json | 5 --- .../next-release/api-change-polly-10775.json | 5 --- .../next-release/api-change-rds-27229.json | 5 --- .../api-change-sagemaker-28665.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.28.17.json delete mode 100644 .changes/next-release/api-change-batch-13059.json delete mode 100644 .changes/next-release/api-change-dms-93378.json delete mode 100644 .changes/next-release/api-change-internetmonitor-54636.json delete mode 100644 .changes/next-release/api-change-medialive-83243.json delete mode 100644 .changes/next-release/api-change-polly-10775.json delete mode 100644 .changes/next-release/api-change-rds-27229.json delete mode 100644 .changes/next-release/api-change-sagemaker-28665.json diff --git a/.changes/1.28.17.json b/.changes/1.28.17.json new file mode 100644 index 0000000000..7f9c459491 --- /dev/null +++ b/.changes/1.28.17.json @@ -0,0 +1,37 @@ +[ + { + "category": "``batch``", + "description": "[``botocore``] This release adds support for price capacity optimized allocation strategy for Spot Instances.", + "type": "api-change" + }, + { + "category": "``dms``", + "description": "[``botocore``] Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.", + "type": "api-change" + }, + { + "category": "``internetmonitor``", + "description": "[``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "[``botocore``] Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Added support for deleted clusters PiTR.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-batch-13059.json b/.changes/next-release/api-change-batch-13059.json deleted file mode 100644 index 468dfebab9..0000000000 --- a/.changes/next-release/api-change-batch-13059.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "[``botocore``] This release adds support for price capacity optimized allocation strategy for Spot Instances." -} diff --git a/.changes/next-release/api-change-dms-93378.json b/.changes/next-release/api-change-dms-93378.json deleted file mode 100644 index 181b14dd24..0000000000 --- a/.changes/next-release/api-change-dms-93378.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "[``botocore``] Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version." -} diff --git a/.changes/next-release/api-change-internetmonitor-54636.json b/.changes/next-release/api-change-internetmonitor-54636.json deleted file mode 100644 index ea88cb8dd8..0000000000 --- a/.changes/next-release/api-change-internetmonitor-54636.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``internetmonitor``", - "description": "[``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event." -} diff --git a/.changes/next-release/api-change-medialive-83243.json b/.changes/next-release/api-change-medialive-83243.json deleted file mode 100644 index 2821539093..0000000000 --- a/.changes/next-release/api-change-medialive-83243.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone." -} diff --git a/.changes/next-release/api-change-polly-10775.json b/.changes/next-release/api-change-polly-10775.json deleted file mode 100644 index dca4d455e1..0000000000 --- a/.changes/next-release/api-change-polly-10775.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``polly``", - "description": "[``botocore``] Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only." -} diff --git a/.changes/next-release/api-change-rds-27229.json b/.changes/next-release/api-change-rds-27229.json deleted file mode 100644 index 18c6d74216..0000000000 --- a/.changes/next-release/api-change-rds-27229.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Added support for deleted clusters PiTR." -} diff --git a/.changes/next-release/api-change-sagemaker-28665.json b/.changes/next-release/api-change-sagemaker-28665.json deleted file mode 100644 index dad10774f5..0000000000 --- a/.changes/next-release/api-change-sagemaker-28665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b04bdcd74..68eb2face4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.28.17 +======= + +* api-change:``batch``: [``botocore``] This release adds support for price capacity optimized allocation strategy for Spot Instances. +* api-change:``dms``: [``botocore``] Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version. +* api-change:``internetmonitor``: [``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event. +* api-change:``medialive``: [``botocore``] AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone. +* api-change:``polly``: [``botocore``] Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only. +* api-change:``rds``: [``botocore``] Added support for deleted clusters PiTR. +* api-change:``sagemaker``: [``botocore``] Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions + + 1.28.16 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 57e417477e..5342a5c43a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.28.16' +__version__ = '1.28.17' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 14cdac5429..90b6fa710e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.16,<1.32.0 + botocore>=1.31.17,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index bec1026cbc..67c4abf195 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.16,<1.32.0', + 'botocore>=1.31.17,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]