diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc1718648..147dffd7b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09abf699f..e1c8fd566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.4](https://github.com/GenSpectrum/LAPIS/compare/v0.8.3...v0.8.4) (2026-05-27) + + +### Features + +* **lapis:** also handle SILO returning arrow date values ([#1700](https://github.com/GenSpectrum/LAPIS/issues/1700)) ([0d5387c](https://github.com/GenSpectrum/LAPIS/commit/0d5387c9bc507e0fb4b7a208cea43075582e1829)) +* **lapis:** send SILO queries as SaneQL ([#1698](https://github.com/GenSpectrum/LAPIS/issues/1698)) ([f561e1c](https://github.com/GenSpectrum/LAPIS/commit/f561e1c4cf0e1e4b0d2c1de265f860d82eb7b6b8)) + + +### Bug Fixes + +* **lapis-docs:** resolve TypeScript warnings and add astro check to CI ([#1681](https://github.com/GenSpectrum/LAPIS/issues/1681)) ([5829e17](https://github.com/GenSpectrum/LAPIS/commit/5829e17ea44cdecd99508a860a0334bc8af4dd17)) +* **lapis:** send `isNull` to SILO on `isNull(date)` advanced query ([#1697](https://github.com/GenSpectrum/LAPIS/issues/1697)) ([d43345c](https://github.com/GenSpectrum/LAPIS/commit/d43345cdf27ce960b62bf4a71314593494c9b5b7)) + ## [0.8.3](https://github.com/GenSpectrum/LAPIS/compare/v0.8.2...v0.8.3) (2026-04-28) diff --git a/lapis-docs/package-lock.json b/lapis-docs/package-lock.json index b07af07c9..fac414763 100644 --- a/lapis-docs/package-lock.json +++ b/lapis-docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "lapis-docs", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lapis-docs", - "version": "0.8.3", + "version": "0.8.4", "dependencies": { "@astrojs/react": "^5.0.5", "@astrojs/starlight": "^0.39.2", diff --git a/lapis-docs/package.json b/lapis-docs/package.json index 5046c607e..dffe44aa9 100644 --- a/lapis-docs/package.json +++ b/lapis-docs/package.json @@ -1,7 +1,7 @@ { "name": "lapis-docs", "type": "module", - "version": "0.8.3", + "version": "0.8.4", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/lapis/build.gradle b/lapis/build.gradle index 06ed9aee7..9cd9f6651 100644 --- a/lapis/build.gradle +++ b/lapis/build.gradle @@ -12,7 +12,7 @@ plugins { } group = 'org.genspectrum' -version = '0.8.3' // x-release-please-version - this is a marker comment for Release Please to update this version +version = '0.8.4' // x-release-please-version - this is a marker comment for Release Please to update this version java { sourceCompatibility = '21'