meilisearch @ v1.48.3
integrity
- size
- 20.3 MiB
- downloaded
- last checked
release notes
🪲 Bug fixes
-
Fix a rare S3 snapshots bug by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6472
We fixed a rare bug that could appear when using the S3 snapshot system. The bug is a race condition that occurs when we try to recycle internal buffers to reduce memory usage, which can cause an internal error and abort the snapshot upload.
-
Avoid remote search to return the same document twice by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/6473
When using the remote federated search, Meilisearch was returning the same document twice from different machines. This was due to an internal filter that was not forwarded properly to the remote instances.
🔩 Miscellaneous
- Add missing searchFilterParam to GET chat workspace settings response by @CaroFG in https://github.com/meilisearch/meilisearch/pull/6475
- Split unit tests into separate files (one commit per file) by @0xfandom in https://github.com/meilisearch/meilisearch/pull/6468
- Add missing information from pre-openAPI-migration by @curquiza in https://github.com/meilisearch/meilisearch/pull/6467
New Contributors
Thanks to @0xfandom, who made his first contribution in https://github.com/meilisearch/meilisearch/pull/6468 🎉
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.48.2...v1.48.3
download
curl -fL -o v1.48.3.zip https://ratatoskr.space/pkg/meilisearch/v1.48.3.zip
printf '%s %s\n' '6241754c61459ae22d3674198dcd9988a6780c1c04e7802d1de7be30a7f12c14' 'v1.48.3.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.48.3.zip"
$out = "v1.48.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6241754c61459ae22d3674198dcd9988a6780c1c04e7802d1de7be30a7f12c14") { throw "sha256 mismatch" }
curl -fL -o v1.48.3.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.48.3.tar.gz
printf '%s %s\n' '65bce0b7288460d63da531bfa42a0cc4467a326402fde73d4b4d5954458369a3' 'v1.48.3.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.48.3.tar.gz"
$out = "v1.48.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65bce0b7288460d63da531bfa42a0cc4467a326402fde73d4b4d5954458369a3") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1.48.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.zip
printf '%s %s\n' '6241754c61459ae22d3674198dcd9988a6780c1c04e7802d1de7be30a7f12c14' 'v1.48.3.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.zip"
$out = "v1.48.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6241754c61459ae22d3674198dcd9988a6780c1c04e7802d1de7be30a7f12c14") { throw "sha256 mismatch" }
curl -fL -o v1.48.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.tar.gz
printf '%s %s\n' '65bce0b7288460d63da531bfa42a0cc4467a326402fde73d4b4d5954458369a3' 'v1.48.3.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.tar.gz"
$out = "v1.48.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65bce0b7288460d63da531bfa42a0cc4467a326402fde73d4b4d5954458369a3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.48.3.zip | zip | 20.3 MiB |
blake3-24 af882bade664c38174a18fe58588edf660244b31090bf821
sha256 6241754c61459ae22d3674198dcd9988a6780c1c04e7802d1de7be30a7f12c14
sha1 05d175022c521069e962a9340272e3afb6703760
|
| v1.48.3.tar.gz | tar.gz | 19.3 MiB |
blake3-24 5130e75ed09ac9da242a3a22796e4e737b61e33734563fbc
sha256 65bce0b7288460d63da531bfa42a0cc4467a326402fde73d4b4d5954458369a3
sha1 bb45f9518b3598caec2b5876492f2d5bfec8438d
|
install
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.48.3.tar.gz"],
integrity = "sha256-ZbzgtyiEYNY9pTG/pCoMxEZ6MmQC/ec9S01ZVEWDaaM=",
strip_prefix = "meilisearch-v1.48.3",
)
.url = "https://ratatoskr.space/pkg/meilisearch/v1.48.3.tar.gz",
install via yggdrasil mesh
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.tar.gz"],
integrity = "sha256-ZbzgtyiEYNY9pTG/pCoMxEZ6MmQC/ec9S01ZVEWDaaM=",
strip_prefix = "meilisearch-v1.48.3",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.48.3.tar.gz",