Skip to content

Commit

Permalink
Merge branch 'release-1.17.29'
Browse files Browse the repository at this point in the history
* release-1.17.29:
  Bumping version to 1.17.29
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 16, 2021
2 parents 481c6fd + cb7b973 commit ba8bb09
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.17.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lambda``",
"description": "[``botocore``] Allow empty list for function response types",
"type": "api-change"
},
{
"category": "``iam``",
"description": "[``botocore``] Documentation updates for AWS Identity and Access Management (IAM).",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "[``botocore``] This release adds support for the SRT-listener protocol on sources and outputs.",
"type": "api-change"
},
{
"category": "``accessanalyzer``",
"description": "[``botocore``] This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "[``botocore``] MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states.",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "[``botocore``] GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process.",
"type": "api-change"
}
]
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.17.29
=======

* api-change:``lambda``: [``botocore``] Allow empty list for function response types
* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediaconnect``: [``botocore``] This release adds support for the SRT-listener protocol on sources and outputs.
* api-change:``accessanalyzer``: [``botocore``] This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring.
* api-change:``mediatailor``: [``botocore``] MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
* api-change:``mwaa``: [``botocore``] This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states.
* api-change:``gamelift``: [``botocore``] GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process.


1.17.28
=======

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.17.28'
__version__ = '1.17.29'


# 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,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.28,<1.21.0
botocore>=1.20.29,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.0
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.20.28,<1.21.0',
'botocore>=1.20.29,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit ba8bb09

Please sign in to comment.