vault / meilisearch / v0.30.1
meilisearch @ v0.30.1
integrity
- size
- 13.0 MiB
- downloaded
- last checked
release notes
🚨 Replace v0.30.0, please use v0.30.1 instead of v0.30.0 if possible
⚠️ If you encountered one of these bugs, have already tried to download this version and still have the bug, it means your database is corrupted. The only way you can recover your data is to send your documents again in a fresh index. Using a dump will not work, either. We are sorry for the inconvenience.
Bug fixes 🐞
- Fix duplicated documents at search time (https://github.com/meilisearch/milli/pull/723 and #3202) @loiclec
- Fix search with filter (https://github.com/meilisearch/milli/pull/712 and #3202) @loiclec
- Prevent crash when indexing some documents (https://github.com/meilisearch/milli/pull/712 and #3202) @loiclec
- Filtering results with
_geoRadius(lat,lng,0)now returns results (https://github.com/meilisearch/milli/pull/722 and #3202) @amab8901 - Use config sizes in Gb again (https://github.com/meilisearch/meilisearch/pull/3160) @Kerollmops
Thanks again to @amab8901 for his contribution to our release bug fixes! Also, a big thanks to every people who helped us debug, especially @0x15f,@Fronix, @gbuckingham89, @mmachatschek, @roparz, and @thijndehaas ❤️
download
unix · zip
curl -fL -o v0.30.1.zip https://ratatoskr.space/pkg/meilisearch/v0.30.1.zip
printf '%s %s\n' 'cd8bddd03e108a44f9cec0f636c1b8cf962eeeac5a4af6a44fe7353e393e9021' 'v0.30.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.30.1.zip"
$out = "v0.30.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd8bddd03e108a44f9cec0f636c1b8cf962eeeac5a4af6a44fe7353e393e9021") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.30.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.30.1.tar.gz
printf '%s %s\n' 'e2a2c3b8000f11ad255145e4f662f147a1ebd941c379ad35a5afa0f3a3aa46ca' 'v0.30.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.30.1.tar.gz"
$out = "v0.30.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2a2c3b8000f11ad255145e4f662f147a1ebd941c379ad35a5afa0f3a3aa46ca") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.30.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.zip
printf '%s %s\n' 'cd8bddd03e108a44f9cec0f636c1b8cf962eeeac5a4af6a44fe7353e393e9021' 'v0.30.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.zip"
$out = "v0.30.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd8bddd03e108a44f9cec0f636c1b8cf962eeeac5a4af6a44fe7353e393e9021") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.30.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.tar.gz
printf '%s %s\n' 'e2a2c3b8000f11ad255145e4f662f147a1ebd941c379ad35a5afa0f3a3aa46ca' 'v0.30.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.tar.gz"
$out = "v0.30.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2a2c3b8000f11ad255145e4f662f147a1ebd941c379ad35a5afa0f3a3aa46ca") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.30.1.zip | zip | 13.0 MiB |
blake3-24 744e3008a274e3507ca89a5821006a4909c8fb4f1e715588
sha256 cd8bddd03e108a44f9cec0f636c1b8cf962eeeac5a4af6a44fe7353e393e9021
sha1 b4f9c5a5d47a62b5520e988f29960490db0d45b4
|
| v0.30.1.tar.gz | tar.gz | 12.8 MiB |
blake3-24 850ec212e76339f205cfaeac1214a9d65e987a14e6a9552e
sha256 e2a2c3b8000f11ad255145e4f662f147a1ebd941c379ad35a5afa0f3a3aa46ca
sha1 10e1576089d968581668839fc5213dfbf8704ece
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v0.30.1.tar.gz"],
integrity = "sha256-4qLDuAAPEa0lUUXk9mLxR6Hr2UHDea01pa+g86OqRso=",
strip_prefix = "meilisearch-v0.30.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.30.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.tar.gz"],
integrity = "sha256-4qLDuAAPEa0lUUXk9mLxR6Hr2UHDea01pa+g86OqRso=",
strip_prefix = "meilisearch-v0.30.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.1.tar.gz",