8000 Releases · GenSpectrum/LAPIS-SILO · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: GenSpectrum/LAPIS-SILO

v0.6.0

23 Apr 08:21
9be71c3
Compare
Choose a tag to compare

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

16 Apr 13:22
df41146
Compare
Choose a tag to compare

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

01 Apr 09:39
6969de0
Compare
Choose a tag to compare

0.5.8 (2025-03-31)

Bug Fixes

  • the InsertionContains filter regex should match for the full string (#735) (4bb8320)

v0.5.7

19 Mar 08:28
6bc5d33
Compare
Choose a tag to compare

0.5.7 (2025-03-17)

Bug Fixes

  • correctly expect an escaped stop codon in requests (9b3c27a)

v0.5.6

27 Feb 15:55
Compare
Choose a tag to compare

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

25 Feb 11:10
Compare
Choose a tag to compare

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

20 Feb 11:58
Compare
Choose a tag to compare

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

06 Feb 21:37
ec74d52
Compare
Choose a tag to compare

0.5.3 (2025-02-06)

Features

  • add endpoint that returns the lineageDefinitions for the requested column (#689) (69cd9b0)

v0.5.2

30 Jan 08:24
d09aa8c
Compare
Choose a tag to compare

0.5.2 (2025-01-29)

Features

  • add the version to the output of the info endpoint (#680) (87e3f60), closes #604

v0.5.1

28 Jan 12:00
62197b0
Compare
Choose a tag to compare

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)
0