Skip to content

Release v2.0.45 - 2015-05-21

Compare
Choose a tag to compare
@awood45 awood45 released this 21 May 20:24
· 5050 commits to version-3 since this release

Tag release v2.0.45

References:
#820, #821

  • Feature - Aws::ElasticTranscoder - Elastic Transcoder now supports additional
    formats, including MXF, FLAC, and OGA, and additional flexibility for your
    output audio. You can use these formats to transcode files to the XDCAM format
    or to a lossless audio format.

  • Feature - Aws::Kinesis - The Amazon Kinesis API #get_records now includes a
    new parameter :millis_behind_latest: the number of milliseconds the
    GetRecords response is from the end of the stream, indicating how far behind
    real time a consumer is.

  • Feature - Aws::KMS - Adds the #update_alias API, which allows you to update
    the association of a key alias from one key to another within a region.

  • Issue - Aws:SQS - Resolved an issue with the SQS queue poller and changing message
    visibility timeouts.

    See related GitHub issue #821