Skip to content

pyCA 3.1

Compare
Choose a tag to compare
@lkiesow lkiesow released this 17 Jul 20:23
c325c18

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 to Opencast (9bceee1)
  • Simplify the configuration access (350d914)
  • Remove Python 2 specific code (1927c35)

Bug Fixes

  • Use explicit jsonify to circumvent tracebacks in older flask versions (110e576)
  • Fix bug in metric endpoint failing on non-existent capture directory (495a915)
  • Circumvent register process while the Capture Admin Endpoint is not present (30761ed)
  • Fix cURL response encoding (ce399dc)