From a415ea0e144198a17c3b709e643254cca0e415ec Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 21 Feb 2024 20:16:33 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-iotevents-74791.json | 5 +++++ .changes/next-release/api-change-lookoutequipment-4773.json | 5 +++++ .changes/next-release/api-change-medialive-52372.json | 5 +++++ .changes/next-release/api-change-ssm-14368.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-iotevents-74791.json create mode 100644 .changes/next-release/api-change-lookoutequipment-4773.json create mode 100644 .changes/next-release/api-change-medialive-52372.json create mode 100644 .changes/next-release/api-change-ssm-14368.json diff --git a/.changes/next-release/api-change-iotevents-74791.json b/.changes/next-release/api-change-iotevents-74791.json new file mode 100644 index 0000000000..2cd0a65cc5 --- /dev/null +++ b/.changes/next-release/api-change-iotevents-74791.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotevents``", + "description": "[``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models" +} diff --git a/.changes/next-release/api-change-lookoutequipment-4773.json b/.changes/next-release/api-change-lookoutequipment-4773.json new file mode 100644 index 0000000000..fcbaae72ae --- /dev/null +++ b/.changes/next-release/api-change-lookoutequipment-4773.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lookoutequipment``", + "description": "[``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler." +} diff --git a/.changes/next-release/api-change-medialive-52372.json b/.changes/next-release/api-change-medialive-52372.json new file mode 100644 index 0000000000..0e2fdea7c6 --- /dev/null +++ b/.changes/next-release/api-change-medialive-52372.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] MediaLive now supports the ability to restart pipelines in a running channel." +} diff --git a/.changes/next-release/api-change-ssm-14368.json b/.changes/next-release/api-change-ssm-14368.json new file mode 100644 index 0000000000..02623f32ac --- /dev/null +++ b/.changes/next-release/api-change-ssm-14368.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts." +} From 7b81b1495bec92fd0564a59f996296656a5b13f6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 21 Feb 2024 20:17:28 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.47 --- .changes/1.34.47.json | 22 +++++++++++++++++++ .../api-change-iotevents-74791.json | 5 ----- .../api-change-lookoutequipment-4773.json | 5 ----- .../api-change-medialive-52372.json | 5 ----- .../next-release/api-change-ssm-14368.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.34.47.json delete mode 100644 .changes/next-release/api-change-iotevents-74791.json delete mode 100644 .changes/next-release/api-change-lookoutequipment-4773.json delete mode 100644 .changes/next-release/api-change-medialive-52372.json delete mode 100644 .changes/next-release/api-change-ssm-14368.json diff --git a/.changes/1.34.47.json b/.changes/1.34.47.json new file mode 100644 index 0000000000..9efb49a7e4 --- /dev/null +++ b/.changes/1.34.47.json @@ -0,0 +1,22 @@ +[ + { + "category": "``iotevents``", + "description": "[``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models", + "type": "api-change" + }, + { + "category": "``lookoutequipment``", + "description": "[``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] MediaLive now supports the ability to restart pipelines in a running channel.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iotevents-74791.json b/.changes/next-release/api-change-iotevents-74791.json deleted file mode 100644 index 2cd0a65cc5..0000000000 --- a/.changes/next-release/api-change-iotevents-74791.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotevents``", - "description": "[``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models" -} diff --git a/.changes/next-release/api-change-lookoutequipment-4773.json b/.changes/next-release/api-change-lookoutequipment-4773.json deleted file mode 100644 index fcbaae72ae..0000000000 --- a/.changes/next-release/api-change-lookoutequipment-4773.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutequipment``", - "description": "[``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler." -} diff --git a/.changes/next-release/api-change-medialive-52372.json b/.changes/next-release/api-change-medialive-52372.json deleted file mode 100644 index 0e2fdea7c6..0000000000 --- a/.changes/next-release/api-change-medialive-52372.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] MediaLive now supports the ability to restart pipelines in a running channel." -} diff --git a/.changes/next-release/api-change-ssm-14368.json b/.changes/next-release/api-change-ssm-14368.json deleted file mode 100644 index 02623f32ac..0000000000 --- a/.changes/next-release/api-change-ssm-14368.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76de91675f..0d169535eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.47 +======= + +* api-change:``iotevents``: [``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models +* api-change:``lookoutequipment``: [``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler. +* api-change:``medialive``: [``botocore``] MediaLive now supports the ability to restart pipelines in a running channel. +* api-change:``ssm``: [``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts. + + 1.34.46 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9edeed0278..f56026274e 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.46' +__version__ = '1.34.47' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 40949bec0e..aecb9f30f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.46,<1.35.0 + botocore>=1.34.47,<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 5ca273642d..b684d5ab6d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.46,<1.35.0', + 'botocore>=1.34.47,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]