Skip to content

Commit

Permalink
PyCA 4.5
Browse files Browse the repository at this point in the history
New Features
------------

* Ad-hoc Recordings by @lkiesow in #378

Fixes
-----

* Lower required Prometheus client version by @lkiesow in #345
* Missing steps in installation documentation by @lkiesow in #346
* Development command for starting all parts of pyCA by @lkiesow in #347
* Document how to configure a continuous preview by @kristofkeppens in #355
* Fix Silently Discarding Data by @lkiesow in #377
* Updated FFmpeg download source URL for newer FFmpeg version by @pitfisher in #369
* Ensure Default Reload Interval by @lkiesow in #379

Tests
-----

* Run Bandit Tests by @lkiesow in #348
* User Interface Tests by @lkiesow in #354
* Fix Event Modification Test Data by @lkiesow in #380

The release also includes several updated libraries.

**Full Changelog**: v4.4...v4.5
  • Loading branch information
lkiesow committed Mar 8, 2022
1 parent 15be849 commit d56a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(filename):

setup(
name="pyca",
version="4.4",
version="4.5",
description="Opencast Capture Agent",
author="Lars Kiesow",
author_email='lkiesow@uos.de',
Expand Down

0 comments on commit d56a5bc

Please sign in to comment.