Releases: scanoss/scanoss.py
Releases · scanoss/scanoss.py
v1.35.0
v1.34.0
[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
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
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
Merge pull request #138 from scanoss/bugfix/mdaloia/132-python-3738-i…
v1.26.2
## What's Changed
Fixed
- Fixed inspection of undeclared components with empty licenses
v1.26.1
What's Changed
Added
- Added component count to inspect license summary
Full Changelog: v1.26.0...v1.26.1
v1.26.0
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
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
Merge pull request #120 from scanoss/feature/mdaloia/SP-2655-SCANOSS.…