Releases: scanoss/api.go
Releases · scanoss/api.go
v1.6.4
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
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
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
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
v1.5.1
v1.5.0
Added
- Added logging for
User-AgentandX-Scanoss-Clientheaders in request - Charset detection for file contents retrieved via the endpoint
file_contents. New response headers:X-Detected-Charset: Reports the detected character encodingContent-Length: Reports the exact file size in bytes
Full Changelog: v1.4.5...v1.5.0
v1.4.5
v1.4.3
Feat/update package deploy scripts (#46) - Update packaging/deployment - Add option to disable KB details collection - Bump to Golang 1.22
v1.4.2
SP-1078 Fix chain certificate load issue