Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

80 lines (65 loc) · 3.53 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[5.2.0] - 2020-12-10

Added

  • Support for S3 Signature Version4 for pre-signed URLs (aws-solutions#111)
  • New MediaConvert job templates with:
    • Fewer HLS and DASH ABR renditions
    • Updated encoder settings
    • No presets
  • Enabled point-in-time recovery backup for DynamoDB table

Changed

  • MediaInfo executable version (from v19.09 to v20.09) (aws-solutions#116)
  • CloudFront configuration improvements (aws-solutions#96, aws-solutions#99)
  • MediaConvert presets are no longer being created
  • All new MediaConvert job templates gets created regardless of whether MediaPackage is enabled or not

Fixed

  • Settings are no longer overwritten when using custom templates (aws-solutions#107)
  • Solution now deploys even in regions with no MediaPackage support

[5.1.0] - 2020-04-30

Added

Changed

  • Lambda functions runtime to latest available (Node.js 12)
  • Build assets to include package-lock.json files
  • Build and test commands to use npm ci instead of npm install
  • Cloudformation template to use AWS::Partition instead of aws
  • Logic to add MediaPackage VOD as a custom origin to CloudFront (it's now done as a custom resource when the stack is created / updated)

Fixed

Removed

  • 'use strict' directives

[5.0.0] - 2019-11-20

Added

Changed

  • License to Apache-2.0
  • Time properties in notification event (startTime and endTime) to use ISO 8601 formatting
  • README to use correct casing for metadata sample
  • Always use QVBR (Quality-Defined Variable Bitrate Control)
  • DynamoDB table to use on-demand billing option
  • Each function in the workflow to have its own role

Fixed

  • Typo in notification event property name (ecodeJobId -> encodeJobId)
  • Links to issues in the CONTRIBUTING file
  • Anonymous metrics helper to remove ServiceToken (which includes Lambda ARN) from sent data
  • Suffix for supported format (mv4 -> m4v)
  • Custom resource to handle WorkflowTrigger parameter update

Removed

  • References to unused workflowTrigger (Api)

[4.3.0] - 2019-11-20

Added

  • CHANGELOG file

Changed

  • Lambda functions (except for mediainfo) runtime to nodejs10.x
  • Mediainfo lambda function to python3.7
  • Mediainfo executable version (from v0.7.92.1 to v19.09)