Skip to content

Commit

Permalink
Merge branch 'release-1.34.44'
Browse files Browse the repository at this point in the history
* release-1.34.44:
  Bumping version to 1.34.44
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 16, 2024
2 parents 1ff34a8 + ae78e0a commit 3954a1a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.44.json
@@ -0,0 +1,32 @@
[
{
"category": "``connectparticipant``",
"description": "[``botocore``] Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.",
"type": "api-change"
},
{
"category": "``emr``",
"description": "[``botocore``] adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Documentation-only updates for Lambda to clarify a number of existing actions and properties.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Doc only update for a valid option in DB parameter group",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] This release marks phone numbers as sensitive inputs.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.44
=======

* api-change:``connectparticipant``: [``botocore``] Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
* api-change:``emr``: [``botocore``] adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
* api-change:``firehose``: [``botocore``] This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
* api-change:``lambda``: [``botocore``] Documentation-only updates for Lambda to clarify a number of existing actions and properties.
* api-change:``rds``: [``botocore``] Doc only update for a valid option in DB parameter group
* api-change:``sns``: [``botocore``] This release marks phone numbers as sensitive inputs.


1.34.43
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.34.43'
__version__ = '1.34.44'


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

[metadata]
requires_dist =
botocore>=1.34.43,<1.35.0
botocore>=1.34.44,<1.35.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
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.43,<1.35.0',
'botocore>=1.34.44,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 3954a1a

Please sign in to comment.