From 41532a77467d7704a0095831915c2626bf65a5bc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Feb 2024 19:07:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-amplify-1751.json | 5 +++++ .changes/next-release/api-change-chatbot-81616.json | 5 +++++ .changes/next-release/api-change-config-43888.json | 5 +++++ .changes/next-release/api-change-ivs-83207.json | 5 +++++ .changes/next-release/api-change-keyspaces-77235.json | 5 +++++ .changes/next-release/api-change-mediatailor-80426.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-amplify-1751.json create mode 100644 .changes/next-release/api-change-chatbot-81616.json create mode 100644 .changes/next-release/api-change-config-43888.json create mode 100644 .changes/next-release/api-change-ivs-83207.json create mode 100644 .changes/next-release/api-change-keyspaces-77235.json create mode 100644 .changes/next-release/api-change-mediatailor-80426.json diff --git a/.changes/next-release/api-change-amplify-1751.json b/.changes/next-release/api-change-amplify-1751.json new file mode 100644 index 0000000000..556a4deb91 --- /dev/null +++ b/.changes/next-release/api-change-amplify-1751.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``amplify``", + "description": "[``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate." +} diff --git a/.changes/next-release/api-change-chatbot-81616.json b/.changes/next-release/api-change-chatbot-81616.json new file mode 100644 index 0000000000..53eb91530d --- /dev/null +++ b/.changes/next-release/api-change-chatbot-81616.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chatbot``", + "description": "[``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK." +} diff --git a/.changes/next-release/api-change-config-43888.json b/.changes/next-release/api-change-config-43888.json new file mode 100644 index 0000000000..038e5af7da --- /dev/null +++ b/.changes/next-release/api-change-config-43888.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "[``botocore``] Documentation updates for the AWS Config CLI" +} diff --git a/.changes/next-release/api-change-ivs-83207.json b/.changes/next-release/api-change-ivs-83207.json new file mode 100644 index 0000000000..e7db940adf --- /dev/null +++ b/.changes/next-release/api-change-ivs-83207.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivs``", + "description": "[``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary." +} diff --git a/.changes/next-release/api-change-keyspaces-77235.json b/.changes/next-release/api-change-keyspaces-77235.json new file mode 100644 index 0000000000..779df09060 --- /dev/null +++ b/.changes/next-release/api-change-keyspaces-77235.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``keyspaces``", + "description": "[``botocore``] Documentation updates for Amazon Keyspaces" +} diff --git a/.changes/next-release/api-change-mediatailor-80426.json b/.changes/next-release/api-change-mediatailor-80426.json new file mode 100644 index 0000000000..fba21f86dd --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-80426.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediatailor``", + "description": "[``botocore``] MediaTailor: marking #AdBreak.OffsetMillis as required." +} From 4d07d238eecce0443e4f78cde9d8e12fefd740af Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Feb 2024 19:08:29 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.45 --- .changes/1.34.45.json | 32 +++++++++++++++++++ .../next-release/api-change-amplify-1751.json | 5 --- .../api-change-chatbot-81616.json | 5 --- .../next-release/api-change-config-43888.json | 5 --- .../next-release/api-change-ivs-83207.json | 5 --- .../api-change-keyspaces-77235.json | 5 --- .../api-change-mediatailor-80426.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.34.45.json delete mode 100644 .changes/next-release/api-change-amplify-1751.json delete mode 100644 .changes/next-release/api-change-chatbot-81616.json delete mode 100644 .changes/next-release/api-change-config-43888.json delete mode 100644 .changes/next-release/api-change-ivs-83207.json delete mode 100644 .changes/next-release/api-change-keyspaces-77235.json delete mode 100644 .changes/next-release/api-change-mediatailor-80426.json diff --git a/.changes/1.34.45.json b/.changes/1.34.45.json new file mode 100644 index 0000000000..c6c81871e9 --- /dev/null +++ b/.changes/1.34.45.json @@ -0,0 +1,32 @@ +[ + { + "category": "``amplify``", + "description": "[``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.", + "type": "api-change" + }, + { + "category": "``chatbot``", + "description": "[``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.", + "type": "api-change" + }, + { + "category": "``config``", + "description": "[``botocore``] Documentation updates for the AWS Config CLI", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.", + "type": "api-change" + }, + { + "category": "``keyspaces``", + "description": "[``botocore``] Documentation updates for Amazon Keyspaces", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "[``botocore``] MediaTailor: marking #AdBreak.OffsetMillis as required.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-1751.json b/.changes/next-release/api-change-amplify-1751.json deleted file mode 100644 index 556a4deb91..0000000000 --- a/.changes/next-release/api-change-amplify-1751.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "[``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate." -} diff --git a/.changes/next-release/api-change-chatbot-81616.json b/.changes/next-release/api-change-chatbot-81616.json deleted file mode 100644 index 53eb91530d..0000000000 --- a/.changes/next-release/api-change-chatbot-81616.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chatbot``", - "description": "[``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK." -} diff --git a/.changes/next-release/api-change-config-43888.json b/.changes/next-release/api-change-config-43888.json deleted file mode 100644 index 038e5af7da..0000000000 --- a/.changes/next-release/api-change-config-43888.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] Documentation updates for the AWS Config CLI" -} diff --git a/.changes/next-release/api-change-ivs-83207.json b/.changes/next-release/api-change-ivs-83207.json deleted file mode 100644 index e7db940adf..0000000000 --- a/.changes/next-release/api-change-ivs-83207.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "[``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary." -} diff --git a/.changes/next-release/api-change-keyspaces-77235.json b/.changes/next-release/api-change-keyspaces-77235.json deleted file mode 100644 index 779df09060..0000000000 --- a/.changes/next-release/api-change-keyspaces-77235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``keyspaces``", - "description": "[``botocore``] Documentation updates for Amazon Keyspaces" -} diff --git a/.changes/next-release/api-change-mediatailor-80426.json b/.changes/next-release/api-change-mediatailor-80426.json deleted file mode 100644 index fba21f86dd..0000000000 --- a/.changes/next-release/api-change-mediatailor-80426.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "[``botocore``] MediaTailor: marking #AdBreak.OffsetMillis as required." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b638ba8cd9..86930e6787 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.45 +======= + +* api-change:``amplify``: [``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate. +* api-change:``chatbot``: [``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK. +* api-change:``config``: [``botocore``] Documentation updates for the AWS Config CLI +* api-change:``ivs``: [``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary. +* api-change:``keyspaces``: [``botocore``] Documentation updates for Amazon Keyspaces +* api-change:``mediatailor``: [``botocore``] MediaTailor: marking #AdBreak.OffsetMillis as required. + + 1.34.44 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ba0f666c41..4cc78d9610 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.44' +__version__ = '1.34.45' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 726ee98224..7e88003810 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.44,<1.35.0 + botocore>=1.34.45,<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 2b48c6aaf5..0219b0c4b8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.44,<1.35.0', + 'botocore>=1.34.45,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]