Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update changelog with breaking change information from commit footer #625

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
* 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 `pangoLineage` has been removed. `type: string` with `generateLineageIndex: true` should be used instead.


### Features

Expand Down