Skip to content

Commit

Permalink
Bumping version to 1.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 21, 2024
1 parent 1d49c5f commit 981c83a
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codestar``",
"description": "[``botocore``] The codestar client has been removed following the deprecation of the service on July 31, 2024.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "[``botocore``] Increase the mapping attributes in Schema to 35.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Security Hub documentation and definition updates",
"type": "api-change"
},
{
"category": "``ses``",
"description": "[``botocore``] Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for \"Deliver to S3 Action\"",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codestar-90506.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-7455.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-entityresolution-75798.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-8691.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-14003.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-75909.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ses-26036.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.35.3
======

* api-change:``codestar``: [``botocore``] The codestar client has been removed following the deprecation of the service on July 31, 2024.
* api-change:``ec2``: [``botocore``] DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
* api-change:``entityresolution``: [``botocore``] Increase the mapping attributes in Schema to 35.
* api-change:``glue``: [``botocore``] Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
* api-change:``lambda``: [``botocore``] Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
* api-change:``securityhub``: [``botocore``] Security Hub documentation and definition updates
* api-change:``ses``: [``botocore``] Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"


1.35.2
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.2'
__version__ = '1.35.3'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.2,<1.36.0
botocore>=1.35.3,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.2,<1.36.0',
'botocore>=1.35.3,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 981c83a

Please sign in to comment.