Skip to content

Releases: aws-solutions/live-streaming-on-aws

v4.0.1

03 Aug 20:38
0dcc31f
Compare
Choose a tag to compare

[4.0.1] - 2022-8-3

New

  • Added Service Catalog AppRegistry Application resource

Changed

  • Disabled versioning on buckets within the CloudFront to S3 construct

Contributors
@sandimciin
@eggoynes

v4.0.0

06 Jul 21:11
Compare
Choose a tag to compare

[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

v3.1.2

24 Mar 18:18
Compare
Choose a tag to compare

[3.1.2] - 2022-3-24

Updated

  • Pathval updated to 1.1.1
  • Follow Redirects updated to 1.14.8

v3.1.1

24 Jan 19:28
Compare
Choose a tag to compare

[3.1.1] - 2022-1-24

Updated

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

v3.1.0

16 Nov 01:00
Compare
Choose a tag to compare

[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 (#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.

v3.0.0

30 Aug 18:07
Compare
Choose a tag to compare

[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.