From c00207b25b2212c15f61f866e37bddadbd9916f5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Mar 2023 19:07:38 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-iot-78610.json | 5 +++++ .../next-release/api-change-migrationhubstrategy-2036.json | 5 +++++ .changes/next-release/api-change-organizations-11803.json | 5 +++++ .changes/next-release/api-change-pi-92795.json | 5 +++++ .changes/next-release/api-change-pipes-3664.json | 5 +++++ .changes/next-release/api-change-sagemaker-59807.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-iot-78610.json create mode 100644 .changes/next-release/api-change-migrationhubstrategy-2036.json create mode 100644 .changes/next-release/api-change-organizations-11803.json create mode 100644 .changes/next-release/api-change-pi-92795.json create mode 100644 .changes/next-release/api-change-pipes-3664.json create mode 100644 .changes/next-release/api-change-sagemaker-59807.json diff --git a/.changes/next-release/api-change-iot-78610.json b/.changes/next-release/api-change-iot-78610.json new file mode 100644 index 0000000000..d880f9f59f --- /dev/null +++ b/.changes/next-release/api-change-iot-78610.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iot``", + "description": "[``botocore``] A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs." +} diff --git a/.changes/next-release/api-change-migrationhubstrategy-2036.json b/.changes/next-release/api-change-migrationhubstrategy-2036.json new file mode 100644 index 0000000000..8fd6ab4d69 --- /dev/null +++ b/.changes/next-release/api-change-migrationhubstrategy-2036.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``migrationhubstrategy``", + "description": "[``botocore``] This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites." +} diff --git a/.changes/next-release/api-change-organizations-11803.json b/.changes/next-release/api-change-organizations-11803.json new file mode 100644 index 0000000000..305ce03dd4 --- /dev/null +++ b/.changes/next-release/api-change-organizations-11803.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``organizations``", + "description": "[``botocore``] This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API." +} diff --git a/.changes/next-release/api-change-pi-92795.json b/.changes/next-release/api-change-pi-92795.json new file mode 100644 index 0000000000..973a84c752 --- /dev/null +++ b/.changes/next-release/api-change-pi-92795.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "[``botocore``] This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time." +} diff --git a/.changes/next-release/api-change-pipes-3664.json b/.changes/next-release/api-change-pipes-3664.json new file mode 100644 index 0000000000..2f11557431 --- /dev/null +++ b/.changes/next-release/api-change-pipes-3664.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pipes``", + "description": "[``botocore``] This release fixes some input parameter range and patterns." +} diff --git a/.changes/next-release/api-change-sagemaker-59807.json b/.changes/next-release/api-change-sagemaker-59807.json new file mode 100644 index 0000000000..2b2ec8605c --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-59807.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Add a new field \"EndpointMetrics\" in SageMaker Inference Recommender \"ListInferenceRecommendationsJobSteps\" API response." +} From 093289de7a6545caa421153aee0661610658b534 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Mar 2023 19:07:59 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.83 --- .changes/1.26.83.json | 32 +++++++++++++++++++ .../next-release/api-change-iot-78610.json | 5 --- .../api-change-migrationhubstrategy-2036.json | 5 --- .../api-change-organizations-11803.json | 5 --- .../next-release/api-change-pi-92795.json | 5 --- .../next-release/api-change-pipes-3664.json | 5 --- .../api-change-sagemaker-59807.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.26.83.json delete mode 100644 .changes/next-release/api-change-iot-78610.json delete mode 100644 .changes/next-release/api-change-migrationhubstrategy-2036.json delete mode 100644 .changes/next-release/api-change-organizations-11803.json delete mode 100644 .changes/next-release/api-change-pi-92795.json delete mode 100644 .changes/next-release/api-change-pipes-3664.json delete mode 100644 .changes/next-release/api-change-sagemaker-59807.json diff --git a/.changes/1.26.83.json b/.changes/1.26.83.json new file mode 100644 index 0000000000..0cd5ff14c6 --- /dev/null +++ b/.changes/1.26.83.json @@ -0,0 +1,32 @@ +[ + { + "category": "``iot``", + "description": "[``botocore``] A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.", + "type": "api-change" + }, + { + "category": "``migrationhubstrategy``", + "description": "[``botocore``] This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "[``botocore``] This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time.", + "type": "api-change" + }, + { + "category": "``pipes``", + "description": "[``botocore``] This release fixes some input parameter range and patterns.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Add a new field \"EndpointMetrics\" in SageMaker Inference Recommender \"ListInferenceRecommendationsJobSteps\" API response.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iot-78610.json b/.changes/next-release/api-change-iot-78610.json deleted file mode 100644 index d880f9f59f..0000000000 --- a/.changes/next-release/api-change-iot-78610.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "[``botocore``] A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs." -} diff --git a/.changes/next-release/api-change-migrationhubstrategy-2036.json b/.changes/next-release/api-change-migrationhubstrategy-2036.json deleted file mode 100644 index 8fd6ab4d69..0000000000 --- a/.changes/next-release/api-change-migrationhubstrategy-2036.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``migrationhubstrategy``", - "description": "[``botocore``] This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites." -} diff --git a/.changes/next-release/api-change-organizations-11803.json b/.changes/next-release/api-change-organizations-11803.json deleted file mode 100644 index 305ce03dd4..0000000000 --- a/.changes/next-release/api-change-organizations-11803.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "[``botocore``] This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API." -} diff --git a/.changes/next-release/api-change-pi-92795.json b/.changes/next-release/api-change-pi-92795.json deleted file mode 100644 index 973a84c752..0000000000 --- a/.changes/next-release/api-change-pi-92795.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time." -} diff --git a/.changes/next-release/api-change-pipes-3664.json b/.changes/next-release/api-change-pipes-3664.json deleted file mode 100644 index 2f11557431..0000000000 --- a/.changes/next-release/api-change-pipes-3664.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pipes``", - "description": "[``botocore``] This release fixes some input parameter range and patterns." -} diff --git a/.changes/next-release/api-change-sagemaker-59807.json b/.changes/next-release/api-change-sagemaker-59807.json deleted file mode 100644 index 2b2ec8605c..0000000000 --- a/.changes/next-release/api-change-sagemaker-59807.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Add a new field \"EndpointMetrics\" in SageMaker Inference Recommender \"ListInferenceRecommendationsJobSteps\" API response." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8909d176ee..9afe97f645 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.26.83 +======= + +* api-change:``iot``: [``botocore``] A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs. +* api-change:``migrationhubstrategy``: [``botocore``] This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites. +* api-change:``organizations``: [``botocore``] This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API. +* api-change:``pi``: [``botocore``] This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time. +* api-change:``pipes``: [``botocore``] This release fixes some input parameter range and patterns. +* api-change:``sagemaker``: [``botocore``] Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response. + + 1.26.82 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 31394f1e46..0bbe310e2b 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.82' +__version__ = '1.26.83' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index f074ad4d4a..21856d7584 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.82,<1.30.0 + botocore>=1.29.83,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 6f8afec6d1..552afe8d3a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.82,<1.30.0', + 'botocore>=1.29.83,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]