From a7513fbd4e0e7e7cf48cb897e03431d01d513e74 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Dec 2024 19:31:01 +0000 Subject: [PATCH] Bumping version to 1.35.77 --- .changes/1.35.77.json | 37 +++++++++++++++++++ .../api-change-appsync-16718.json | 5 --- .../api-change-cognitoidp-56399.json | 5 --- .../next-release/api-change-ec2-87423.json | 5 --- .../next-release/api-change-ecs-42030.json | 5 --- .../api-change-keyspaces-79806.json | 5 --- .../api-change-medialive-24867.json | 5 --- .../api-change-workspaces-15845.json | 5 --- CHANGELOG.rst | 12 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 11 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 .changes/1.35.77.json delete mode 100644 .changes/next-release/api-change-appsync-16718.json delete mode 100644 .changes/next-release/api-change-cognitoidp-56399.json delete mode 100644 .changes/next-release/api-change-ec2-87423.json delete mode 100644 .changes/next-release/api-change-ecs-42030.json delete mode 100644 .changes/next-release/api-change-keyspaces-79806.json delete mode 100644 .changes/next-release/api-change-medialive-24867.json delete mode 100644 .changes/next-release/api-change-workspaces-15845.json diff --git a/.changes/1.35.77.json b/.changes/1.35.77.json new file mode 100644 index 0000000000..364f8c259c --- /dev/null +++ b/.changes/1.35.77.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "Provides description of new Amazon Bedrock runtime datasource.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release includes a new API for modifying instance network-performance-options after launch.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This is a documentation only update to address various tickets for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``keyspaces``", + "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "H265 outputs now support disabling the deblocking filter.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added text to clarify case-sensitivity", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-16718.json b/.changes/next-release/api-change-appsync-16718.json deleted file mode 100644 index 8f09519830..0000000000 --- a/.changes/next-release/api-change-appsync-16718.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "Provides description of new Amazon Bedrock runtime datasource." -} diff --git a/.changes/next-release/api-change-cognitoidp-56399.json b/.changes/next-release/api-change-cognitoidp-56399.json deleted file mode 100644 index caa42f43c3..0000000000 --- a/.changes/next-release/api-change-cognitoidp-56399.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation." -} diff --git a/.changes/next-release/api-change-ec2-87423.json b/.changes/next-release/api-change-ec2-87423.json deleted file mode 100644 index c9c28ab5e4..0000000000 --- a/.changes/next-release/api-change-ec2-87423.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release includes a new API for modifying instance network-performance-options after launch." -} diff --git a/.changes/next-release/api-change-ecs-42030.json b/.changes/next-release/api-change-ecs-42030.json deleted file mode 100644 index 709219af5a..0000000000 --- a/.changes/next-release/api-change-ecs-42030.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This is a documentation only update to address various tickets for Amazon ECS." -} diff --git a/.changes/next-release/api-change-keyspaces-79806.json b/.changes/next-release/api-change-keyspaces-79806.json deleted file mode 100644 index 77e331fffd..0000000000 --- a/.changes/next-release/api-change-keyspaces-79806.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``keyspaces``", - "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API." -} diff --git a/.changes/next-release/api-change-medialive-24867.json b/.changes/next-release/api-change-medialive-24867.json deleted file mode 100644 index 6d0d0b3975..0000000000 --- a/.changes/next-release/api-change-medialive-24867.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "H265 outputs now support disabling the deblocking filter." -} diff --git a/.changes/next-release/api-change-workspaces-15845.json b/.changes/next-release/api-change-workspaces-15845.json deleted file mode 100644 index f1529fc633..0000000000 --- a/.changes/next-release/api-change-workspaces-15845.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added text to clarify case-sensitivity" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e1388a75af..041af12105 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.77 +======= + +* api-change:``appsync``: Provides description of new Amazon Bedrock runtime datasource. +* api-change:``cognito-idp``: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. +* api-change:``ec2``: This release includes a new API for modifying instance network-performance-options after launch. +* api-change:``ecs``: This is a documentation only update to address various tickets for Amazon ECS. +* api-change:``keyspaces``: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. +* api-change:``medialive``: H265 outputs now support disabling the deblocking filter. +* api-change:``workspaces``: Added text to clarify case-sensitivity + + 1.35.76 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 7b1f0454c9..fbead541ac 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.76' +__version__ = '1.35.77' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 9df15468a5..08d037549a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.76' +release = '1.35.77' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.