From 40ff00d67dbb1d7cb259b5f9328bf0bb7e0e2cfb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Dec 2024 19:30:51 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-appsync-16718.json | 5 +++++ .changes/next-release/api-change-cognitoidp-56399.json | 5 +++++ .changes/next-release/api-change-ec2-87423.json | 5 +++++ .changes/next-release/api-change-ecs-42030.json | 5 +++++ .changes/next-release/api-change-keyspaces-79806.json | 5 +++++ .changes/next-release/api-change-medialive-24867.json | 5 +++++ .changes/next-release/api-change-workspaces-15845.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-16718.json create mode 100644 .changes/next-release/api-change-cognitoidp-56399.json create mode 100644 .changes/next-release/api-change-ec2-87423.json create mode 100644 .changes/next-release/api-change-ecs-42030.json create mode 100644 .changes/next-release/api-change-keyspaces-79806.json create mode 100644 .changes/next-release/api-change-medialive-24867.json create mode 100644 .changes/next-release/api-change-workspaces-15845.json diff --git a/.changes/next-release/api-change-appsync-16718.json b/.changes/next-release/api-change-appsync-16718.json new file mode 100644 index 0000000000..c47d09f6ab --- /dev/null +++ b/.changes/next-release/api-change-appsync-16718.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..8024a30a18 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-56399.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..0b78e237b4 --- /dev/null +++ b/.changes/next-release/api-change-ec2-87423.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..f10adb01bc --- /dev/null +++ b/.changes/next-release/api-change-ecs-42030.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..d559405b8a --- /dev/null +++ b/.changes/next-release/api-change-keyspaces-79806.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``keyspaces``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..908550eb2a --- /dev/null +++ b/.changes/next-release/api-change-medialive-24867.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..1628fb3a7e --- /dev/null +++ b/.changes/next-release/api-change-workspaces-15845.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Added text to clarify case-sensitivity" +} From f84cdcb499a0fb85efeec17bc1ea8808856a8d54 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Dec 2024 19:31:17 +0000 Subject: [PATCH 2/2] 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 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 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..7c2bb2a8e6 --- /dev/null +++ b/.changes/1.35.77.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "[``botocore``] Provides description of new Amazon Bedrock runtime datasource.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "[``botocore``] Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release includes a new API for modifying instance network-performance-options after launch.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] This is a documentation only update to address various tickets for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``keyspaces``", + "description": "[``botocore``] Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] H265 outputs now support disabling the deblocking filter.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] 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 c47d09f6ab..0000000000 --- a/.changes/next-release/api-change-appsync-16718.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "[``botocore``] 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 8024a30a18..0000000000 --- a/.changes/next-release/api-change-cognitoidp-56399.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] 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 0b78e237b4..0000000000 --- a/.changes/next-release/api-change-ec2-87423.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] 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 f10adb01bc..0000000000 --- a/.changes/next-release/api-change-ecs-42030.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] 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 d559405b8a..0000000000 --- a/.changes/next-release/api-change-keyspaces-79806.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``keyspaces``", - "description": "[``botocore``] 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 908550eb2a..0000000000 --- a/.changes/next-release/api-change-medialive-24867.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "[``botocore``] 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 1628fb3a7e..0000000000 --- a/.changes/next-release/api-change-workspaces-15845.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added text to clarify case-sensitivity" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 817d180ab1..cfa423b810 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.35.77 +======= + +* api-change:``appsync``: [``botocore``] Provides description of new Amazon Bedrock runtime datasource. +* api-change:``cognito-idp``: [``botocore``] Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. +* api-change:``ec2``: [``botocore``] This release includes a new API for modifying instance network-performance-options after launch. +* api-change:``ecs``: [``botocore``] This is a documentation only update to address various tickets for Amazon ECS. +* api-change:``keyspaces``: [``botocore``] Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. +* api-change:``medialive``: [``botocore``] H265 outputs now support disabling the deblocking filter. +* api-change:``workspaces``: [``botocore``] Added text to clarify case-sensitivity + + 1.35.76 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index e86181a552..1058c1c89e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.76' +__version__ = '1.35.77' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 059ddc1956..e1c0f438b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.76,<1.36.0 + botocore>=1.35.77,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 777afda9de..00170832b2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.76,<1.36.0', + 'botocore>=1.35.77,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]