Skip to content

v0.2.7

Choose a tag to compare

@fhermansson fhermansson released this 13 Mar 08:26
· 7 commits to master since this release
  • 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.