Releases: alfg/openencoder
Releases · alfg/openencoder
0.9.2
0.9.1 - FFmpeg option parsing updates
- 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
0.8.0 - Upgrade to Go 1.14
- 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
web: fix api endpoint and jobform extension.
0.7.6 - Cleanup and refactoring
- API: Cleanup in gocode
- Web: Refactor HTTP client in web calls from components
0.7.5 - Encode from pre-signed URL option
- 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
- 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.
- 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
- API: Health-check and current pricing status on the status endpoint.
- Web: Update status view with new health-check and pricing info.