Releases: fossology/fossology-python
Releases · fossology/fossology-python
Update to REST API version 1.0.13
- Add upload argument to method
list_jobs(), closes #21 - Add options to wait for job completion in methods
schedule_jobsanddetail_job()as suggested in #20 - Update to REST API version 1.0.13:
DELETE /users/{id}GET /uploads/{id}/licenses
- Add
ignoreScmandgroupNameoptions forPOST /uploads - Add
groupNameoption forDELETE /uploads/{id}andPATCH /uploads/{id} - Breaking change: use Upload object instead of
upload_idin methodupload_summary - Improve exception handling by sending raw server response in case no JSON is returned
- Fix implementation of specific agents handling, extend test
- Fix styling/formatting, shorten list of flake8 ignores
- Add test coverage in actions and export badge on README (using codecov)
- Improve coverage rate to 83%, fix some bugs on the way
- Extend copyright to 2020 on source files
Support any custom agent
Add possibility to customize scan agents depending on the Fossology instance.
Upload summary
Add GET endpoint about upload clearing summary.
Adopte changes in /users endpoint
Minor improvement in the documentation to close #3
First publication: wrapper compatible with Fossology API v1.0.7
Merge pull request #5 from fossology/first-open-release feat: first official release