vault / meilisearch / v1.12.5
meilisearch @ v1.12.5
integrity
- size
- 15.4 MiB
- downloaded
- last checked
release notes
Fixes 🪲
- Dump export no longer fails when the task queue contains enqueued or processing tasks, by @dureuill and @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/5246
- Dumps containing enqueued tasks no longer fail to import, also in https://github.com/meilisearch/meilisearch/pull/5246
- Dumps exported in v1.12 reset the
batch_uidof all tasks, as batches are not persisted in dumps in v1.12. See https://github.com/meilisearch/meilisearch/issues/5247 for details.
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.4...v1.12.5
download
unix · zip
curl -fL -o v1.12.5.zip https://ratatoskr.space/pkg/meilisearch/v1.12.5.zip
printf '%s %s\n' 'b85c9707ad722dbe5ab1390db4560ad13a675184eb6ba30da52801c680b4508d' 'v1.12.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.5.zip"
$out = "v1.12.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b85c9707ad722dbe5ab1390db4560ad13a675184eb6ba30da52801c680b4508d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.5.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.12.5.tar.gz
printf '%s %s\n' '3000c935893d972801a5db1455971b6162d0dbdc0ba75dfb57c89feb880ff026' 'v1.12.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.5.tar.gz"
$out = "v1.12.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3000c935893d972801a5db1455971b6162d0dbdc0ba75dfb57c89feb880ff026") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.12.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.zip
printf '%s %s\n' 'b85c9707ad722dbe5ab1390db4560ad13a675184eb6ba30da52801c680b4508d' 'v1.12.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.zip"
$out = "v1.12.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b85c9707ad722dbe5ab1390db4560ad13a675184eb6ba30da52801c680b4508d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.tar.gz
printf '%s %s\n' '3000c935893d972801a5db1455971b6162d0dbdc0ba75dfb57c89feb880ff026' 'v1.12.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.tar.gz"
$out = "v1.12.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3000c935893d972801a5db1455971b6162d0dbdc0ba75dfb57c89feb880ff026") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.12.5.zip | zip | 15.4 MiB |
blake3-24 63579f993249c9e3e097e38a88c69142f04626cb8a4161ef
sha256 b85c9707ad722dbe5ab1390db4560ad13a675184eb6ba30da52801c680b4508d
sha1 9c52d17d98f0b7ece68b7bb03e1cd08e6004f3d1
|
| v1.12.5.tar.gz | tar.gz | 14.8 MiB |
blake3-24 4ddbac264f0f04627cf45e59fddba9ef42654ca009970e91
sha256 3000c935893d972801a5db1455971b6162d0dbdc0ba75dfb57c89feb880ff026
sha1 1052c6fccef48685f1d3a80d494d7e026ee157dc
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.12.5.tar.gz"],
integrity = "sha256-MADJNYk9lygBpdsUVZcbYWLQ29wLp137V8if64gP8CY=",
strip_prefix = "meilisearch-v1.12.5",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.12.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.tar.gz"],
integrity = "sha256-MADJNYk9lygBpdsUVZcbYWLQ29wLp137V8if64gP8CY=",
strip_prefix = "meilisearch-v1.12.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.5.tar.gz",