Skip to content

Releases: scanoss/api.go

v1.6.4

23 Mar 13:28
6a6f886

Choose a tag to compare

What's Changed

  • Extend telemetry demo to include logs and traces
  • Add timeout 504 handling for single file, single worker scan requests

Full Changelog: v1.6.3...v1.6.4

v1.6.3

10 Mar 19:25
bef2708

Choose a tag to compare

What's Changed

  • Upgraded to golang 1.25
  • Add optional .env file loading on service startup

Full Changelog: v1.6.2...v1.6.3

v1.6.1

28 Jan 10:37
27bf0b9

Choose a tag to compare

What's Changed

  • Fix HSPM bug. Add command timeout with context. (#65)

  • Add command timeout with context. Cause for better error handling and logging

  • Add HPSM apikey config and service validation

  • setupEnvVars function refactor

  • Fix bug building the scanning command for ranking threshold 0

Full Changelog: v1.6.0...v1.6.1

v1.6.0

20 Jan 11:11
53edf9b

Choose a tag to compare

What's Changed

Added

  • Added scanoss.json scanning config support.
  • Added new server-side configuration parameters for scanning tune-up.
    • rankingAllowed
    • rankingEnabled
    • rankingThreshold
    • minSnippetHits
    • minSnippetLines
    • honourFileExts
  • Mscasso/feat/sp 3838 update go.api to support the new scanning parameters by @mscasso-scanoss in #64

Full Changelog: v1.5.2...v1.6.0

v1.5.2

10 Nov 15:20
0dcc097

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

03 Oct 09:59
528b667

Choose a tag to compare

Added

  • Charset detection extended to the whole file

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Sep 09:32

Choose a tag to compare

Added

  • Added logging for User-Agent and X-Scanoss-Client headers in request
  • Charset detection for file contents retrieved via the endpoint file_contents. New response headers:
    • X-Detected-Charset: Reports the detected character encoding
    • Content-Length: Reports the exact file size in bytes

Full Changelog: v1.4.5...v1.5.0

v1.4.5

10 Sep 13:55
b2410af

Choose a tag to compare

What's Changed

  • Added client request details logging

Full Changelog: v1.4.4...v1.4.5

v1.4.3

05 Feb 16:59
4f25c2b

Choose a tag to compare

Feat/update package deploy scripts (#46)

- Update packaging/deployment
- Add option to disable KB details collection
- Bump to Golang 1.22

v1.4.2

10 Jul 18:52

Choose a tag to compare

SP-1078 Fix chain certificate load issue