prototype-v1.52.3-fix-crashes-with-debug.1
Add symbols in release
Add symbols in release
mimalloc in secure+debug
🪲 Bug fixes Remove 100ms penalty on task replication by @dureuill in #6612 Do not highlight stop-words by @harismuzaffer in #6595 Include last indexed documents in exactness ranking rule when updating searchable attributes in settings by @harismuzaffer in #6604 🔒 Security Tie authorization to index opening by @ManyTheFish in #6610 🔩 Miscellaneous Add context for CorruptedTaskQueue error in message…
✨ Enhancement Add an env var to change the task queue readers by @ManyTheFish in #6587 Control the maximum number of LMDB read transactions at the same time for the task queue. The following environment variable can be exported to specify the maximum number of simultaneous read transactions: # Only the environment variable can set this parameter MEILI_EXPERIMENTAL_TASK_QUEUE_MAX_READERS=100 Produc…
Latest stable release of Meilisearch
Add context for CorruptedTaskQueue error in message
Add context for CorruptedTaskQueue error in message
Allow deleting enqueued tasks if they're not deserializable
shaving around 100ms per proxied tasks for users with sharding
cargo fmt + clippy
change mimalloc to the temporary repository
Bump version to v1.52.3
Bump version to v1.52.3
Bump version to v1.52.3 from v1.51.0
Bump version to v1.52.3 from v1.52.0
🪲 Bug fixes Revert the Speed up the search speed a bit more by @Kerollmops introduced in #6542 Full Changelog: v1.52.2...v1.52.3
🪲 Bug fixes Revert the /tasks/stream and /batches/stream SSE routes by @Kerollmops introduced in #6533 Full Changelog: v1.52.1...v1.52.2
🪲 Bug fixes Make the health route checks blocking by @Kerollmops in #6583 Revert some search progress traces by @Kerollmops in #6584 Full Changelog: v1.52.0...v1.52.1
✨ Enhancement Sharding for foreign filters by @ManyTheFish in #6517 The foreign filter now supports sharding by retrieving the documents through the network when evaluating the foreign filters and hydrating the documents. The limit of documents that a foreign filter can retrieve has been increased from 100 to 1000. Adds indexSize and usedIndexSize returned by GET /indexes/{index_uid}/stats and in…
✨ Enhancement Introduce the /tasks/stream and /batches/stream SSE routes by @Kerollmops in #6533 This experimental feature allows establishing a live connection to the engine, avoiding the need to implement long polling and instead letting the engine provide new tasks, batches, and batch progress in a push-based manner. Using this route can drastically reduce network load when retrieving the statu…
Update version for the next release (v1.52.0) in Cargo.toml
Update version for the next release (v1.52.0) in Cargo.toml
✨ Enhancement Add filter condition to DSRs by @dureuill in #6505 New filter rule activation condition Dynamic search rules (DSR) can now declare a new filter condition: it contains a single values key, whose value is a JSON object. The keys of this values JSON object are the facet names (e.g., color, genres, ...), while their values are the values that a filter must resolve to for these facets, so…
squash-me: Measure the last fields ids map deserialization time
squash-me: Measure the last fields ids map deserialization time
Meilisearch v1.50 revamps the Dynamic Search Rules, adds support for federated document fetch in sharded configurations, among other improvements Breaking changes This release introduces breaking changes for users using some experimental features dynamicSearchRules experimental feature Request type changes priority has been replaced with precedence, which better reflects the behavior (lower preced…
Resolve filter conditions
Add missing route descriptions for documentation
✨ Enhancement Improve the synonyms storage by @Kerollmops in #6466 We improve synonyms' performance by changing how we store and retrieve them during query processing. Users may have experienced performance issues when the number of synonyms in an index was high, resulting in a significant impact on search performance. The Meilisearch support team advised moving the settings and synonyms-as-keywor…