vault / meilisearch / v1.53.0
meilisearch @ v1.53.0
integrity
- size
- 20.4 MiB
- downloaded
- last checked
release notes
✨ Enhancement
-
Sharding for foreign filters by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6517
-
The foreign filter now supports sharding by retrieving the documents through the network when evaluating the foreign filters and hydrating the documents.
-
The limit of documents that a foreign filter can retrieve has been increased from 100 to 1000.
-
-
Adds
indexSizeandusedIndexSizereturned byGET /indexes/{index_uid}/statsand inGET /statsby @tpayet in https://github.com/meilisearch/meilisearch/pull/6563
🔒 Security
- Fix code security issues in GitHub Actions workflows by @curquiza in https://github.com/meilisearch/meilisearch/pull/6565
- Bump quinn-proto from 0.11.14 to 0.11.16 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6538
🔩 Miscellaneous
- Bump peter-evans/repository-dispatch from 3.0.0 to 4.0.1 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/6556
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.51.0...v1.53.0
download
unix · zip
curl -fL -o v1.53.0.zip https://ratatoskr.space/pkg/meilisearch/v1.53.0.zip
printf '%s %s\n' 'd7a64d2c316938a8a884d5b635222e3041956b6eee7745bc461321f6ae6c000f' 'v1.53.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.0.zip"
$out = "v1.53.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7a64d2c316938a8a884d5b635222e3041956b6eee7745bc461321f6ae6c000f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.53.0.tar.gz
printf '%s %s\n' '004bd841591d8683d4bf8d3483242c10b7e76d53765881fd466ed758e92c5f75' 'v1.53.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.0.tar.gz"
$out = "v1.53.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "004bd841591d8683d4bf8d3483242c10b7e76d53765881fd466ed758e92c5f75") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.53.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.zip
printf '%s %s\n' 'd7a64d2c316938a8a884d5b635222e3041956b6eee7745bc461321f6ae6c000f' 'v1.53.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.zip"
$out = "v1.53.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7a64d2c316938a8a884d5b635222e3041956b6eee7745bc461321f6ae6c000f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.tar.gz
printf '%s %s\n' '004bd841591d8683d4bf8d3483242c10b7e76d53765881fd466ed758e92c5f75' 'v1.53.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.tar.gz"
$out = "v1.53.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "004bd841591d8683d4bf8d3483242c10b7e76d53765881fd466ed758e92c5f75") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.53.0.zip | zip | 20.3 MiB |
blake3-24 6ab821d6324d56d3417d6004017f51c1353989544a7eb7da
sha256 d7a64d2c316938a8a884d5b635222e3041956b6eee7745bc461321f6ae6c000f
sha1 f519013f48e2270137061cad0fb3aec186af1a4d
|
| v1.53.0.tar.gz | tar.gz | 19.4 MiB |
blake3-24 80fe2a2181a03e38cce82dfcdb9d908dd427f82782e6b983
sha256 004bd841591d8683d4bf8d3483242c10b7e76d53765881fd466ed758e92c5f75
sha1 698df2509bbb3fbf4742ad33c38999a48db437e5
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.53.0.tar.gz"],
integrity = "sha256-AEvYQVkdhoPUv400gyQsELfnbVN2WIH9Rm7XWOksX3U=",
strip_prefix = "meilisearch-v1.53.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.53.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.tar.gz"],
integrity = "sha256-AEvYQVkdhoPUv400gyQsELfnbVN2WIH9Rm7XWOksX3U=",
strip_prefix = "meilisearch-v1.53.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.0.tar.gz",