You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most dependency versions have been updated, notably Spring Boot to 3.4.3 and Java to 21.
Rotation metadata is now correctly managed when scaling portrait video within a landscape box, with encodingProperties.flipWidthHeightIfPortrait enabled.
Resolved issue where the thumbnail at 0% was not functioning.
Fixed issue with graceful shutdown. Jobs are re-queued upon receiving SIGTERM.
A Gradle plugin causing build failures has been replaced.
Redisson has been replaced with the default Redis client for Spring Boot. Redis ZSET is now used instead of Redisson’s abstraction for priority queues, changing the Redis type from LIST to ZSET. On startup, Encore will attempt to migrate existing queues to ZSET if encore-settings.queue-migration-script-enabled is true. If the migration script fails, queues will need to be manually deleted.