Skip to content

Releases: alfg/openencoder

0.9.2

03 Aug 06:15
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
  • Fix create machines handler

0.9.1 - FFmpeg option parsing updates

03 Aug 05:47
5c26e4c
Compare
Choose a tag to compare
Pre-release
  • ffmpeg: update ffmpeg option parsing with latest from ffmpeg-commander #52
  • Updated Docker workflow

0.9.0 - FTP Support, Custom S3 Providers, and VPC for Machines

08 Aug 05:54
c5332f2
Compare
Choose a tag to compare
  • Support FTP as a storage option (#43)
  • Support Custom S3 Providers (#44)
  • Use VPC for private networking when creating a machine (#45)

0.8.0 - Upgrade to Go 1.14

08 Jun 02:13
b52af8a
Compare
Choose a tag to compare
Pre-release
  • server: upgrade to Go 1.14.
  • fix sql init scripts for settings.
  • ci: update travis and github workflow build for go.
  • web: npm audit fix.

0.7.7 - Bug fixes

04 Jan 06:32
Compare
Choose a tag to compare
0.7.7 - Bug fixes Pre-release
Pre-release
web: fix api endpoint and jobform extension.

0.7.6 - Cleanup and refactoring

29 Dec 07:49
Compare
Choose a tag to compare
Pre-release
  • API: Cleanup in gocode
  • Web: Refactor HTTP client in web calls from components

0.7.5 - Encode from pre-signed URL option

28 Dec 23:56
Compare
Choose a tag to compare
  • Encoding from a pre-signed URL is now an option in settings.
    Enable this setting to enable streaming directly to FFmpeg from a pre-signed S3 URL, instead of downloading the file first if disk space is a concern. Please note this setting can impact performance.
  • Fix logging format for encode progress updates

0.7.4 - Minor updates

27 Dec 08:07
Compare
Choose a tag to compare
0.7.4 - Minor updates Pre-release
Pre-release
  • Web: Human-friendly timestamps on Jobs and Machines views
  • Worker: Use presigned URLs to probe and encode

0.7.3 - Logging updates and email validation removal.

27 Dec 04:29
77c2938
Compare
Choose a tag to compare
  • API: Add logrus logging package.
  • API/Web: Updates to login/register to remove email validations on username. A username is now just a standard user.
  • README updates.

0.7.2 - Status updates

26 Dec 07:34
d7e1013
Compare
Choose a tag to compare
Pre-release
  • API: Health-check and current pricing status on the status endpoint.
  • Web: Update status view with new health-check and pricing info.