vault / meilisearch / v1.17.0
meilisearch @ v1.17.0
integrity
- size
- 19.7 MiB
- downloaded
- last checked
release notes
[!NOTE] Want to make your search feel more natural? Try our new chat completions route and turn your queries into conversations. Easy to set up, works with your favorite LLMs.
Enhancements
- Support Webhook API by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5785 Check the in progress documentation (PR merged soon)
- Optimize and stabalize performance the
STARTS_WITHfilter by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5783 No need to activate the experimental feature anymore to use this operator 🎉 - Docker image: sign container image using Cosign in keyless mode by @LeSuisse in https://github.com/meilisearch/meilisearch/pull/3265
Bugs
- Turn chat settings to
PATCHby @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5807 ⚠️ This fix leads to a breaking change on:PUT→PATCH. Integrations and SDKs will adapt to this change. - Fix
snapshotCreationtask being included in snapshot by @Mubelotix in https://github.com/meilisearch/meilisearch/pull/5773
Maintenance
- Tests & CI
- Ignore yet another flaky test by @dureuill in https://github.com/meilisearch/meilisearch/pull/5740
- Fix Rails CI by @curquiza in https://github.com/meilisearch/meilisearch/pull/5756
- Use Server::wait_task() instead of Index::wait_task() by @martin-g in https://github.com/meilisearch/meilisearch/pull/5703
- Faster batches:: IT tests by @martin-g in https://github.com/meilisearch/meilisearch/pull/5626
- Adapt Go CI to recent change in the Go repo by @curquiza in https://github.com/meilisearch/meilisearch/pull/5790
- Bump svenstaro/upload-release-action from 2.11.1 to 2.11.2 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/5795
- Bump sigstore/cosign-installer from 3.8.2 to 3.9.2 by @dependabot[bot] in https://github.com/meilisearch/meilisearch/pull/5794
- Documentation
- Release process change by @curquiza in https://github.com/meilisearch/meilisearch/pull/5766
- Minor fix in PR template by @curquiza in https://github.com/meilisearch/meilisearch/pull/5804
- Minor docs update by @curquiza in https://github.com/meilisearch/meilisearch/pull/5803
download
unix · zip
curl -fL -o v1.17.0.zip https://ratatoskr.space/pkg/meilisearch/v1.17.0.zip
printf '%s %s\n' 'f0382b3af74760b2f458b9221c570bba8989361a1978989466ae3c6b1eddef75' 'v1.17.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.17.0.zip"
$out = "v1.17.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0382b3af74760b2f458b9221c570bba8989361a1978989466ae3c6b1eddef75") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.17.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.17.0.tar.gz
printf '%s %s\n' '7fbbc14fc13610c94ca35b90b4e711201079e6c0bc899371e2040f3308a63815' 'v1.17.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.17.0.tar.gz"
$out = "v1.17.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7fbbc14fc13610c94ca35b90b4e711201079e6c0bc899371e2040f3308a63815") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.17.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.zip
printf '%s %s\n' 'f0382b3af74760b2f458b9221c570bba8989361a1978989466ae3c6b1eddef75' 'v1.17.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.zip"
$out = "v1.17.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0382b3af74760b2f458b9221c570bba8989361a1978989466ae3c6b1eddef75") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.17.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.tar.gz
printf '%s %s\n' '7fbbc14fc13610c94ca35b90b4e711201079e6c0bc899371e2040f3308a63815' 'v1.17.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.tar.gz"
$out = "v1.17.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7fbbc14fc13610c94ca35b90b4e711201079e6c0bc899371e2040f3308a63815") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.17.0.zip | zip | 19.7 MiB |
blake3-24 978a30d1ee32f20b267d1cb97509525633ed5367e655b1cd
sha256 f0382b3af74760b2f458b9221c570bba8989361a1978989466ae3c6b1eddef75
sha1 809a46545697be1097fd0223ee6ce42a66312be7
|
| v1.17.0.tar.gz | tar.gz | 18.9 MiB |
blake3-24 60fc52d1356a7d6c09cc974d5491b1bb48fb572ff85496aa
sha256 7fbbc14fc13610c94ca35b90b4e711201079e6c0bc899371e2040f3308a63815
sha1 35542fda75595e069e53c8b77d6b38e99504b506
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.17.0.tar.gz"],
integrity = "sha256-f7vBT8E2EMlMo1uQtOcRIBB55sC8iZNx4gQPMwimOBU=",
strip_prefix = "meilisearch-v1.17.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.17.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.tar.gz"],
integrity = "sha256-f7vBT8E2EMlMo1uQtOcRIBB55sC8iZNx4gQPMwimOBU=",
strip_prefix = "meilisearch-v1.17.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.17.0.tar.gz",