Releases: aws-solutions/live-streaming-on-aws
Releases · aws-solutions/live-streaming-on-aws
v4.2.1
v4.2.0
[4.2.0] - 2023-4-10
New
- Converted project from CDK 1 to CDK 2 project.
Changed
- Upgraded multiple nodejs packages to improve security.
- Upgraded Lambda runtimes to node 18 from node 12.
- Added region name to CachePolicy to allow unique name for multiple stacks with the same stack name in different regions.
- Removed application insights
- MediaPackage IAM role more secure with scoped down privlages.
Contributors
v4.1.0
[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
Contributors
@eggoynes
v4.0.1
v4.0.0
[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
v3.1.1
v3.1.0
[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
[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.