Skip to content

Commit

Permalink
Bumping version to 1.20.60
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 28, 2021
1 parent d81ae75 commit a40ee6e
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.20.60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``connect``",
"description": "Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.",
"type": "api-change"
},
{
"category": "``nimble``",
"description": "Amazon Nimble Studio is a virtual studio service that empowers visual effects, animation, and interactive content teams to create content securely within a scalable, private cloud service.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-16891.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-84972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-57696.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackagevod-47663.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-nimble-96991.json

This file was deleted.

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

1.20.60
=======

* api-change:``connect``: Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
* api-change:``mediapackage-vod``: MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.
* api-change:``nimble``: Amazon Nimble Studio is a virtual studio service that empowers visual effects, animation, and interactive content teams to create content securely within a scalable, private cloud service.
* api-change:``iotsitewise``: AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time.
* api-change:``cloudformation``: Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration


1.20.59
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.20.59'
__version__ = '1.20.60'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.20.'
# The full version, including alpha/beta/rc tags.
release = '1.20.59'
release = '1.20.60'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit a40ee6e

Please sign in to comment.