Skip to content

Releases: FOSWLY/media-converter-backend

1.1.4

03 Jun 16:34
99aebb3
Compare
Choose a tag to compare
  • Migrated from prettier to biome
  • Migrated from husky to lefthook
  • Removed eslint-oxlint-plugin
  • Bump depends

Full Changelog: 1.1.3...1.1.4

1.1.3

03 Jun 16:33
4d6fbe6
Compare
Choose a tag to compare
  • Added LOG_TO_FILE env property
  • Replaced set cors logic to @elysiajs/cors
  • Lib pino and pino modules replaced with @vaylo/pino
  • Bump depends

Full Changelog: 1.1.2...1.1.3

1.1.2

21 Dec 09:50
8087bc1
Compare
Choose a tag to compare

1.1.2

  • Refactored logic for getAll converts from cache
  • Fix lint errors

1.1.1

  • Fixed crash when trying to concat segments without existing files
  • Updated depends

1.1.0

  • The database schema has been changed

    id serial -> BigInt (identity column)
    created_at timestamp -> timestamptz

  • Added config validation

  • Added available disk space check

  • Added health respose model

  • Improved disk space cleanup system

  • Updated imports with @ paths

  • Deleted isOutdated check

  • Rewrited "Repeatable jobs" to the new "Job Schedulers"

  • Fix invalid getAll criterias

  • Removed SonarJS eslint plugin

  • Updated depends

1.0.2

  • Added support of raw (plain or base64) mpd playlists with set extra_url
  • Rework converter of .mpd files
  • Rework convert mapped .m3u8 logic (removed yt-dlp + aria2c depends)
  • Added separated Manifest type for MPD

1.0.1

  • Fix converting mapped m3u8 (by using yt-dlp + aria2c)
  • Fix converting m3u8 with .cmaf files (by using yt-dlp + aria2c)

1.0.0

  • Initial release

Full Changelog: https://github.com/FOSWLY/media-converter-backend/commits/1.1.2