Skip to content

Commit

Permalink
PyCA 3.2
Browse files Browse the repository at this point in the history
This is the release 3.2 of pyCA.

Version 3.2 of pyCA introduces new functionality to monitor and manage
the capture agent's host system by freeing disk space and providing
access to logs.

It also comes with a major overhaul of pyCA's documentation.

Features
--------

- Complete overhaul of the documentation
  (682b0f0)
- Option to remove recorded files locally after they have been
  successfully uploaded (f9c7f40)
- Introduce a new optional API for system logs
  (c1c9bce)
  and make them available via the user interface
  (e0b11e3)
- Improved debugging of HTTP requests
  (6ec5d56)
- Highlight failed recordings with a warning icon
  (c343949,
  d53e47c)

Bug Fixes
---------

- Improved routine for service endpoint updates ensuring that services
  are actually online before trying to use them e.g. for ingests
  (050bc42)
- Fix some edge cases when starting to record which could cause the
  service to fail (baa0561)
- Fix test assertions (fef63d7)
  • Loading branch information
lkiesow committed Jul 17, 2020
1 parent be7b32b commit fa15091
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 @@ -11,7 +11,7 @@ def read(filename):

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

0 comments on commit fa15091

Please sign in to comment.