Skip to content

1.3.1

Compare
Choose a tag to compare
@ccremer ccremer released this 24 Oct 17:31
· 448 commits to master since this release

Changes since 1.2.0

New Features

  • WebAdmin UI: It is now possible to cancel a running conversion. The affected node will then wait for the next scan iteration, which provides time to make modifications on the profiles or shut it down.
  • New cleanup strategy: Mark source in directory. Instead of creating a *.done file next to the input file, it will now be created in the directory you specify. This allows the input folders to be left alone/unmodified.

Changes

  • REST: Added REST API for /api/v1/tasks/stop with DELETE method. It expects a query parameter for a given hostname, e.g. /api/v1/tasks/stop?hostname=the.node. The hostname is retrievable by calling /api/v1/tasks first.
  • Settings:
    • CC_CLEANUP_MARK_SOURCE_DIR (= /input/done) [new]
    • New enum possible for CC_CLEANUP_STRATEGY: MARK_SOURCE_DIR
    • new Jgroups Settings file: fork.xml. (relevant for windows and persisted config dir in docker)
    • Changed protocol stack in tcp.xml. (relevant for windows and persisted config dir in docker)
  • Other
    • Fixed a bug in 1.3.0 that would leave tasks in the cluster forever if a node died and restarted.
    • The default profiles now use the "medium" preset, instead of "ultrafast/faster" at the cost of encoding time, but the resulting file size should be lower now.