Skip to content

New major release 3.0.0

Compare
Choose a tag to compare
@deveaud-m deveaud-m released this 09 Aug 08:23
· 33 commits to main since this release
16719d1

Release description

This release adds support for almost all API endpoints implemented in Fossology 4.2.1:

  • Uploads licenses and copyrights: #111
  • /all jobs endpoint for admins: #109
  • Downloading an upload: #105
  • Default user group: #106

Breaking change: due to inconsistencies in the API version management in Fossology release 4.2.x, support for version checking and backward compatibility has been dropped from the Python library. Make sure FossologyApiError exceptions are handled properly to detect feature incompatibility between your Fossology server instance and your Python script.

Additionally this new release add some more chore functionality like types checking, updated Python dependencies and adaptation to new poetry flags for dependency management and some minor coverage improvements.

For details about all changes added to this release, go to v2.1.0...v3.0.0.