Skip to content

v0.23.1

Compare
Choose a tag to compare
@curquiza curquiza released this 12 Oct 15:12
2e2eeb0

⚠️ This version replaces v0.23.0 which contains a critical bug regarding the inference of the primary key during the indexation.
Thank you @bb for the bug report!


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

  • Add geosearch support: geosearch allows users to filter and sort results based on geographic criteria. You can refine precision, distance, and shape of the geographical areas in which the document should be searched. @irevoire
  • Support new dataset formats: CSV and NDJSON @MarinPostma

Improvements

Fixes

❤️ Thanks again to our external contributors: @anirudhRowjee, @felixonmars, @happysalada, @kappa-wingman, @k-nasa, and @shekhirin