Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 09:09

0.9.0 (2025-10-03)

⚠ BREAKING CHANGES

  • silo: Multiple breaking changes to lineage configuration:
    • PreprocessingConfig: lineageDefinitionsFilename renamed to
      lineageDefinitionFilenames and changed from string to list
    • DatabaseConfig: generateLineageIndex changed from boolean to string
      (expects lineage definition filename)

Features

  • silo: support multiple lineage systems (f4be635)