meilisearch @ v0.23.1
integrity
- size
- 10.5 MiB
- downloaded
- last checked
release notes
⚠️ This version replaces v0.23.0 which contains a critical bug regarding the inference of the primary key during the indexation. Thank you @bb for the bug report!
Although API usage remains unchanged from v0.22, this is a breaking release because it requires re-indexation of all documents.
Re-indexation happens automatically when migrating your data from a previous version. For more information on how to update to the latest version of MeiliSearch, read our dedicated guide.
Additionally, it is now mandatory to set Content-Type headers when using API routes that accept a payload. This behavior was already present in some routes and this update just enforces it consistently. Note: if you use one of our integrations, this change will not impact your code.
New features
- Add geosearch support: geosearch allows users to filter and sort results based on geographic criteria. You can refine precision, distance, and shape of the geographical areas in which the document should be searched. @irevoire
- Support new dataset formats: CSV and NDJSON @MarinPostma
Improvements
- Add
curlto the Docker image (https://github.com/meilisearch/MeiliSearch/pull/1676) @ook - Use tikv-jemallocator instead of jemallocator (https://github.com/meilisearch/MeiliSearch/pull/1692) @felixonmars
- Better dependency cache for CI (https://github.com/meilisearch/MeiliSearch/pull/1683) @shekhirin
- Unify pest dependency (https://github.com/meilisearch/MeiliSearch/pull/1659) @happysalada
- Update various assorted dependencies (https://github.com/meilisearch/MeiliSearch/pull/1684) @MarinPostma
- Improve CONTRIBUTING.md @curquiza
Fixes
- Fix for ARM binary on RHEL (https://github.com/meilisearch/MeiliSearch/pull/1666) @kappa-wingman
- Fix duplicate IDs when indexing @MarinPostma
- Fix phrase match error in chinese @ManyTheFish
- Improve search performance for some queries @ManyTheFish
- M1 Mac binaries now available for download via download-latest.sh (https://github.com/meilisearch/MeiliSearch/pull/1697) @k-nasa
- Fix minidashboard (https://github.com/meilisearch/MeiliSearch/pull/1755) @anirudhRowjee
❤️ Thanks again to our external contributors: @anirudhRowjee, @felixonmars, @happysalada, @kappa-wingman, @k-nasa, and @shekhirin
download
curl -fL -o v0.23.1.zip https://ratatoskr.space/pkg/meilisearch/v0.23.1.zip
printf '%s %s\n' '96dd7682c895826a6a6d2430e67e0c8b87c31044d929bebb274f99fd689d17bd' 'v0.23.1.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v0.23.1.zip"
$out = "v0.23.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "96dd7682c895826a6a6d2430e67e0c8b87c31044d929bebb274f99fd689d17bd") { throw "sha256 mismatch" }
curl -fL -o v0.23.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.23.1.tar.gz
printf '%s %s\n' '0a19d4bf0fa551f5e43f71ac646bb24ac5c7949c65b5d433ac94f5fbd549d117' 'v0.23.1.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v0.23.1.tar.gz"
$out = "v0.23.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a19d4bf0fa551f5e43f71ac646bb24ac5c7949c65b5d433ac94f5fbd549d117") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v0.23.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.zip
printf '%s %s\n' '96dd7682c895826a6a6d2430e67e0c8b87c31044d929bebb274f99fd689d17bd' 'v0.23.1.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.zip"
$out = "v0.23.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "96dd7682c895826a6a6d2430e67e0c8b87c31044d929bebb274f99fd689d17bd") { throw "sha256 mismatch" }
curl -fL -o v0.23.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.tar.gz
printf '%s %s\n' '0a19d4bf0fa551f5e43f71ac646bb24ac5c7949c65b5d433ac94f5fbd549d117' 'v0.23.1.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.tar.gz"
$out = "v0.23.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0a19d4bf0fa551f5e43f71ac646bb24ac5c7949c65b5d433ac94f5fbd549d117") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.23.1.zip | zip | 10.5 MiB |
blake3-24 1115be77a6a1e325764a515444181984ac75db2a2135665c
sha256 96dd7682c895826a6a6d2430e67e0c8b87c31044d929bebb274f99fd689d17bd
sha1 ce757f51436ac32621b0f6dea1e8c5e1f219dc35
|
| v0.23.1.tar.gz | tar.gz | 10.5 MiB |
blake3-24 90e7c24365267aef456dcbd8525616c7adaa351eaee8dd53
sha256 0a19d4bf0fa551f5e43f71ac646bb24ac5c7949c65b5d433ac94f5fbd549d117
sha1 e59bb992b23c07364644b2030674fc5deaa63c21
|
install
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v0.23.1.tar.gz"],
integrity = "sha256-ChnUvw+lUfXkP3GsZGuySsXHlJxltdQzrJT1+9VJ0Rc=",
strip_prefix = "meilisearch-v0.23.1",
)
.url = "https://ratatoskr.space/pkg/meilisearch/v0.23.1.tar.gz",
install via yggdrasil mesh
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.tar.gz"],
integrity = "sha256-ChnUvw+lUfXkP3GsZGuySsXHlJxltdQzrJT1+9VJ0Rc=",
strip_prefix = "meilisearch-v0.23.1",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.tar.gz",