Skip to content

Commit

Permalink
doc: update changelog with breaking change information from commit fo…
Browse files Browse the repository at this point in the history
…oter
  • Loading branch information
Taepper committed Oct 25, 2024
1 parent 03573bd commit 81bd464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
### ⚠ BREAKING CHANGES

* generalized wildcard queries ([#458](https://github.com/GenSpectrum/LAPIS-SILO/issues/458))
* The preprocessing config field pangoLineageDefinitionFilename has been renamed to lineageDefinitionFilename.
* We now accept a YAML lineage definition file instead of a Pango alias key. A script (scripts/alias2lineageDefinitions.py) is provided to transform a list of lineages and an alias into the required file format.
* Input and query validation now checks whether the provided lineage exists in the defined lineages, and errors are thrown if validation fails.
* The metadata type pango_lineage has been removed


### Features

Expand Down

0 comments on commit 81bd464

Please sign in to comment.