Skip to content

Releases: scanoss/scanoss.py

v1.35.0

07 Oct 15:18
01b5281
Compare
Choose a tag to compare
[SP-3346] feat: use gRPC by default instead of REST (#154)

v1.34.0

06 Oct 14:42
26973c2
Compare
Choose a tag to compare
[SP-3346] feat: allow REST on decoration services (#153)

* [SP-3346] feat: add REST support for decoration services

* [SP-3346] chore: pr comments

* [SP-3346] fix: lint error

* [SP-3346] chore: update changelog, bump version

* [SP-3346] fix: license service api call

* [SP-3346] fix: lint error

* [SP-3346] fix: lint errors

* [SP-3346] fix: retry errors

* [SP-3346] chore: update changelog release date

v1.32.0

18 Sep 11:25
84eee42
Compare
Choose a tag to compare
Add REST support for dependencies and vulnerabilities

* add REST support for dependencies and vulnerabilities

* updated scanoss-py to v1.32.0

* fix issue with api key as evn

v1.30.0

24 Jul 15:52
Compare
Choose a tag to compare

What's Changed

  • [SP-2879] feat: add export dt sub-command, add cyclonedx input file validation

Full Changelog: v1.29.0...v1.30.0

v1.29.0

15 Jul 13:52
0862aa1
Compare
Choose a tag to compare
Merge pull request #138 from scanoss/bugfix/mdaloia/132-python-3738-i…

v1.26.2

24 Jun 18:18
663ef16
Compare
Choose a tag to compare

## What's Changed

Fixed

  • Fixed inspection of undeclared components with empty licenses

v1.26.1

23 Jun 12:38
116a3b1
Compare
Choose a tag to compare

What's Changed

Added

  • Added component count to inspect license summary

Full Changelog: v1.26.0...v1.26.1

v1.26.0

20 Jun 17:23
9f4b28e
Compare
Choose a tag to compare

What's New

Added

  • Added new CLI sub-commands license-summary and component-summary with input/output file options and license filtering.
  • Added component summary reporting with file counts for total, declared, and undeclared components.
  • Enhanced license summary with detailed aggregation including copyleft status.

Fixed

  • Cleaned up component and license data by removing extraneous keys for clearer output.
  • Fixed undeclared component status precedence and updated output formats to remove version information.

v1.25.2

18 Jun 15:10
02f0092
Compare
Choose a tag to compare

Release Notes v1.25.2

What's New

Bug Fixes

  • Fixed inspect subcommand errors - Resolved crashes when scanner results contain no version information (SP-2745)

Enhancements

  • Improved license prioritization - The inspect copyleft subcommand now prioritizes licenses by source reliability, showing the most authoritative license information first (SP-2746)

v1.25.0

10 Jun 16:19
f368217
Compare
Choose a tag to compare
Merge pull request #120 from scanoss/feature/mdaloia/SP-2655-SCANOSS.…