Skip to content

Releases: GenSpectrum/LAPIS

v0.6.3

09 Dec 08:55
2e6b716

Choose a tag to compare

0.6.3 (2025-12-09)

Features

  • lapis-docs: give examples for boolean queries (#1470) (d211119)
  • lapis-docs: improve advanced queries docs (#1468) (6df0ed0)
  • lapis-docs: mention n-of syntax earlier (#1471) (d327c74)

Bug Fixes

v0.6.2

02 Dec 14:43
19ecd65

Choose a tag to compare

0.6.2 (2025-12-02)

Features

  • lapis: automate access key rotation (#1429) (edbcfa7)
  • lapis: for protected data, require >= 10 sequences per request (#1428) (4f4c429)
  • lapis: support random with seed (#1426) (0773dcd)

Bug Fixes

  • lapis-e2e: fix invalid insertion indices (#1421) (53f2dab)
  • lapis: also regard request parameters for non-GET requests (#1427) (4c8cf32)

v0.5.20

12 Nov 14:22
edbcfa7

Choose a tag to compare

0.5.20 (2025-11-12)

Features

  • lapis: for protected data, require >= 10 sequences per request (97e651c)
  • lapis: automate access key rotation (2abed81)

Bug Fixes

  • lapis: also regard request parameters for non-GET requests (aff7eb5)

v0.6.1

15 Oct 09:48
f911c71

Choose a tag to compare

0.6.1 (2025-10-14)

Bug Fixes

  • lapis: close connection to SILO if client cancels request to LAPIS (#1393) (17012a8)

v0.5.19

15 Oct 09:20
17012a8

Choose a tag to compare

0.5.19 (2025-10-15)

Features

Backported bug fix of commit described below available as docker image tag v0.5.19

Bug Fixes

  • lapis: close connection to SILO if client cancels request to LAPIS (#1393) (17012a8)

v0.6.0

07 Oct 08:23
4f330a6

Choose a tag to compare

0.6.0 (2025-10-07)

⚠ BREAKING CHANGES

  • lapis: make generateLineageIndex in the database config a string field

Features

  • lapis-e2e: adjust test data to SILO 0.8 (4d785a7)
  • lapis: make generateLineageIndex in the database config a string field (#1377) (3f02855)

v0.5.18

01 Oct 09:02
dc13a34

Choose a tag to compare

0.5.18 (2025-10-01)

Bug Fixes

  • lapis: also don't log the stack trace when SILO says that it's not available yet (#1376) (b4ee14d)
  • lapis: don't spam the log with stack traces when SILO can't be reached (#1373) (0e35d0f)

v0.5.17

15 Sep 09:14

Choose a tag to compare

0.5.17 (2025-09-15)

Bug Fixes

  • lapis: fix 500 server error in *mutationsOverTime endpoints (#1357) (d056d6c)

v0.5.16

09 Sep 09:09
553f3dc

Choose a tag to compare

0.5.16 (2025-09-03)

Features

  • lapis: make thread count for SILO client configurable (#1352) (d541fb8)
  • lapis: mutationsOverTime endpoint: return total sequence count per dateRange (#1316) (b29c921)

v0.5.15

21 Aug 09:56
cc7dcc8

Choose a tag to compare

0.5.15 (2025-08-21)

Features

  • lapis: add example value to /phyloSubtree endpoints docs (#1337) (21e659e)

Bug Fixes

  • lapis: fix response schema of /phyloSubtree in OpenAPI spec (#1336) (c3c3e75)
  • lapis: increase maximum string length in JSON parser (#1332) (1765428)
  • lapis: truncate error details if they are too long (#1334) (b51157d)