- ci: workaround for test failures (segmentation faults)
0.4.2
- fix: visibility (private/public) of uploads was not set correctly
0.4.1
- fix: ignore SubjectAltNameWarning for certificates in medical branding
0.4.0
- feat: allow to renew and revoke API tokens (12) - fix: selecting dcor-access token file in health-facility wizard section did not work. - fix: medical scenario should only support private data uploads - fix: aborting or restarting an upload job in the GUI did not work - fix: use circle name in upload dialog dropdown if title is empty - setup: setup.py test is deprecated - tests: added first GUI tests - docs: pathify logo text
0.3.0
- BREAKING CHANGE: all methods and functions dealing with API calls now accept a CKANAPI instance instead of a server and an API key. This was necessary, because we have to support certificate pinning. - fix: actually use server certificate for "medical" user scenario - fix: support new CKAN API tokens - setup: bump dclab from 0.32.2 to 0.32.4