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.0
vault / meilisearch / v0.23.0

meilisearch @ v0.23.0

integrity

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

release notes

⚠️ this version contains a critical bug regarding the inference of the primary key during the indexation. Please use v0.23.1 instead


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.0.zip https://ratatoskr.space/pkg/meilisearch/v0.23.0.zip
                    printf '%s  %s\n' 'd3ce88d562b813bafb0a799129c9c776a58b7300f75a4327ac82ba161cb24d5a' 'v0.23.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.23.0.zip"
$out = "v0.23.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3ce88d562b813bafb0a799129c9c776a58b7300f75a4327ac82ba161cb24d5a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.23.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.23.0.tar.gz
                    printf '%s  %s\n' 'b7edc27fe14792db2b3cf60e0aa9819ded7b0e7e92ff481b113db55ae1f63b6b' 'v0.23.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.23.0.tar.gz"
$out = "v0.23.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b7edc27fe14792db2b3cf60e0aa9819ded7b0e7e92ff481b113db55ae1f63b6b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.23.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.zip
                    printf '%s  %s\n' 'd3ce88d562b813bafb0a799129c9c776a58b7300f75a4327ac82ba161cb24d5a' 'v0.23.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.zip"
$out = "v0.23.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3ce88d562b813bafb0a799129c9c776a58b7300f75a4327ac82ba161cb24d5a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.23.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.tar.gz
                    printf '%s  %s\n' 'b7edc27fe14792db2b3cf60e0aa9819ded7b0e7e92ff481b113db55ae1f63b6b' 'v0.23.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.tar.gz"
$out = "v0.23.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b7edc27fe14792db2b3cf60e0aa9819ded7b0e7e92ff481b113db55ae1f63b6b") { throw "sha256 mismatch" }
artifact format size hashes
v0.23.0.zip zip 10.5 MiB
blake3-24 f954c45310dfd8767d9f8cca88496a04b5476e34cbe5d1bf
sha256 d3ce88d562b813bafb0a799129c9c776a58b7300f75a4327ac82ba161cb24d5a
sha1 d021bf1b0a63b227fab9d797d054c3f2b0358b33
v0.23.0.tar.gz tar.gz 10.5 MiB
blake3-24 c60bdbde12bb583714b517b033a9a213f7115c685ba148c6
sha256 b7edc27fe14792db2b3cf60e0aa9819ded7b0e7e92ff481b113db55ae1f63b6b
sha1 90e817e6a3496a107468843b3f2a866c2e9ed0b9

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v0.23.0.tar.gz"],
    integrity = "sha256-t+3Cf+FHktsrPPYOCqmBne17Dn6S/0gbET21WuH2O2s=",
    strip_prefix = "meilisearch-v0.23.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.23.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.tar.gz"],
    integrity = "sha256-t+3Cf+FHktsrPPYOCqmBne17Dn6S/0gbET21WuH2O2s=",
    strip_prefix = "meilisearch-v0.23.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.23.0.tar.gz",
← v0.23.1v0.22.0 →