yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meilisearch/v0.23.1
vault / meilisearch / v0.23.1

meilisearch @ v0.23.1

integrity

size
10.5 MiB
downloaded
last checked
source https://github.com/meilisearch/meilisearch · available · github

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

Improvements

Fixes

❤️ Thanks again to our external contributors: @anirudhRowjee, @felixonmars, @happysalada, @kappa-wingman, @k-nasa, and @shekhirin

download

unix · zip
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 -
windows · zip
$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" }
unix · tar.gz
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 -
windows · tar.gz
$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
unix · zip
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 -
windows · zip
$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" }
unix · tar.gz
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 -
windows · tar.gz
$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

bazel
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",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.23.1.tar.gz",
install via yggdrasil mesh
bazel
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",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.1.tar.gz",
← v0.24.0v0.23.0 →