Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the release 2.2 of pyCA. Version 2.2 is fixing several minor issues of pyCA 2.1 as well as adding some new features. Features -------- - New JSON API to programmatically modify and retrieve information about the capture agent. - Example Systemd unit files, corresponding to the commands above, are available. - Makefile for linting and testing. - Title of recording in the user interface. - Allow the configuration of a custom signal to capture process on event end. Bug Fixes --------- - Fix installation error by ensuring that templates and static files are also part of the python package. - Fix race condition which could lead to a wrong Agent State. - Proper handling of empty service sets. - Handle non-URL characters in capture agent name to ensure proper request URLs. - Fix display of next schedule. - Use new Opencast test server following Opencast's develop branch. - Ensure that preview images are served from relative paths as well. - Fix database locking issue to avoid possible errors when starting up pyCA.
- Loading branch information