github meilisearch/meilisearch v0.22.0

latest releases: prototype-swedish-0, v1.8.0-rc.2, prototype-embeddings-opti-0...
2 years ago

Breaking changes

  • New syntax for custom ranking rules:
# new syntax
"price:asc"

# old syntax (deprecated)
"asc(price)"
  • New indexer integration
    We completely rewrote the indexer in order to:
    • Fix crashes and RAM consumption issues
    • Increase indexation speed
    • Fix indexation bugs

Using the new indexer requires re-indexation of all your documents. This will be done 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.

New features

Misc

  • Remove Sentry
  • Remove Dependabot: updating dependencies has been integrated into our sprint process
  • Improve Docker CIs
  • Update README

❤️ Thanks to the @meilisearch/core-team but also to: @singh08prashant, @CaroFG, @shekhirin, and @okyanusoz

Don't miss a new meilisearch release

NewReleases is sending notifications on new releases.