vault / meilisearch / v1.53.2
meilisearch @ v1.53.2
integrity
- size
- 20.4 MiB
- downloaded
- last checked
release notes
🪲 Bug fixes
- Remove 100ms penalty on task replication by @dureuill in https://github.com/meilisearch/meilisearch/pull/6612
- Do not hilight stop-words by @harismuzaffer in https://github.com/meilisearch/meilisearch/pull/6595
- Include last indexed documents in exactness ranking rule when updating searchable attributes in settings by @harismuzaffer in https://github.com/meilisearch/meilisearch/pull/6604
🔒 Security
- Tie authorization to index opening by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6610
🔩 Miscellaneous
- Add context for CorruptedTaskQueue error in message by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6615
- Allow generating a description for the error codes by @dureuill in https://github.com/meilisearch/meilisearch/pull/6609
- Update charabia to 0.10.0 by @dureuill in https://github.com/meilisearch/meilisearch/pull/6602
- Fix typo by @vaibhav8a in https://github.com/meilisearch/meilisearch/pull/6605
New Contributors
- @harismuzaffer made their first contribution in https://github.com/meilisearch/meilisearch/pull/6595
- @vaibhav8a made their first contribution in https://github.com/meilisearch/meilisearch/pull/6605
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.53.1...v1.53.2
download
unix · zip
curl -fL -o v1.53.2.zip https://ratatoskr.space/pkg/meilisearch/v1.53.2.zip
printf '%s %s\n' '91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095' 'v1.53.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.zip"
$out = "v1.53.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.2.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz
printf '%s %s\n' '9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea' 'v1.53.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz"
$out = "v1.53.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.53.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.zip
printf '%s %s\n' '91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095' 'v1.53.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.zip"
$out = "v1.53.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz
printf '%s %s\n' '9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea' 'v1.53.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz"
$out = "v1.53.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.53.2.zip | zip | 20.4 MiB |
blake3-24 93a4a5555772003646e3e1f2e505a2697de5392c3d191ea9
sha256 91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095
sha1 6dacc4a4ca915d15a3cda4e7f1426248ce22075e
|
| v1.53.2.tar.gz | tar.gz | 19.4 MiB |
blake3-24 14e7aaa323311361a0040df20f8db3918a77c781bbf42554
sha256 9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea
sha1 8e97dbcf54860edb8eee18a19b4a6211356bd99f
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz"],
integrity = "sha256-n7CoAuZndSR9oJZ+DJDvyUu4VXKF5qsaHHedsD+0vOo=",
strip_prefix = "meilisearch-v1.53.2",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz"],
integrity = "sha256-n7CoAuZndSR9oJZ+DJDvyUu4VXKF5qsaHHedsD+0vOo=",
strip_prefix = "meilisearch-v1.53.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz",