Releases: aws-solutions/live-streaming-on-aws-with-amazon-s3
Releases · aws-solutions/live-streaming-on-aws-with-amazon-s3
v3.1.0
[3.1.0] - 2022-9-1
New
- Added cdk nag rule suppressions
- Added SolutionId tag to resources
- Added Service Catalog AppRegistry configuration and ApplicationInsights
- SonarQube properties file: sonar-project.properties
Changed
- Updated deployment/run-unit-tests.sh to generate unit test coverage reports
- Updated deployment/build-s3-dist.sh to output cdk nag errors
- Disabled versioning on buckets within the CloudFront to S3 construct
Contributors
V3.0.0
[3.0.0] - 2022-3-10
Added
- Added Amazon S3 construct to replace AWS MediaStore for storing video segments.
- Amazon S3 request metrics added, including first byte latency, and total latency of each request.
Changed
- Github repo name changed from live-streaming-on-aws-with-mediastore to live-streaming-on-aws-with-amazon-s3.
- Removed mediastore actions from min_user_iam_deploy.json.
- Updated architecture diagram.
- Changed references to MediaStore in implementation guide to Amazon S3.
- Removed CloudWatch MediaStore dashboard.
- Replaced mentions of MediaStore with Amazon S3 where appropriate.
- Package follow-redirects updated to 1.14.8
- Replaced resource urls pointing to MediaStore with Amazon S3 urls.
V2.1.1
V2.1.0
[2.1.0] - 2021-11-12
Changed
- Added additional permissions for AWS MediaLive IAM Policy. Now has additional CloudWatch, MediaConnect, and MediaStore access.
- Changed "Start MediaLive Channel" CloudFormation option to no by default. This saves money in the case customer did not want MediaLive to start on launch.
Fixed
- Add new Permissions to the CloudFormation template that will allow customers to add tags on EML resources.
v2.0.0
[2.0.0] - 2021-9-27
Added
- Added new section that explains the minimum IAM permissions a AWS IAM user needs to deploy this CloudFormation template.
Changed
- The Amazon CloudFront distribution TTL values were modified to 1 second for all http error codes. 403, 404, 405, 500, 501, 503, and 504.
- New Amazon CloudFront cache policy that includes the "Origin" header.
- Updated outdated node.js packages.
Fixed
- Removed logging of AWS MediaLive input details since they could contain input passwords.
- Fixed the AWS CloudWatch Dashboard url on the CloudFormation output page.
- Removed --silent from npm commands for custom builds to make it so building will not fail silently.
- Readme (aws-solutions/video-on-demand-on-aws-foundation#12)