Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 09:38
58396a2

Changes in this Release:

  • Most queries can now provide their results in a YAML format. If using NCA command-line, simply add --output_format yaml. If using a scheme file, the value of outputConfiguration.outputFormat should be yaml.
  • Replaced the dependency on PyGithub with ghapi which has a more permissive license.
  • Releasing a Docker image, based on Red Hat ubi8 base image (in addition to the image based on python:3.8-slim, as before).
  • Updated CONTRIBUTING.md file.
  • Several bugs fixed (issues #267, #351, #368, #371)