Skip to content

Commit

Permalink
PyCA 2.2
Browse files Browse the repository at this point in the history
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
shaardie committed May 8, 2020
1 parent 7794d7f commit b2c8306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pyca",
version="2.1",
version="2.2",
description="Opencast Capture Agent",
author="Lars Kiesow",
author_email='[email protected]',
Expand Down

0 comments on commit b2c8306

Please sign in to comment.