Skip to content

Releases: irohalab/mira-video-manager

v1.1.2

15 Jan 10:42
78673fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Jan 08:04
5971ac7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Jan 17:51
6c52468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Jan 10:01
75ab708
Compare
Choose a tag to compare

Fix VideoProfile bug that cause the cmd has two -i arugments

v1.0.0

26 Nov 07:38
b46a720
Compare
Choose a tag to compare

In this version. The action of the video-process rule is refactored, and a graph-based processing engine is used for processing the videos.
Make sure to read the pre1migrate.md if you are upgrading from the previous version.

  1. New VideoProcessor ExtractVideoProcessor, this supports extract operation that generates output for the other processors.
  2. New API for job management.
  3. JobManager and Vertex Manager to manage the job graph and execution.
  4. Replace the AMQP lib with Rascal.
  5. Bug fixes

In order to use this version. make sure upgrade the UI to irohalab/mira-ui

v0.2.8

21 Mar 17:04
Compare
Choose a tag to compare

Fix an issue during reconnection

v0.2.7

20 Mar 15:53
Compare
Choose a tag to compare

Fix rabbitmqservice cannot recover from a channel close situation. this situation can be caused either by network or by the RabbitMQ server.

v0.2.6

13 Mar 18:30
522a6db
Compare
Choose a tag to compare

Fix a issue that rabbitmq service throw channel close exception when a connection is reconnected.

v0.2.5

12 Mar 09:15
Compare
Choose a tag to compare

Add more log

Replace incorrect logger method

10 Mar 17:45
Compare
Choose a tag to compare
  • Replace logger.log method to logger.info to fix bug.