Releases: scanoss/components
Releases · scanoss/components
v0.7.0
What's Changed
Added
- Added database version info (
schema_version,created_at) toStatusResponseacross all component service endpoints - Added server version to
StatusResponse - Log database version info on service startup
Changed
- Moved server version from constructor parameter to
ServerConfig.App.Version, configurable viaAPP_VERSIONenv var (defaults to embedded binary version) - Log error when querying db version fails with an error other than
ErrTableNotFound - Updated
github.com/scanoss/go-modelsto v0.3.0 - Updated
github.com/scanoss/go-grpc-helperto v0.11.0
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's New
Added
- Added
namefield to component search and version response DTOs
Changed
- Updated component DTOs to use
namefield instead ofcomponentfield - Upgraded
github.com/scanoss/papito v0.21.0
Deprecated
- Deprecated
componentfield in ComponentOutput and ComponentSearchOutput DTOs (usenameinstead)
v0.5.0
What's New
Changed
- Removed
/apiprefix from REST endpoints
updated
- Updated project dependencies to latest versions
v0.4.0
Merge pull request #32 from scanoss/feature/mdaloia/SP-3080-Update-Co…
v0.3.1
What's Changed
- Remove duplicated versions on components/versions endpoint
- fix github url missing namespace
- Allow change CN on TLS cfg
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
v0.1.1
add installation and config files