Skip to content

Releases: GenSpectrum/LAPIS

v0.8.1

10 Apr 10:11
422a781

Choose a tag to compare

0.8.1 (2026-04-10)

Features

  • lapis: also allow multiple value in int, float and date filters (and concatenate them with or) (#1626) (7e2736c)

v0.8.0

19 Mar 09:15
57276a5

Choose a tag to compare

0.8.0 (2026-03-19)

⚠ BREAKING CHANGES

  • lapis: Backslash is now an escape character inside quoted strings. In regex queries that use \ as a regex escape, you'll need to pass \\ now, e.g. before: division.regex=Basel\{1,2\} -> after: division.regex=Basel\\{1,2\\}

Features

  • lapis: support escaping single quotes in advanced query string values (#1599) (88d59e9)

Bug Fixes

  • lapis: health check: consider LAPIS "UP" even when SILO is down (#1594) (b9abdf9)

v0.7.2

17 Mar 10:20
ee125bf

Choose a tag to compare

0.7.2 (2026-03-16)

Bug Fixes

  • lapis: set a low timeout on calling SILO info so that the health endpoint doesn't block if SILO doesn't respond (#1593) (c501e9d)

v0.7.1

10 Mar 10:41
24f9fc0

Choose a tag to compare

0.7.1 (2026-03-10)

Features

  • lapis: /query/parse endpoint: add optional parameter doFullValidation to make sure that the query will execute successfully (#1581) (2db897d)

v0.7.0

09 Mar 10:51
9dbc53b

Choose a tag to compare

0.7.0 (2026-03-09)

⚠ BREAKING CHANGES

  • lapis: Before: ?region= would match null regions. After: ?region.isNull=true matches null regions, ?region= matches empty string regions. Empty strings are treated as such, before intFrom= would filter for unbounded int.

Features

  • lapis: add explicit xxx.isNull filters that let users filter for null or non-null, don't treat "" as null in filters anymore (#1574) (68eb461)

Bug Fixes

  • lapis: remove unnecessary field valuesAreUnique from database config (#1577) (2067441), closes #1573

v0.6.8

05 Mar 09:46
2f36756

Choose a tag to compare

0.6.8 (2026-03-05)

Bug Fixes

  • lapis: reliably serve whole llms.txt - only flush the response when it did compress (#1576) (5745897)

v0.6.7

03 Mar 09:52
b922f95

Choose a tag to compare

0.6.7 (2026-03-03)

Features

  • lapis-e2e: add more testing for advanced variant queries (#1558) (192b634)
  • lapis: add llms.txt - instructions for LLM agents that use a LAPIS instance (#1553) (ef6494c)

Bug Fixes

  • lapis: advanced queries: allow ambiguous mutation symbols in "mutation from", disallow . and - in insertions (#1549) (244a289)

v0.6.6

18 Feb 09:50
dc338dd

Choose a tag to compare

0.6.6 (2026-02-18)

Features

v0.6.5

17 Feb 10:36
b5773cc

Choose a tag to compare

0.6.5 (2026-02-17)

Features

  • lapis: make it possible to protect a LAPIS instance by OAuth to require user login before accessing the data (#1521) (5f9d764), closes #251
  • lapis: support filename* with UTF-8 character encoding (#1532) (b375e8a)

Bug Fixes

  • lapis: throw 'bad request' error when queries are malformed (#1534) (786a6ca)

v0.6.4

19 Jan 15:15
f519c7d

Choose a tag to compare

0.6.4 (2026-01-14)

Features

  • lapis: add new endpoint /component/queriesOverTime (#1496) (6a9597c)
  • lapis: remove protected OpennessLevel (#1499) (f1d24c5)