Skip to content

Releases: scanoss/components

v0.7.0

30 Jan 16:26

Choose a tag to compare

What's Changed

Added

  • Added database version info (schema_version, created_at) to StatusResponse across 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 via APP_VERSION env var (defaults to embedded binary version)
  • Log error when querying db version fails with an error other than ErrTableNotFound
  • Updated github.com/scanoss/go-models to v0.3.0
  • Updated github.com/scanoss/go-grpc-helper to v0.11.0

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Sep 15:02
5d0f7fd

Choose a tag to compare

What's New

Added

  • Added name field to component search and version response DTOs

Changed

  • Updated component DTOs to use name field instead of component field
  • Upgraded github.com/scanoss/papi to v0.21.0

Deprecated

  • Deprecated component field in ComponentOutput and ComponentSearchOutput DTOs (use name instead)

v0.5.0

04 Sep 16:01

Choose a tag to compare

What's New

Changed

  • Removed /api prefix from REST endpoints

updated

  • Updated project dependencies to latest versions

v0.4.0

20 Aug 07:40
573bccd

Choose a tag to compare

Merge pull request #32 from scanoss/feature/mdaloia/SP-3080-Update-Co…

v0.3.1

09 Dec 13:42
28d94bd

Choose a tag to compare

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

03 Sep 13:14
691ff3b

Choose a tag to compare

What's Changed

  • SQLite and GO 1.22

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Jul 17:50

Choose a tag to compare

What's Changed

  • Upgrade to helper libraries and SQLite queries in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.1

22 Nov 23:48

Choose a tag to compare

add installation and config files