vault / meilisearch / v1.28.2
meilisearch @ v1.28.2
integrity
- size
- 19.9 MiB
- downloaded
- last checked
release notes
This release fixes a bug affecting the Prometheus metrics route in versions 1.28.0 and 1.28.1, specifically when the instance has too many tasks. The issue is visible as high memory usage and could cause the instance to be OOM-killed. If you are using the /metrics route, we recommend deleting all succeeded or failed tasks in the index using the dedicated route or upgrading to at least v1.28.2.
🐛 Bug fixes
- Limit the number of retrieved tasks to one in the metrics by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6024
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.28.1...v1.28.2
download
unix · zip
curl -fL -o v1.28.2.zip https://ratatoskr.space/pkg/meilisearch/v1.28.2.zip
printf '%s %s\n' '313359c4622adabe3802b36726bfdc23d60646ca708e24889a6a52d6e2b8b877' 'v1.28.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.2.zip"
$out = "v1.28.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "313359c4622adabe3802b36726bfdc23d60646ca708e24889a6a52d6e2b8b877") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.2.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.28.2.tar.gz
printf '%s %s\n' '556d715a4301532075525a1d8b3c7b209e5fe23f1ad1db8ea8417299e47f0e10' 'v1.28.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.2.tar.gz"
$out = "v1.28.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "556d715a4301532075525a1d8b3c7b209e5fe23f1ad1db8ea8417299e47f0e10") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.28.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.zip
printf '%s %s\n' '313359c4622adabe3802b36726bfdc23d60646ca708e24889a6a52d6e2b8b877' 'v1.28.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.zip"
$out = "v1.28.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "313359c4622adabe3802b36726bfdc23d60646ca708e24889a6a52d6e2b8b877") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.tar.gz
printf '%s %s\n' '556d715a4301532075525a1d8b3c7b209e5fe23f1ad1db8ea8417299e47f0e10' 'v1.28.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.tar.gz"
$out = "v1.28.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "556d715a4301532075525a1d8b3c7b209e5fe23f1ad1db8ea8417299e47f0e10") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.28.2.zip | zip | 19.9 MiB |
blake3-24 45bf8782286ae5ddc092540297eefcc38e9ba3302ec16285
sha256 313359c4622adabe3802b36726bfdc23d60646ca708e24889a6a52d6e2b8b877
sha1 95157f403146f5bda5bc06b89f3fd42831a46565
|
| v1.28.2.tar.gz | tar.gz | 19.0 MiB |
blake3-24 a3bd407ec166dab917859b2fe0062bac5eb56302fa23473b
sha256 556d715a4301532075525a1d8b3c7b209e5fe23f1ad1db8ea8417299e47f0e10
sha1 f7f89bbef325160e9e7e1ef4c8e605bd7d81d507
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.28.2.tar.gz"],
integrity = "sha256-VW1xWkMBUyB1Ulodizx7IJ5f4j8a0duOqEFymeR/DhA=",
strip_prefix = "meilisearch-v1.28.2",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.28.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.tar.gz"],
integrity = "sha256-VW1xWkMBUyB1Ulodizx7IJ5f4j8a0duOqEFymeR/DhA=",
strip_prefix = "meilisearch-v1.28.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.2.tar.gz",