Releases: scanoss/components
Releases · scanoss/components
v0.10.0
What's Changed
Added
- Enhanced component search to recover missing components
Changed
- Updated dependencies to the latest versions
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
Changed
- Updated dependencies to the latest versions
- BREAKING CHANGE: Replaced
ErrorMessage/ErrorCodewithInfoMessage/InfoCodeinComponentStatusResponsefor component and version status fields
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Added
- Added
GetComponentStatus/GetComponentsStatusservices for getting single and multiple development life-cycle information - Added support for custom status mapping for retrieved and registry-specific status
Changed
- Using go-component-helper to get always the right component version based on user request
Full Changelog: v0.7.0...v0.8.0
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