Releases: GenSpectrum/LAPIS-SILO
Releases · GenSpectrum/LAPIS-SILO
v0.6.0
0.6.0 (2025-04-23)
⚠ BREAKING CHANGES
- the DatabaseConfig fields
dateToSortBy
and partitionBy
have been deprecated and do no longer have any effect. The internal endpoint for more detailed database storage information has been removed.
Features
- add
append
as a third silo execution mode for incremental preprocessing (84c4ae3), closes #368
- introduce a database schema that actually describes the schema of the database (be71e08)
- still enable
silo preprocessing
as a shorthand for initialize-then-append (9a91d0e)
v0.5.9
0.5.9 (2025-04-16)
Bug Fixes
- return 503 response when no database has been loaded yet (#742) (79ebbaa), closes #723
v0.5.8
0.5.8 (2025-03-31)
Bug Fixes
- the InsertionContains filter regex should match for the full string (#735) (4bb8320)
v0.5.7
0.5.7 (2025-03-17)
Bug Fixes
- correctly expect an escaped stop codon in requests (9b3c27a)
v0.5.6
0.5.6 (2025-02-27)
Features
- add coverage field to Mutations output and make it possible to only return subset of the fields (2b11472)
v0.5.5
0.5.5 (2025-02-25)
Bug Fixes
- return proper error message when index is out of bounds for a HasMutations filter (50e9f49)
v0.5.4
0.5.4 (2025-02-20)
Features
- add monitoring to log the swapover to datasets (39f1ed2)
- call malloc_trim after all connections to the old database are finished (5742a52)
- tell malloc to give empty heap space back to the OS before every fasta call (16ce850)
Bug Fixes
- prohibit allocation of new Poco threads for incoming requests (7c2994f)
v0.5.3
0.5.3 (2025-02-06)
Features
- add endpoint that returns the lineageDefinitions for the requested column (#689) (69cd9b0)
v0.5.2
0.5.2 (2025-01-29)
Features
- add the version to the output of the info endpoint (#680) (87e3f60), closes #604
v0.5.1
0.5.1 (2025-01-28)
Features
- update base image to ubuntu:24.04 (46d0567)
Bug Fixes
- return an error if reserved value INT32_MIN is used in filter (042646b)