From c2dd12de877fc08042754ea344b0b33e516d2b75 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 8 Aug 2024 18:05:09 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cognitoidp-56792.json | 5 +++++ .changes/next-release/api-change-connect-84151.json | 5 +++++ .changes/next-release/api-change-ec2-74570.json | 5 +++++ .changes/next-release/api-change-glue-7953.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-cognitoidp-56792.json create mode 100644 .changes/next-release/api-change-connect-84151.json create mode 100644 .changes/next-release/api-change-ec2-74570.json create mode 100644 .changes/next-release/api-change-glue-7953.json diff --git a/.changes/next-release/api-change-cognitoidp-56792.json b/.changes/next-release/api-change-cognitoidp-56792.json new file mode 100644 index 0000000000..e2406ed5ed --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-56792.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] Added support for threat protection for custom authentication in Amazon Cognito user pools." +} diff --git a/.changes/next-release/api-change-connect-84151.json b/.changes/next-release/api-change-connect-84151.json new file mode 100644 index 0000000000..8e76d812f2 --- /dev/null +++ b/.changes/next-release/api-change-connect-84151.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile." +} diff --git a/.changes/next-release/api-change-ec2-74570.json b/.changes/next-release/api-change-ec2-74570.json new file mode 100644 index 0000000000..123d3570f3 --- /dev/null +++ b/.changes/next-release/api-change-ec2-74570.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage." +} diff --git a/.changes/next-release/api-change-glue-7953.json b/.changes/next-release/api-change-glue-7953.json new file mode 100644 index 0000000000..27278ee9d2 --- /dev/null +++ b/.changes/next-release/api-change-glue-7953.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys." +} From 541c1d38e13a400aa61155e02e4731da13c5e790 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 8 Aug 2024 18:05:30 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.157 --- .changes/1.34.157.json | 22 +++++++++++++++++++ .../api-change-cognitoidp-56792.json | 5 ----- .../api-change-connect-84151.json | 5 ----- .../next-release/api-change-ec2-74570.json | 5 ----- .../next-release/api-change-glue-7953.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.157.json delete mode 100644 .changes/next-release/api-change-cognitoidp-56792.json delete mode 100644 .changes/next-release/api-change-connect-84151.json delete mode 100644 .changes/next-release/api-change-ec2-74570.json delete mode 100644 .changes/next-release/api-change-glue-7953.json diff --git a/.changes/1.34.157.json b/.changes/1.34.157.json new file mode 100644 index 0000000000..8ee9f98a44 --- /dev/null +++ b/.changes/1.34.157.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cognito-idp``", + "description": "[``botocore``] Added support for threat protection for custom authentication in Amazon Cognito user pools.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-56792.json b/.changes/next-release/api-change-cognitoidp-56792.json deleted file mode 100644 index e2406ed5ed..0000000000 --- a/.changes/next-release/api-change-cognitoidp-56792.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Added support for threat protection for custom authentication in Amazon Cognito user pools." -} diff --git a/.changes/next-release/api-change-connect-84151.json b/.changes/next-release/api-change-connect-84151.json deleted file mode 100644 index 8e76d812f2..0000000000 --- a/.changes/next-release/api-change-connect-84151.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile." -} diff --git a/.changes/next-release/api-change-ec2-74570.json b/.changes/next-release/api-change-ec2-74570.json deleted file mode 100644 index 123d3570f3..0000000000 --- a/.changes/next-release/api-change-ec2-74570.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage." -} diff --git a/.changes/next-release/api-change-glue-7953.json b/.changes/next-release/api-change-glue-7953.json deleted file mode 100644 index 27278ee9d2..0000000000 --- a/.changes/next-release/api-change-glue-7953.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d22128c152..5d55830ec7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.157 +======== + +* api-change:``cognito-idp``: [``botocore``] Added support for threat protection for custom authentication in Amazon Cognito user pools. +* api-change:``connect``: [``botocore``] This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile. +* api-change:``ec2``: [``botocore``] Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage. +* api-change:``glue``: [``botocore``] This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys. + + 1.34.156 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 9e71ec2d70..79cf45af93 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.156' +__version__ = '1.34.157' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2368e4fea9..3956329d3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.156,<1.35.0 + botocore>=1.34.157,<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 1b58485015..3880328a57 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.156,<1.35.0', + 'botocore>=1.34.157,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]