vault / meilisearch / v0.27.1
meilisearch @ v0.27.1
integrity
- size
- 7.1 MiB
- downloaded
- last checked
release notes
⚠️ Use v0.27.1 instead of v0.27.0 if possible
- Fix dumps bug during import (#2396) @MarinPostma
- Fix geosearch bug when using mixed datasets (#2397 and https://github.com/meilisearch/milli/pull/529) @irevoire
- Fix nested bug when using searchable attributes (#2397 and https://github.com/meilisearch/milli/pull/528) @irevoire
Thank you @leopku, @martinmaillard and @Thearas for the bug reports ❤️
download
unix · zip
curl -fL -o v0.27.1.zip https://ratatoskr.space/pkg/meilisearch/v0.27.1.zip
printf '%s %s\n' 'a3625ded3891f97ad5cd64d96df9cafe5d04acb6e9740836814036e0822b339c' 'v0.27.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.27.1.zip"
$out = "v0.27.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a3625ded3891f97ad5cd64d96df9cafe5d04acb6e9740836814036e0822b339c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.27.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.27.1.tar.gz
printf '%s %s\n' 'ad6ddd4d9c34ceff58ff7378bdcebe777182d767858392c80ae3bf30b6952daf' 'v0.27.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.27.1.tar.gz"
$out = "v0.27.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad6ddd4d9c34ceff58ff7378bdcebe777182d767858392c80ae3bf30b6952daf") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.27.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.zip
printf '%s %s\n' 'a3625ded3891f97ad5cd64d96df9cafe5d04acb6e9740836814036e0822b339c' 'v0.27.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.zip"
$out = "v0.27.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a3625ded3891f97ad5cd64d96df9cafe5d04acb6e9740836814036e0822b339c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.27.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.tar.gz
printf '%s %s\n' 'ad6ddd4d9c34ceff58ff7378bdcebe777182d767858392c80ae3bf30b6952daf' 'v0.27.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.tar.gz"
$out = "v0.27.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad6ddd4d9c34ceff58ff7378bdcebe777182d767858392c80ae3bf30b6952daf") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.27.1.zip | zip | 7.1 MiB |
blake3-24 7a019f0ac2055e05d52eedefdaab2f09664cc5979d48cdb1
sha256 a3625ded3891f97ad5cd64d96df9cafe5d04acb6e9740836814036e0822b339c
sha1 35ed8eadabb18b2efc9b42a5b093a3756f0edb55
|
| v0.27.1.tar.gz | tar.gz | 7.0 MiB |
blake3-24 3c79cc1335f7982d6ba1a107637503f0f88af4dd16d4fbbc
sha256 ad6ddd4d9c34ceff58ff7378bdcebe777182d767858392c80ae3bf30b6952daf
sha1 4bcbba84282390563d1786dfd48977853e7dfcda
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v0.27.1.tar.gz"],
integrity = "sha256-rW3dTZw0zv9Y/3N4vc6+d3GC12eFg5LICuO/MLaVLa8=",
strip_prefix = "meilisearch-v0.27.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.27.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.tar.gz"],
integrity = "sha256-rW3dTZw0zv9Y/3N4vc6+d3GC12eFg5LICuO/MLaVLa8=",
strip_prefix = "meilisearch-v0.27.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.27.1.tar.gz",