Skip to content

Commit

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

Version 3.1 introduces http basic authentication and cleans up some old code.
It also fixes some miscellaneous bugs.

Features
--------

- Allow HTTP Basic authentication talking to Opencast.

- Simplify the configuration access.

- Remove Python 2 specific code.

Bug Fixes
---------

- Use explicit jsonify to circumvent tracebacks in older flask versions.

- Fix bug in metric endpoint failing on non-existent capture directory.

- Circumvent register process while the Capture Admin Endpoint is not present.

- Fix curl response encoding.
  • Loading branch information
shaardie committed Jun 19, 2020
1 parent 30761ed commit c325c18
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="3.0",
version="3.1",
description="Opencast Capture Agent",
author="Lars Kiesow",
author_email='[email protected]',
Expand Down

0 comments on commit c325c18

Please sign in to comment.