meilisearch @ v1.33.0
integrity
- size
- 20.0 MiB
- downloaded
- last checked
release notes
✨ Enhancement
-
Add
/fieldsroute to get all the fields of an index by @YoEight in https://github.com/meilisearch/meilisearch/pull/6082 Adds a new POST/indexes/{indexUid}/fieldsendpoint that returns detailed metadata about all fields in an index. This endpoint provides comprehensive information about each field's configuration, including display, search, filtering, and localization settings. -
Implement parallel cleanup of old field IDs by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6100 We reduce the time required to perform the dumpless upgrade for instances before v1.32.0 by multi-threading database fetches. By doing that, we noticed improvements from 2 hours and 50 minutes to a bit less than 7 minutes.
-
Bump hannoy to 0.1.4-nested-rtxns by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6103 We updated our internal vector store to speed up the dumpless upgrade by improving the graph rebuilding and improving the speed and relevance of the search by using the explore factor as a limit to stop document searches rather than the query limit.
🪲 Bug fixes
- Meilisearch can now rescale when the index reaches 2 TB by @Vipul-045 in https://github.com/meilisearch/meilisearch/pull/6095
🔒 Security
- Upgrade mini-dashboard to benefit security vulnerability fixes by @curquiza in https://github.com/meilisearch/meilisearch/pull/6091
🔩 Miscellaneous
- Fix tests by @dureuill in https://github.com/meilisearch/meilisearch/pull/6090
- Add verbose OpenAPI schema descriptions for documentation by @qdequele in https://github.com/meilisearch/meilisearch/pull/6071
- Add code samples to the generated openAPI file by @curquiza in https://github.com/meilisearch/meilisearch/pull/6028
Thank you @Vipul-045 for your first contribution ❤️
download
curl -fL -o v1.33.0.zip https://ratatoskr.space/pkg/meilisearch/v1.33.0.zip
printf '%s %s\n' 'ab753adcbccafdb825c67ebfab52fb98bcec377f0be389301b27ed86b773c21d' 'v1.33.0.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.33.0.zip"
$out = "v1.33.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab753adcbccafdb825c67ebfab52fb98bcec377f0be389301b27ed86b773c21d") { throw "sha256 mismatch" }
curl -fL -o v1.33.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.33.0.tar.gz
printf '%s %s\n' 'a185ced8f74b7941edd1be691fc5ae5ffe7646d4a09f94d4854fd7ea0168c719' 'v1.33.0.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meilisearch/v1.33.0.tar.gz"
$out = "v1.33.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a185ced8f74b7941edd1be691fc5ae5ffe7646d4a09f94d4854fd7ea0168c719") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o v1.33.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.zip
printf '%s %s\n' 'ab753adcbccafdb825c67ebfab52fb98bcec377f0be389301b27ed86b773c21d' 'v1.33.0.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.zip"
$out = "v1.33.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab753adcbccafdb825c67ebfab52fb98bcec377f0be389301b27ed86b773c21d") { throw "sha256 mismatch" }
curl -fL -o v1.33.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.tar.gz
printf '%s %s\n' 'a185ced8f74b7941edd1be691fc5ae5ffe7646d4a09f94d4854fd7ea0168c719' 'v1.33.0.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.tar.gz"
$out = "v1.33.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a185ced8f74b7941edd1be691fc5ae5ffe7646d4a09f94d4854fd7ea0168c719") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.33.0.zip | zip | 20.0 MiB |
blake3-24 ca5cc86543ea362812c92f429b0ed025dbdbc252c1475485
sha256 ab753adcbccafdb825c67ebfab52fb98bcec377f0be389301b27ed86b773c21d
sha1 f750caa337f3ce3a04b67424154b013a7ea8f6b3
|
| v1.33.0.tar.gz | tar.gz | 19.1 MiB |
blake3-24 c476b7ffe7a344bf3145ec78290109c3d55affef60ebc7ae
sha256 a185ced8f74b7941edd1be691fc5ae5ffe7646d4a09f94d4854fd7ea0168c719
sha1 84f73ce313a0ca463d2357ca97fe3815b4f694a7
|
install
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.33.0.tar.gz"],
integrity = "sha256-oYXO2PdLeUHt0b5pH8WuX/52RtSgn5TUhU/X6gFoxxk=",
strip_prefix = "meilisearch-v1.33.0",
)
.url = "https://ratatoskr.space/pkg/meilisearch/v1.33.0.tar.gz",
install via yggdrasil mesh
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.tar.gz"],
integrity = "sha256-oYXO2PdLeUHt0b5pH8WuX/52RtSgn5TUhU/X6gFoxxk=",
strip_prefix = "meilisearch-v1.33.0",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.33.0.tar.gz",