-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from aws-solutions/release/v3.2.0
Release v3.2.0
- Loading branch information
Showing
20 changed files
with
5,685 additions
and
60,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,105 +1,136 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [3.1.2] - 2022-4-19 | ||
## [3.2.0] - 2023-05-18 | ||
|
||
### Changed | ||
|
||
- Upgraded to cdk v2 | ||
- Added region name and account ID to AppRegistry Application name | ||
- Changed AppRegistry Attribute Group name to Region-StackName | ||
- Updated AppRegistry attribute and tag names | ||
- Upgraded Lambda runtimes to node 16 | ||
- Removed application insights | ||
- Enabled bucket versioning | ||
|
||
## [3.1.2] - 2023-04-17 | ||
|
||
### Changed | ||
- Updated object ownership configuration on the S3 logging bucket. | ||
|
||
- Updated object ownership configuration on the S3 logging bucket. | ||
|
||
## [3.1.1] - 2022-11-9 | ||
## [3.1.1] - 2022-11-09 | ||
|
||
### 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 | ||
|
||
## [3.1.0] - 2022-9-1 | ||
## [3.1.0] - 2022-09-01 | ||
|
||
### Added | ||
|
||
### New | ||
- SonarQube properties file: sonar-project.properties | ||
- Added cdk nag rule suppressions | ||
- Added SolutionId tag to resources | ||
- Added Service Catalog AppRegistry configuration and ApplicationInsights | ||
|
||
### 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 | ||
* @sandimciin | ||
* @eggoynes | ||
## [3.0.0] - 2022-03-10 | ||
|
||
## [3.0.0] - 2022-3-10 | ||
### Added | ||
|
||
### New | ||
- 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. | ||
- 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. | ||
- Replaced resource urls pointing to MediaStore with Amazon S3 urls. | ||
|
||
## [2.1.1] - 2022-01-24 | ||
|
||
## [2.1.1] - 2022-1-24 | ||
### Changed | ||
|
||
### Updated | ||
- Follow Redirects updated to 1.14.7 | ||
- Updated Type Script unit test | ||
- Architecture diagram updated | ||
|
||
## [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. | ||
|
||
- 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. | ||
|
||
## [2.0.0] - 2021-9-27 | ||
### Added | ||
- Add new Permissions to the CloudFormation template that will allow customers to add tags on EML resources. | ||
|
||
## [2.0.0] - 2021-09-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 (https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/12) | ||
- Removed --silent from npm commands for custom builds to make it so building will not fail silently. | ||
- Readme (<https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/12>) | ||
|
||
## [1.2.1] - 2021-07-01 | ||
|
||
## [1.2.1] - 2021-7-1 | ||
### Fixed | ||
- Updated CFN template for aws-cloudfront-mediastore CDK. | ||
|
||
- Updated CFN template for aws-cloudfront-mediastore CDK. | ||
- MediaStore policy is now retricting to only requests from Amazon CloudFront. | ||
- Updated README. | ||
|
||
|
||
## [1.2.0] - 2020-12-21 | ||
|
||
### Added | ||
- Updated the source code to build the CloudFormation template using the AWS CDK | ||
|
||
- Updated the source code to build the CloudFormation template using the AWS CDK | ||
|
||
## [1.1.1] - 2020-08-17 | ||
### Bugfix | ||
|
||
### Fixed | ||
|
||
- added permissions for the custom resource to create SSM parameter stores. | ||
- resolved https://github.com/awslabs/live-streaming-on-aws-with-mediastore/issues/2 | ||
- resolved <https://github.com/awslabs/live-streaming-on-aws-with-mediastore/issues/2> | ||
|
||
## [1.1.0] - 2020-06-30 | ||
|
||
### Added | ||
|
||
- Elemental Link as an input option | ||
- changed the MediaLive Encoding segment length from 10 seconds to 4 | ||
|
||
## [1.0.0] - 2020-04-30 | ||
|
||
### Added | ||
- CHANGELOG version 1.0.0 release | ||
|
||
- CHANGELOG version 1.0.0 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Code of Conduct | ||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | ||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact | ||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | ||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact | ||
opensource-codeofconduct@amazon.com with any additional questions or comments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.