diff --git a/.changes/1.20.60.json b/.changes/1.20.60.json new file mode 100644 index 0000000000..b417305627 --- /dev/null +++ b/.changes/1.20.60.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-16891.json b/.changes/next-release/api-change-cloudformation-16891.json deleted file mode 100644 index 21c56f03b3..0000000000 --- a/.changes/next-release/api-change-cloudformation-16891.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cloudformation``", - "type": "api-change", - "description": "Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration" -} diff --git a/.changes/next-release/api-change-connect-84972.json b/.changes/next-release/api-change-connect-84972.json deleted file mode 100644 index 4a2479508a..0000000000 --- a/.changes/next-release/api-change-connect-84972.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``connect``", - "type": "api-change", - "description": "Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API." -} diff --git a/.changes/next-release/api-change-iotsitewise-57696.json b/.changes/next-release/api-change-iotsitewise-57696.json deleted file mode 100644 index c98b5ed635..0000000000 --- a/.changes/next-release/api-change-iotsitewise-57696.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``iotsitewise``", - "type": "api-change", - "description": "AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time." -} diff --git a/.changes/next-release/api-change-mediapackagevod-47663.json b/.changes/next-release/api-change-mediapackagevod-47663.json deleted file mode 100644 index 28deb212fe..0000000000 --- a/.changes/next-release/api-change-mediapackagevod-47663.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediapackage-vod``", - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-nimble-96991.json b/.changes/next-release/api-change-nimble-96991.json deleted file mode 100644 index d3eeb2a27a..0000000000 --- a/.changes/next-release/api-change-nimble-96991.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``nimble``", - "type": "api-change", - "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 94ab88770b..8b5f7a8ba7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 9f52d898e8..09d0323275 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.20.59' +__version__ = '1.20.60' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 97d3f02c69..7df4322fbf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.