vault / meilisearch / v1.28.1
meilisearch @ v1.28.1
integrity
- size
- 19.9 MiB
- downloaded
- last checked
release notes
This release features two fixes: one to ensure that we correctly upload the Linux-amd64 binaries for the Community and Enterprise editions, and one contributed by an external developer to ensure that we still return documents that don't contain the sortable attribute after those that do.
🐛 Bug Fixes
- Fix sort on /documents endpoint when field has no values by @EclipseAditya in https://github.com/meilisearch/meilisearch/pull/6016
- Fix release CI after we introduced the enterprise edition by @paulden in https://github.com/meilisearch/meilisearch/pull/6020
🫂 New Contributors
- @EclipseAditya made their first contribution in https://github.com/meilisearch/meilisearch/pull/6016
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.28.0...v1.28.1
download
unix · zip
curl -fL -o v1.28.1.zip https://ratatoskr.space/pkg/meilisearch/v1.28.1.zip
printf '%s %s\n' '0571f2a5fdcc4260df16c98ae751a5cf5900a28ea187b46a9ae7de7bc9bba3d2' 'v1.28.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.1.zip"
$out = "v1.28.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0571f2a5fdcc4260df16c98ae751a5cf5900a28ea187b46a9ae7de7bc9bba3d2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.28.1.tar.gz
printf '%s %s\n' '4be8192c13bb0765b1176f31c2a144cee8a5498f92e10fc675755718f3cab3c0' 'v1.28.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.1.tar.gz"
$out = "v1.28.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4be8192c13bb0765b1176f31c2a144cee8a5498f92e10fc675755718f3cab3c0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.28.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.zip
printf '%s %s\n' '0571f2a5fdcc4260df16c98ae751a5cf5900a28ea187b46a9ae7de7bc9bba3d2' 'v1.28.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.zip"
$out = "v1.28.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0571f2a5fdcc4260df16c98ae751a5cf5900a28ea187b46a9ae7de7bc9bba3d2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.tar.gz
printf '%s %s\n' '4be8192c13bb0765b1176f31c2a144cee8a5498f92e10fc675755718f3cab3c0' 'v1.28.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.tar.gz"
$out = "v1.28.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4be8192c13bb0765b1176f31c2a144cee8a5498f92e10fc675755718f3cab3c0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.28.1.zip | zip | 19.9 MiB |
blake3-24 d3b70b29518e5a36a17dc8e04b49532c59c080e4776ff2a8
sha256 0571f2a5fdcc4260df16c98ae751a5cf5900a28ea187b46a9ae7de7bc9bba3d2
sha1 7322928b3cab3598a03453f505ef10e3ab258b91
|
| v1.28.1.tar.gz | tar.gz | 19.0 MiB |
blake3-24 69bcbe397984dd6a040ab674c5d39ea2c08b11cfe689ecaa
sha256 4be8192c13bb0765b1176f31c2a144cee8a5498f92e10fc675755718f3cab3c0
sha1 3b2de3790fddf99f7ba23237e8fd0e756f5869d6
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.28.1.tar.gz"],
integrity = "sha256-S+gZLBO7B2WxF28xwqFEzuilSY+S4Q/GdXVXGPPKs8A=",
strip_prefix = "meilisearch-v1.28.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.28.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.tar.gz"],
integrity = "sha256-S+gZLBO7B2WxF28xwqFEzuilSY+S4Q/GdXVXGPPKs8A=",
strip_prefix = "meilisearch-v1.28.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.1.tar.gz",