Skip to content

Releases: meilisearch/meilisearch

MeiliSearch v0.11.1

25 Jun 13:36
4ad4d7c
Compare
Choose a tag to compare
  • Fix facet cache on document update (#789)
  • Improvements on settings consistency (#778)

MeiliSearch v0.11.0

15 Jun 09:37
7685165
Compare
Choose a tag to compare
  • Change the HTTP framework, moving from tide to actix-web (#601)
  • Bump sentry version to 0.18.1 (#690)
  • Enable max payload size override (#684)
  • Disable sentry in debug (#681)
  • Better terminal greeting (#680)
  • Fix highlight misalignment (#679)
  • Add support for facet count (#676)
  • Add support for faceted search (#631)
  • Add support for configuring the lmdb map size (#646, #647)
  • Add exposed port for Dockerfile (#654)
  • Add sentry probe (#664)
  • Fix url trailing slash and double slash issues (#659)
  • Fix accept all Content-Type by default (#653)
  • Return the error message from Serde when a deserialization error is encountered (#661)
  • Fix NormalizePath middleware to make the dashboard accessible (#695)
  • Update sentry features to remove openssl (#702)
  • Add SSL support (#669)
  • Rename fieldsFrequency into fieldsDistribution in stats (#719)
  • Add support for error code reporting (#703)
  • Allow the dashboard to query private servers (#732)
  • Add telemetry (#720)

MeiliSearch v0.10.1

28 Apr 14:13
6cc80d2
Compare
Choose a tag to compare
  • Add support for floating points in filters (#640)
  • Add '@' character as tokenizer separator (#607)
  • Add support for filtering on arrays of strings (#611)

MeiliSearch v0.10.0

11 Apr 09:16
b7c287f
Compare
Choose a tag to compare
  • Refined filtering (#592)
  • Add the number of hits in search result (#541)
  • Add support for aligned crop in search result (#543)
  • Sanitize the content displayed in the web interface (#539)
  • Add support of nested null, boolean and seq values (#571, #568, and #574)
  • Fixed the core benchmark (#576)
  • Publish an ARMv7 and ARMv8 binaries on releases (#540 and #581)
  • Fixed a bug where the result of the update status after the first update was empty (#542)
  • Fixed a bug where stop words were not handled correctly (#594)
  • Fix CORS issues (#602)
  • Support wildcard on attributes to retrieve, highlight, and crop (#549, #565, and #598)

Thanks to Our Contributors

Big API changes

19 Mar 12:52
29622e1
Compare
Choose a tag to compare
Merge pull request #533 from meilisearch/bump-to-v0.9.0

Bump the workspace crates to 0.9.0

Big API changes - Release Candidate 1

16 Mar 17:11
cc5eb88
Compare
Choose a tag to compare
Pre-release
Merge pull request #531 from meilisearch/bump-rc

Bump the workspace crates to 0.9.0-rc.1

Bigger performance improvement

20 Jan 18:04
daffcaf
Compare
Choose a tag to compare
Pre-release

We achieve impressive performance improvements, dividing most of the timings by 2x regarding the last pre-release. It is something like 90x times faster than the current release (v0.8.4) 🎉

Bug fix regarding updates dead-locking

20 Jan 08:31
534143e
Compare
Choose a tag to compare
Pre-release
Merge pull request #439 from meilisearch/fix-update-deadlock

Fix a blocking channel, appearing like a deadlock

Massive performance improvements

13 Dec 14:06
020cd7f
Compare
Choose a tag to compare
Pre-release

This new release candidate greatly improves performances, much of the requests are between 3 and 10 times faster, but most importantly the old system could take like several seconds for big requests, this doesn't ever happen again and those requests are now 34 times faster.

Engine refacto with most of the features available

12 Dec 10:49
a8c3438
Compare
Choose a tag to compare

This is a follow up of the v0.8.5-alpha.1 with most of the previous features available (i.e. word splitting, distinct fields).

It is always 3x to 10x faster than the previous core engine algorithm (I even see 27x on specific queries).