v0.7.0
Docs
The documentation of this repository is also hosted at docs.sourced.tech/lookout.
SDK
New Features
- Support for new field
include_languages
inChangesRequest
andFilesRequest
protobuf messages. Requires a client using src-d/lookout-sdk v0.3.0 or higher - The exit code is now
1
if the analysis fails to complete (#409) - The
analyzer
address argument is now optional, with a default value ofipv4://localhost:9930
(#350)
Server
New Features
- Better log message levels for cleaner logs, and extra messages to explain common misconfiguration problems in
config.yml
(#287, #385)
Bug Fixes
- Remove warnings when using
docker-compose
without GitHub token authorization (#384) - Fix
event-type
field value in logs (#396)
Internal
- Migrate the CLI to use src-d/go-cli (#378)