vault / meilisearch / v1.42.1
meilisearch @ v1.42.1
integrity
- size
- 20.3 MiB
- downloaded
- last checked
release notes
🪲 Bug fixes
Fix issues when using the legacy settings indexer
By @dureuill and @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6331
- When using the experimental feature "multimodal", removing a fragment would cause an internal error in subsequent search requests
- When using the experimental feature "multimodal", modifying fragments would sometimes cause an internal error at indexing time
regenerate: falsewould be ignored when modifying embedder settings- When a nested field was declared as searchable, it would not be indexed if its parents were not declared as searchable
🔩 Miscellaneous
- Add new CI run that tests the stable settings indexer by @dureuill in https://github.com/meilisearch/meilisearch/pull/6331
download
unix · zip
curl -fL -o v1.42.1.zip https://ratatoskr.space/pkg/meilisearch/v1.42.1.zip
printf '%s %s\n' 'fafd0bd66d45ad13cecf61a52fa5096491f4b6eb8359a71602101e8d779ae830' 'v1.42.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.42.1.zip"
$out = "v1.42.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fafd0bd66d45ad13cecf61a52fa5096491f4b6eb8359a71602101e8d779ae830") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.42.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.42.1.tar.gz
printf '%s %s\n' '020bcc1069403b841d84ec013ec28cf0cb877ca6c850201504b1ce1d56091353' 'v1.42.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.42.1.tar.gz"
$out = "v1.42.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "020bcc1069403b841d84ec013ec28cf0cb877ca6c850201504b1ce1d56091353") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.42.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.zip
printf '%s %s\n' 'fafd0bd66d45ad13cecf61a52fa5096491f4b6eb8359a71602101e8d779ae830' 'v1.42.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.zip"
$out = "v1.42.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fafd0bd66d45ad13cecf61a52fa5096491f4b6eb8359a71602101e8d779ae830") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.42.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.tar.gz
printf '%s %s\n' '020bcc1069403b841d84ec013ec28cf0cb877ca6c850201504b1ce1d56091353' 'v1.42.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.tar.gz"
$out = "v1.42.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "020bcc1069403b841d84ec013ec28cf0cb877ca6c850201504b1ce1d56091353") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.42.1.zip | zip | 20.3 MiB |
blake3-24 70d665db0ab2747725061e54f4318ff3feebdeba5067f5b2
sha256 fafd0bd66d45ad13cecf61a52fa5096491f4b6eb8359a71602101e8d779ae830
sha1 78533cbb3e01df6a380b374d99bd5998616cd16d
|
| v1.42.1.tar.gz | tar.gz | 19.3 MiB |
blake3-24 af4635508873728347778e9b084eb52f3e4ad348706ce2f0
sha256 020bcc1069403b841d84ec013ec28cf0cb877ca6c850201504b1ce1d56091353
sha1 46aceed4c5cc60c281ec96b9d24f2d6e1766c926
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.42.1.tar.gz"],
integrity = "sha256-AgvMEGlAO4QdhOwBPsKM8MuHfKbIUCAVBLHOHVYJE1M=",
strip_prefix = "meilisearch-v1.42.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.42.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.tar.gz"],
integrity = "sha256-AgvMEGlAO4QdhOwBPsKM8MuHfKbIUCAVBLHOHVYJE1M=",
strip_prefix = "meilisearch-v1.42.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.42.1.tar.gz",