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

meilisearch @ v1.10.2

integrity

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

release notes

Fixes 🦋

Activate the Swedish tokenization Pipeline

The Swedish tokenization pipeline were deactivated in the previous versions, now it is activated when specifying the index Language in the settings:

PATCH /indexes/:index-name/settings

{
  "localizedAttributes": [ { "locales": ["swe"], "attributePatterns": ["*"] } ]
}

related PR: #4949

download

unix · zip
curl -fL -o v1.10.2.zip https://ratatoskr.space/pkg/meilisearch/v1.10.2.zip
                    printf '%s  %s\n' 'd4735e2aa0a5015b60b0a30745f322c7173a9827a546fe6da372fe66159a4f73' 'v1.10.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.10.2.zip"
$out = "v1.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4735e2aa0a5015b60b0a30745f322c7173a9827a546fe6da372fe66159a4f73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.2.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.10.2.tar.gz
                    printf '%s  %s\n' '175c5edbda589bfb9b0a85b73395762ccf359d5f9dc010d501fe6d5c0943a29f' 'v1.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.10.2.tar.gz"
$out = "v1.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "175c5edbda589bfb9b0a85b73395762ccf359d5f9dc010d501fe6d5c0943a29f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.10.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.zip
                    printf '%s  %s\n' 'd4735e2aa0a5015b60b0a30745f322c7173a9827a546fe6da372fe66159a4f73' 'v1.10.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.zip"
$out = "v1.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4735e2aa0a5015b60b0a30745f322c7173a9827a546fe6da372fe66159a4f73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.tar.gz
                    printf '%s  %s\n' '175c5edbda589bfb9b0a85b73395762ccf359d5f9dc010d501fe6d5c0943a29f' 'v1.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.tar.gz"
$out = "v1.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "175c5edbda589bfb9b0a85b73395762ccf359d5f9dc010d501fe6d5c0943a29f") { throw "sha256 mismatch" }
artifact format size hashes
v1.10.2.zip zip 15.3 MiB
blake3-24 dac6f2b5ccc844005fa36218af29ecef9fa8412613cef6a7
sha256 d4735e2aa0a5015b60b0a30745f322c7173a9827a546fe6da372fe66159a4f73
sha1 43afa1df22c74781f82587a6fbedda7a580591f9
v1.10.2.tar.gz tar.gz 14.7 MiB
blake3-24 8b9158f3f03173a504dc7879af099ae7892a9794ebb7809d
sha256 175c5edbda589bfb9b0a85b73395762ccf359d5f9dc010d501fe6d5c0943a29f
sha1 7f436b944aab578683ba95ff9163006aa38d7b9d

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.10.2.tar.gz"],
    integrity = "sha256-F1xe29pYm/ubCoW3M5V2LM81nV+dwBDVAf5tXAlDop8=",
    strip_prefix = "meilisearch-v1.10.2",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.10.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.tar.gz"],
    integrity = "sha256-F1xe29pYm/ubCoW3M5V2LM81nV+dwBDVAf5tXAlDop8=",
    strip_prefix = "meilisearch-v1.10.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.10.2.tar.gz",
← v1.10.3v1.10.1 →