Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Upcoming changes...

0.5.0 - 2024-04-01

Added

  • Upgrade scanoss.java version to 0.7.0
  • Add SBOM ingestion
  • Add High Precision Snippet Matching algorithm(HPSM)
  • Add undeclared component detection

0.4.4 - 2023-10-25

Added

  • Upgrade to scanoss.java 0.5.5

0.4.3 - 2023-10-23

Added

  • Upgrade to scanoss.java 0.5.4
  • Add stacktrace to scan error output

0.4.2 - 2023-10-05

Added

  • Refactor: improved overall code quality

0.4.1 - 2023-08-11

Added

  • Switch scan method from folder to file list (now reading Sonar's InputFiles)

0.4.0 - 2023-08-01

Added

  • Enable/Disable plugin option

0.3.0 - 2023-07-27

### Added

  • Support for setting Custom Certificate

0.2.0 - 2023-07-08

Added

  • Java SDK integration
  • Improved Documentation