Skip to content

v0.7.0

Compare
Choose a tag to compare
@carlosms carlosms released this 27 Dec 13:03
38461f9

Docs

The documentation of this repository is also hosted at docs.sourced.tech/lookout.

SDK

New Features

  • Support for new field include_languages in ChangesRequest and FilesRequest 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 of ipv4://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