Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 16:26
· 18 commits to main since this release

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