You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use SW360 support for update_project_releases(..., add=True) instead of our own code.
This allows to pass a dict with release details (e.g. project mainline state or relation).
delete_project now works properly. Before it could have happened the you get a JSONDecodeError.
All delete methods have been checked and made more resilient.
Update get_all_releases to include isNewClearingWithSourceAvailable parameter:
This parameter allows filtering releases that are in the new clearing state and have
the source available. This feature is yet to be released in the new version of SW360.
get_components_by_type() and get_components_by_name() support now paging.
when using CaPyCLI in a CI pipeline, connection problems to the SW360 server (5xx) cause
the pipeline to fail. We have now add an improved session handling to all api requests.
dependency updates due to security vulnerabilities in idna.