Skip to content

Releases: fossology/fossology-python

Update to REST API version 1.0.13

06 May 10:26
9b4902c

Choose a tag to compare

  • Add upload argument to method list_jobs(), closes #21
  • Add options to wait for job completion in methods schedule_jobs and detail_job() as suggested in #20
  • Update to REST API version 1.0.13:
    • DELETE /users/{id}
    • GET /uploads/{id}/licenses
  • Add ignoreScm and groupName options for POST /uploads
  • Add groupName option for DELETE /uploads/{id} and PATCH /uploads/{id}
  • Breaking change: use Upload object instead of upload_id in method upload_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

30 Mar 15:03
0735f80

Choose a tag to compare

Add possibility to customize scan agents depending on the Fossology instance.

Upload summary

30 Mar 15:05

Choose a tag to compare

Add GET endpoint about upload clearing summary.

Adopte changes in /users endpoint

03 Feb 21:23

Choose a tag to compare

Minor improvement in the documentation to close #3

First publication: wrapper compatible with Fossology API v1.0.7

17 Dec 15:41
f59e35e

Choose a tag to compare

Merge pull request #5 from fossology/first-open-release

feat: first official release