Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

78 lines (53 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

version v1.0.0

Changed

  • CDK and application code refactored
    1. Modular architecture with clear separation of concerns
    2. Reusable components and shared utilities
    3. Flexible configuration management

version v0.0.8

Added

  • New compute family available Fargate with Graviton 2: You can run your applications using the Fargate (Serverless) launch type with the ARM64 architecture.
  • Upgrade : FFmpeg 7.0.1 for intel, arm, amd, nvidia, fargate, fargate-arm
  • Improve compatibility with several AWS Regions: ap-southeast-2ap-south-1sa-east-1eu-west-3us-east-1us-west-2eu-central-1`

Changed

  • Fix stack destroy issues
  • Fix multi region deployment

version v0.0.7

Changed

  • Deploy Interface VPC Endpoint in one AZ to optimize cost (#17)
  • Fix pyyaml dependency

version v0.0.6

Added

  • Add Amazon Step Function workflow to massively parallelize jobs
  • Add Amazon FSx for Lustre cluster to optimize the upload/download of large media assets
  • Add Amazon System Manager Automation to preload large media assets from Amazon S3 to FSx for Lustre cluster
  • Add API resources for Step Functions
  • Document HTTP REST API

Changed

  • Refactor all cdk stacks
  • Breaking: Refactor HTTP REST API
  • Upgrade Nvidia Container to CUVID 12.3.1

version v0.0.5

  • Upgrade FFmpeg to 6.0 (snapshots)
  • Upgrade all FFmpeg libraries including decoders and encoders

version v0.0.4

version v0.0.3

  • Update FFMPEG 5.1
  • Update Nvidia Cuda
  • Fix issue on AWS Athena View

version v0.0.2

  • Add FFmpeg Quality Metrics to AWS Glue Crawler
  • Create AWS Athena Views for PSNR, SSIM, VMAF quality metrics
  • Optimize code linting
  • Dynamically look after AWS EC2 Instance types per AWS Region
  • Add AWS Service Catalog Registry
  • Document architecture decisions