Caution
If you have not updated to v4.0.0 you must do that before continuing. Read the v4.0.0 release notes for more information.
Important
If you are running the :dev
container image now is a good time to switch back to :latest
or the semver version.
Features
Sprite Thumbnails
Sprite thumbnails are now generated by default after a video is archived. This is run after the video is completely archived and is only visible in the Tasks/River UI. As noted in the 4.0.0 release notes, this process is not CPU intensive so users with little available resources should not be concerned. This feature can be disabled at Admin > Settings. By default there are 2 thumbnail generation workers. This can be configured using the new MAX_VIDEO_SPRITE_THUMBNAIL_EXECUTIONS
environment variable.
What's Changed
- fix(frontend): make env vars available in browser by @Zibbp in #574
- fix(frontend): axios base url by @Zibbp in #582
- feat: automate generate sprite thumbnails by @Zibbp in #583
- feat: better tests by @Zibbp in #575
- Start writing better tests. Currently the full authentication flow and archive process is tested.
- build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #578
- build(deps): bump github.com/riverqueue/river from 0.14.3 to 0.15.0 by @dependabot in #571
- build(deps): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 by @dependabot in #577
- 4.0.2 misc fixes by @Zibbp in #584
Full Changelog: v4.0.1...v4.0.2