Skip to content

Commit

Permalink
Merge branch 'release-1.20.35'
Browse files Browse the repository at this point in the history
* release-1.20.35:
  Bumping version to 1.20.35
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jan 13, 2022
2 parents b668dc2 + fb610ae commit 501453a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.20.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``pinpoint``",
"description": "[``botocore``] Adds JourneyChannelSettings to WriteJourneyRequest",
"type": "api-change"
},
{
"category": "``lexv2-runtime``",
"description": "[``botocore``] Update lexv2-runtime client to latest version",
"type": "api-change"
},
{
"category": "``nimble``",
"description": "[``botocore``] Amazon Nimble Studio now supports validation for Launch Profiles. Launch Profiles now report static validation results after create/update to detect errors in network or active directory configuration.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This SDK release adds support to pass run properties when starting a workflow run",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] AWS Systems Manager adds category support for DescribeDocument API",
"type": "api-change"
},
{
"category": "``elasticache``",
"description": "[``botocore``] AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.20.35
=======

* api-change:``pinpoint``: [``botocore``] Adds JourneyChannelSettings to WriteJourneyRequest
* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version
* api-change:``nimble``: [``botocore``] Amazon Nimble Studio now supports validation for Launch Profiles. Launch Profiles now report static validation results after create/update to detect errors in network or active directory configuration.
* api-change:``glue``: [``botocore``] This SDK release adds support to pass run properties when starting a workflow run
* api-change:``ssm``: [``botocore``] AWS Systems Manager adds category support for DescribeDocument API
* api-change:``elasticache``: [``botocore``] AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.


1.20.34
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.20.34'
__version__ = '1.20.35'


# 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.23.34,<1.24.0
botocore>=1.23.35,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

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


requires = [
'botocore>=1.23.34,<1.24.0',
'botocore>=1.23.35,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 501453a

Please sign in to comment.