diff --git a/.changes/1.35.27.json b/.changes/1.35.27.json new file mode 100644 index 0000000000..6e753a0544 --- /dev/null +++ b/.changes/1.35.27.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudtrail``", + "description": "[``botocore``] Doc-only update for CloudTrail network activity events release (in preview)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Updates to documentation for the transit gateway security group referencing feature.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] Doc-only update to address Lustre S3 hard-coded names.", + "type": "api-change" + }, + { + "category": "``worklink``", + "description": "[``botocore``] The worklink client has been removed following the deprecation of the service.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-44066.json b/.changes/next-release/api-change-cloudtrail-44066.json deleted file mode 100644 index 565f052026..0000000000 --- a/.changes/next-release/api-change-cloudtrail-44066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] Doc-only update for CloudTrail network activity events release (in preview)" -} diff --git a/.changes/next-release/api-change-ec2-94754.json b/.changes/next-release/api-change-ec2-94754.json deleted file mode 100644 index 2ee71aef61..0000000000 --- a/.changes/next-release/api-change-ec2-94754.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Updates to documentation for the transit gateway security group referencing feature." -} diff --git a/.changes/next-release/api-change-fsx-77997.json b/.changes/next-release/api-change-fsx-77997.json deleted file mode 100644 index cf1d226570..0000000000 --- a/.changes/next-release/api-change-fsx-77997.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] Doc-only update to address Lustre S3 hard-coded names." -} diff --git a/.changes/next-release/api-change-worklink-80875.json b/.changes/next-release/api-change-worklink-80875.json deleted file mode 100644 index f0737a7ba2..0000000000 --- a/.changes/next-release/api-change-worklink-80875.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``worklink``", - "description": "[``botocore``] The worklink client has been removed following the deprecation of the service." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 588cf92ce3..4ebd9f2867 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.27 +======= + +* api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail network activity events release (in preview) +* api-change:``ec2``: [``botocore``] Updates to documentation for the transit gateway security group referencing feature. +* api-change:``fsx``: [``botocore``] Doc-only update to address Lustre S3 hard-coded names. +* api-change:``worklink``: [``botocore``] The worklink client has been removed following the deprecation of the service. + + 1.35.26 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index ec572533e7..b3210dc2b2 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.26' +__version__ = '1.35.27' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 1f06a9868c..31bac4bdd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.26,<1.36.0 + botocore>=1.35.27,<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 f8a737f177..3d25fca010 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.26,<1.36.0', + 'botocore>=1.35.27,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]