vault / meilisearch / v1.30.1
meilisearch @ v1.30.1
integrity
- size
- 20.0 MiB
- downloaded
- last checked
release notes
What's Changed
🐛 Bug Fixes
Fix task attribution during index swap to prevent cross-index task loss by @YoEight in https://github.com/meilisearch/meilisearch/pull/6059
This change fixes the parenting of the tasks when doing an index swap.
Hotfix: log a warning when FieldidsWeightsMap is missing entry by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6064
This hotfix avoids the encounter of following error during a search request:
{
"message": "Inside `<query>`: Index `<index_uid>`: internal: missing <field_id> in the fieldids weights mapping.",
"code": "internal",
"type": "internal",
"link": "https://docs.meilisearch.com/errors#internal"
}
🫂 New Contributors
- @YoEight made their first contribution in https://github.com/meilisearch/meilisearch/pull/6059
download
unix · zip
curl -fL -o v1.30.1.zip https://ratatoskr.space/pkg/meilisearch/v1.30.1.zip
printf '%s %s\n' '9238631970352fdefc69abe0473fd72f5a4876e824f82c15fc92ce536e4e75f8' 'v1.30.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.30.1.zip"
$out = "v1.30.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9238631970352fdefc69abe0473fd72f5a4876e824f82c15fc92ce536e4e75f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.30.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.30.1.tar.gz
printf '%s %s\n' '25e1b2ea35c72ff5577445acd0a7a80393c0a7aec043e803501399d7db7022ce' 'v1.30.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.30.1.tar.gz"
$out = "v1.30.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25e1b2ea35c72ff5577445acd0a7a80393c0a7aec043e803501399d7db7022ce") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.30.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.zip
printf '%s %s\n' '9238631970352fdefc69abe0473fd72f5a4876e824f82c15fc92ce536e4e75f8' 'v1.30.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.zip"
$out = "v1.30.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9238631970352fdefc69abe0473fd72f5a4876e824f82c15fc92ce536e4e75f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.30.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.tar.gz
printf '%s %s\n' '25e1b2ea35c72ff5577445acd0a7a80393c0a7aec043e803501399d7db7022ce' 'v1.30.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.tar.gz"
$out = "v1.30.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25e1b2ea35c72ff5577445acd0a7a80393c0a7aec043e803501399d7db7022ce") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.30.1.zip | zip | 20.0 MiB |
blake3-24 81239582af46bdf98f50974d9bed2ccd44abb4eb6c3e985e
sha256 9238631970352fdefc69abe0473fd72f5a4876e824f82c15fc92ce536e4e75f8
sha1 a7dc428711d2e6db4d84ae6faed6913524a7710b
|
| v1.30.1.tar.gz | tar.gz | 19.1 MiB |
blake3-24 bfc2595b12f958302e32e419bd00fb7cc959048dcee19d22
sha256 25e1b2ea35c72ff5577445acd0a7a80393c0a7aec043e803501399d7db7022ce
sha1 8cc8d2348413342079fbff0bc41d0665a51befcf
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.30.1.tar.gz"],
integrity = "sha256-JeGy6jXHL/VXdEWs0KeoA5PAp67AQ+gDUBOZ19twIs4=",
strip_prefix = "meilisearch-v1.30.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.30.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.tar.gz"],
integrity = "sha256-JeGy6jXHL/VXdEWs0KeoA5PAp67AQ+gDUBOZ19twIs4=",
strip_prefix = "meilisearch-v1.30.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.30.1.tar.gz",