Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

93 lines (73 loc) · 3.03 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.7.2 - 2024-04-17

Added

0.7.1 - 2024-04-12

Changed

  • Update file and winnowing filters
  • Remove filter for '.whl' file extensions
  • Added dir extension filter

0.7.0 - 2024-04-04

Added

  • Add HPSM support

0.6.1 - 2024-04-01

Changed

  • Fixed issue with SBOM ingestion

0.6.0 - 2024-03-26

Changed

  • Updated free default URL to now point to https://api.osskb.org
  • Updated premium default URL to now point to https://api.scanoss.com

0.5.5 - 2023-10-25

Fixed

  • Fixed issue with processFileList file path

0.5.4 - 2023-10-23

Added

  • Added extra debug information to scanning

0.5.3 - 2023-10-03

Added

  • Added symbolic file check (to skip)

0.5.2 - 2023-08-14

Added

  • Added support for manual proxy configuration (--proxy)

0.5.1 - 2023-08-11

Added

  • Added support for scanning a file list (scanFileList)
  • Added maven support for GraalVM compilation

0.5.0 - 2023-07-26

Added

  • Switched to okhttp for REST communication
  • Added custom HTTP certificate support (customCert)
    • CLI option: --ca-cert

Fixed

  • Fixed issue with null json object printing

0.4.0 - 2023-07-07

Added

  • Added long snippet generation check limit (snippetLimit)
  • Added command line option: --snippet-limit to support it

0.2.0 - 2023-07-04

Added