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.46.0
vault / meilisearch / v1.46.0

meilisearch @ v1.46.0

integrity

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

release notes

This release introduces fixes for a regression in v1.45.0, where we were batching deletions by filter with other deletions or additions. It also enables the new settings indexer to support more parameters, making the engine faster to index documents when those settings are specified.

✨ Enhancement

🪲 Bug fixes

🔒 Security

🔩 Miscellaneous

download

unix · zip
curl -fL -o v1.46.0.zip https://ratatoskr.space/pkg/meilisearch/v1.46.0.zip
                    printf '%s  %s\n' '25e83b2473a6874776472a3cfb2fed6633ce874901bb75a499c15b478052f64a' 'v1.46.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.46.0.zip"
$out = "v1.46.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25e83b2473a6874776472a3cfb2fed6633ce874901bb75a499c15b478052f64a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.46.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.46.0.tar.gz
                    printf '%s  %s\n' '57c47968b460f225cb3ecbb98fdec1bef35e55fba99269940b0ef5682992a959' 'v1.46.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.46.0.tar.gz"
$out = "v1.46.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57c47968b460f225cb3ecbb98fdec1bef35e55fba99269940b0ef5682992a959") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.46.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.zip
                    printf '%s  %s\n' '25e83b2473a6874776472a3cfb2fed6633ce874901bb75a499c15b478052f64a' 'v1.46.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.zip"
$out = "v1.46.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25e83b2473a6874776472a3cfb2fed6633ce874901bb75a499c15b478052f64a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.46.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.tar.gz
                    printf '%s  %s\n' '57c47968b460f225cb3ecbb98fdec1bef35e55fba99269940b0ef5682992a959' 'v1.46.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.tar.gz"
$out = "v1.46.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57c47968b460f225cb3ecbb98fdec1bef35e55fba99269940b0ef5682992a959") { throw "sha256 mismatch" }
artifact format size hashes
v1.46.0.zip zip 20.3 MiB
blake3-24 9af8858b7ef4b6356962afb7687091cc544d0ce4a5e67ecf
sha256 25e83b2473a6874776472a3cfb2fed6633ce874901bb75a499c15b478052f64a
sha1 ed0426a20c85ff1e035e54e486f12ada8871f584
v1.46.0.tar.gz tar.gz 19.3 MiB
blake3-24 06d025cb751a5aa20bbd15f4ee310e3f050b103cf0fc7f9b
sha256 57c47968b460f225cb3ecbb98fdec1bef35e55fba99269940b0ef5682992a959
sha1 a77c872a3b09853577d541a9fc4a8a5171d919a8

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.46.0.tar.gz"],
    integrity = "sha256-V8R5aLRg8iXLPsu5j97BvvNeVfupkmmUCw71aCmSqVk=",
    strip_prefix = "meilisearch-v1.46.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.46.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.tar.gz"],
    integrity = "sha256-V8R5aLRg8iXLPsu5j97BvvNeVfupkmmUCw71aCmSqVk=",
    strip_prefix = "meilisearch-v1.46.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.46.0.tar.gz",
← v1.46.1v1.45.2 →