Skip to content

Releases: aws-solutions/video-on-demand-on-aws-foundation

Release v1.3.6

17 Sep 18:39
29e79d1
Compare
Choose a tag to compare

Security

  • Upgraded vulnerable packages

Release v1.3.5

22 Aug 18:14
a25549f
Compare
Choose a tag to compare

Security

  • Security updates for npm packages

Release v1.3.4

09 Aug 20:13
a5a03b5
Compare
Choose a tag to compare

[1.3.4] - 2024-08-09

Security

  • Upgraded vulnerable packages

v1.3.3

19 Jul 21:31
815dfe9
Compare
Choose a tag to compare

[1.3.3] - 2024-07-19

Security

  • Security updates for transitive dependencies

v1.3.2

02 Nov 20:35
b921c39
Compare
Choose a tag to compare

[1.3.2] - 2023-11-02

Security

  • Security updates for transitive dependencies

Contributors

@colinazn

v1.3.1

29 Sep 16:35
268904b
Compare
Choose a tag to compare

[1.3.1] - 2023-9-29

Added

  • Enabled logging for JobSubmit and JobComplete Lambdas

Changed

  • Updated Lambdas to NodeJS 18 and JavaScript AWS SDK v3
  • Updated packages
  • Removed deprecated moment package

Fixed

  • cdk snapshot test

Contributors

@sandimciin

v1.3.0

31 May 21:10
Compare
Choose a tag to compare

[1.3.0] - 2023-5-31

Added

  • cdk-nag rule suppressions
  • Updated deployment/build-s3-dist.sh to output cdk nag errors

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
  • Use logs bucket for cloudfront distribution logging

Contributors

@sandimciin
@dch90

v1.2.1

18 Apr 16:56
10dbda5
Compare
Choose a tag to compare

[1.2.1] - 2023-4-17

Changed

  • Updated object ownership configuration on Logs bucket and CloudFront Logging bucket

Contributors
@sandimciin

v1.2.0

20 Oct 04:54
Compare
Choose a tag to compare

[1.2.0] - 2022-10-17

Added

  • AppRegistry Application Stack Association
  • Application Insights in AppRegistry
  • AppRegistry added to implementation guide.
  • Application Registry dashboard.
  • SonarQube properties file: sonar-project.properties
  • Added unit tests with 80% code coverage

Changed

  • Changed deployment/run-unit-tests.sh to generate unit test coverage reports

Contributors

v1.1.0

29 Jul 22:07
Compare
Choose a tag to compare

[1.1.0] - 2021-7-29

Added

  • Added new input file extensions wmv, mxf, mkv, m3u8, mpeg, webm, and h264.
  • All file extensions now work in uppercase or lowercase format. Example WMV and wmv now trigger jobs via S3. (#8)

Changed

  • New MediaConvert job-settings.json template removing DASH and MP4 renditions to reduce cost.
    • Pricing savings of 37% by changing default job-settings.json from Professional tier to Basic tier.
    • Deinterlacer setting turned off in job-settings.json so AWS MediaConvert uses Basic Tier and not Professional tier.
    • Default job-settings.json frames per second set to follow source now instead of setting a strict 30 fps.

Fixed

  • Readme file updates. (#12)
  • Added mock settings for unit tests. (#6)
  • Added extra steps when building in the Readme file. (#4)
  • Updated Axios to version 0.21.1