yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meilisearch/v1.27.0
vault / meilisearch / v1.27.0

meilisearch @ v1.27.0

integrity

size
19.9 MiB
downloaded
last checked
source https://github.com/meilisearch/meilisearch · available · github

release notes

This release improves the batch size for better performance. It also fixes bugs with the embedders that could skip some documents during generation and resolves an issue with the document route that displayed the same documents on multiple pages. It improves the quality of error messages when uploading snapshots to S3, which helps with debugging.

⚙️ Compatibility support

✨ Enhancement

🪲 Bug fixes

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.26.0...v1.27.0

download

unix · zip
curl -fL -o v1.27.0.zip https://ratatoskr.space/pkg/meilisearch/v1.27.0.zip
                    printf '%s  %s\n' '1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb' 'v1.27.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.zip"
$out = "v1.27.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.27.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz
                    printf '%s  %s\n' '85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe' 'v1.27.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz"
$out = "v1.27.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.27.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.zip
                    printf '%s  %s\n' '1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb' 'v1.27.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.zip"
$out = "v1.27.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.27.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz
                    printf '%s  %s\n' '85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe' 'v1.27.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz"
$out = "v1.27.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe") { throw "sha256 mismatch" }
artifact format size hashes
v1.27.0.zip zip 19.9 MiB
blake3-24 7578acda9a2a468e7731dc72b0d2b8af31a8d8a4089bb488
sha256 1e447e21657d26a244cf431cd0f667075d5257ee546fdc8b205378b6fa67cacb
sha1 e99002f7b2f6b3df5dba2acb3da35d137fcba099
v1.27.0.tar.gz tar.gz 19.0 MiB
blake3-24 0bcd72a0d722b2eb8f8a4bb5eb291cef033666a24f019ffa
sha256 85601aabb49c5cb56e4b38a1baf1fcda0ef9b2270313addd73bfcee64da7fdfe
sha1 258f15f782a640ae8ccb0c6e0f7a44b91ec6a2cc

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz"],
    integrity = "sha256-hWAaq7ScXLVuSzihuvH82g75sicDE63dc7/O5k2n/f4=",
    strip_prefix = "meilisearch-v1.27.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.27.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz"],
    integrity = "sha256-hWAaq7ScXLVuSzihuvH82g75sicDE63dc7/O5k2n/f4=",
    strip_prefix = "meilisearch-v1.27.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.27.0.tar.gz",
← v1.28.0v1.26.0 →