From c943557ae659cb951941ff72a5484233c723ffc1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 May 2024 18:06:09 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cognitoidp-27183.json | 5 +++++ .changes/next-release/api-change-ec2-61180.json | 5 +++++ .changes/next-release/api-change-ecr-23684.json | 5 +++++ .changes/next-release/api-change-fms-16477.json | 5 +++++ .changes/next-release/api-change-polly-96373.json | 5 +++++ .changes/next-release/api-change-sqs-35164.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-cognitoidp-27183.json create mode 100644 .changes/next-release/api-change-ec2-61180.json create mode 100644 .changes/next-release/api-change-ecr-23684.json create mode 100644 .changes/next-release/api-change-fms-16477.json create mode 100644 .changes/next-release/api-change-polly-96373.json create mode 100644 .changes/next-release/api-change-sqs-35164.json diff --git a/.changes/next-release/api-change-cognitoidp-27183.json b/.changes/next-release/api-change-cognitoidp-27183.json new file mode 100644 index 0000000000..5e57b0c335 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-27183.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType." +} diff --git a/.changes/next-release/api-change-ec2-61180.json b/.changes/next-release/api-change-ec2-61180.json new file mode 100644 index 0000000000..6d823cc33c --- /dev/null +++ b/.changes/next-release/api-change-ec2-61180.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes" +} diff --git a/.changes/next-release/api-change-ecr-23684.json b/.changes/next-release/api-change-ecr-23684.json new file mode 100644 index 0000000000..fe4ea93bfe --- /dev/null +++ b/.changes/next-release/api-change-ecr-23684.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR." +} diff --git a/.changes/next-release/api-change-fms-16477.json b/.changes/next-release/api-change-fms-16477.json new file mode 100644 index 0000000000..14b4784b6b --- /dev/null +++ b/.changes/next-release/api-change-fms-16477.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fms``", + "description": "[``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string." +} diff --git a/.changes/next-release/api-change-polly-96373.json b/.changes/next-release/api-change-polly-96373.json new file mode 100644 index 0000000000..4d7d9e27d6 --- /dev/null +++ b/.changes/next-release/api-change-polly-96373.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``polly``", + "description": "[``botocore``] Add new engine - generative - that builds the most expressive conversational voices." +} diff --git a/.changes/next-release/api-change-sqs-35164.json b/.changes/next-release/api-change-sqs-35164.json new file mode 100644 index 0000000000..44ac287669 --- /dev/null +++ b/.changes/next-release/api-change-sqs-35164.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sqs``", + "description": "[``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames." +} From e88acfb509ea3749c8d393aa1f8c11905cd705c0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 8 May 2024 18:07:14 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.101 --- .changes/1.34.101.json | 32 +++++++++++++++++++ .../api-change-cognitoidp-27183.json | 5 --- .../next-release/api-change-ec2-61180.json | 5 --- .../next-release/api-change-ecr-23684.json | 5 --- .../next-release/api-change-fms-16477.json | 5 --- .../next-release/api-change-polly-96373.json | 5 --- .../next-release/api-change-sqs-35164.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.101.json delete mode 100644 .changes/next-release/api-change-cognitoidp-27183.json delete mode 100644 .changes/next-release/api-change-ec2-61180.json delete mode 100644 .changes/next-release/api-change-ecr-23684.json delete mode 100644 .changes/next-release/api-change-fms-16477.json delete mode 100644 .changes/next-release/api-change-polly-96373.json delete mode 100644 .changes/next-release/api-change-sqs-35164.json diff --git a/.changes/1.34.101.json b/.changes/1.34.101.json new file mode 100644 index 0000000000..9224b1f018 --- /dev/null +++ b/.changes/1.34.101.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cognito-idp``", + "description": "[``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR.", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "[``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string.", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "[``botocore``] Add new engine - generative - that builds the most expressive conversational voices.", + "type": "api-change" + }, + { + "category": "``sqs``", + "description": "[``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-27183.json b/.changes/next-release/api-change-cognitoidp-27183.json deleted file mode 100644 index 5e57b0c335..0000000000 --- a/.changes/next-release/api-change-cognitoidp-27183.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType." -} diff --git a/.changes/next-release/api-change-ec2-61180.json b/.changes/next-release/api-change-ec2-61180.json deleted file mode 100644 index 6d823cc33c..0000000000 --- a/.changes/next-release/api-change-ec2-61180.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes" -} diff --git a/.changes/next-release/api-change-ecr-23684.json b/.changes/next-release/api-change-ecr-23684.json deleted file mode 100644 index fe4ea93bfe..0000000000 --- a/.changes/next-release/api-change-ecr-23684.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR." -} diff --git a/.changes/next-release/api-change-fms-16477.json b/.changes/next-release/api-change-fms-16477.json deleted file mode 100644 index 14b4784b6b..0000000000 --- a/.changes/next-release/api-change-fms-16477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "[``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string." -} diff --git a/.changes/next-release/api-change-polly-96373.json b/.changes/next-release/api-change-polly-96373.json deleted file mode 100644 index 4d7d9e27d6..0000000000 --- a/.changes/next-release/api-change-polly-96373.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``polly``", - "description": "[``botocore``] Add new engine - generative - that builds the most expressive conversational voices." -} diff --git a/.changes/next-release/api-change-sqs-35164.json b/.changes/next-release/api-change-sqs-35164.json deleted file mode 100644 index 44ac287669..0000000000 --- a/.changes/next-release/api-change-sqs-35164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sqs``", - "description": "[``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0837275acd..3647be2f7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.101 +======== + +* api-change:``cognito-idp``: [``botocore``] Add EXTERNAL_PROVIDER enum value to UserStatusType. +* api-change:``ec2``: [``botocore``] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes +* api-change:``ecr``: [``botocore``] This release adds pull through cache rules support for GitLab container registry in Amazon ECR. +* api-change:``fms``: [``botocore``] The policy scope resource tag is always a string value, either a non-empty string or an empty string. +* api-change:``polly``: [``botocore``] Add new engine - generative - that builds the most expressive conversational voices. +* api-change:``sqs``: [``botocore``] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. + + 1.34.100 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index d586c75f78..91a1e670cd 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.100' +__version__ = '1.34.101' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fb45fd052d..c730ad87c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.100,<1.35.0 + botocore>=1.34.101,<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 c3a394cc38..7895ca0bd1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.100,<1.35.0', + 'botocore>=1.34.101,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]