Skip to content

Latest commit

 

History

History
96 lines (75 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

96 lines (75 loc) · 3.65 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.

[4.1.0] - 2022-11-9

New

  • Added Service Catalog AppRegistry Application resource
  • Added Application Insights within the AppRegistry dashboard

Changed

  • Added stack name to CachePolicy to make unique name allowing for multiple concurrent stacks
  • Added stack name to AppRegistry application name to allow for multiple concurrent stacks

[4.0.1] - 2022-8-3

New

  • Added Service Catalog AppRegistry Application resource

Changed

  • Disabled versioning on buckets within the CloudFront to S3 construct

[4.0.0] - 2022-7-6

New

  • Added cdk infrastructure in source/constructs directory
  • Defined resources for cdk stack in source/constructs/lib/live-streaming.ts
  • Added links to MediaLive and S3 consoles to CloudFormation Outputs
  • Added links to metric dashboards for MediaLive and MediaPackage to CloudFormation Outputs
  • Added SonarQube properties file: sonar-project.properties
  • Added snapshot test to source/constructs/test directory
  • Added cdk nag rule suppressions

Added SolutionId tag to resources

Changed

  • Removed CloudFormation template live-streaming-on-aws.yaml
  • Use CachePolicy instead of ForwardedValues(deprecated) for cloudfront distribution
  • Use @aws-solutions-constructs/aws-cloudfront-s3 construct to deploy demo resources
  • Updated deployment/run-unit-tests.sh to generate unit test coverage reports
  • Updated deployment/build-s3-dist.sh to output cdk nag errors
  • Updated source/custom-resource/lib/medialive/index.spec.js to increase unit test coverage
  • Generate secret string for Cdn Secret resource using cdk instead of hard coding
  • Upgrade path from old versions require a delete and re-deploy since moving to CDK

Contributors

  • @sandimciin
  • @eggoynes

[3.1.1] - 2022-1-24

Updated

  • Follow Redirects updated to 1.14.7
  • AWS SDK updated to 2.814.0
  • Architecture diagram updated

[3.1.0] - 2021-11-12

Changed

  • Added additional permissions for AWS MediaLive IAM Policy. Now has CloudWatch, MediaConnect, and MediaStore access.
  • Changed case of IAM policy (aws-solutions#19)

Updated

  • Axios update to 0.21.2
  • Tmpl update to 1.0.5

Fixed

  • Add new Permissions to the CloudFormation template that will allow customers to add tags on EML resources.

[3.0.0] - 2020-8-5

Changed

  • The AWS MediaLive default CloudFormation parameter for channel start has been changed to false.

Updated

  • The Amazon CloudFront distribution TTL values were modified to 1 second for all http error codes. 403, 404, 405, 500, 501, 503, and 504.
  • Updated packages glob-parent, ssri, y18n, react-dev-utils, elliptic, axios, and others.

Fixed

  • Readme file updates.
  • Removed Lambda from logging AWS MediaLive input details which could contain passwords.

[2.3.0] - 2019-10-30

Added

  • CHANGELOG version 2.3.0 release
  • Lambda runtime update from Node8.10 to Node12.x, Python3.6 to Python3.8
  • Demo Console deployed by default, previously an optional through cfn parameter but disabling teh console caused the stack to fail.

[2.4.0] - 2020-07-30

Added

  • Origin headers and Custom Error 404 TTL for CloudFront
  • CDN Authorization for Elemental MediaPackage EndPoints

Updated

  • MediaLive Encoding now supports QVBR and 4 second segment sizes
  • MediaLive with a new set of outputs 1920x1080, 1280x720, 960x540, 768x432, 640x360, 512x288

Removed

  • discontinued support for the python version of the CloudFormation custom resource.