Skip to content

Releases: meilisearch/meilisearch

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).

Refacto of the search engine

09 Dec 14:44
daeb226
Compare
Choose a tag to compare
Pre-release

We rewrote the full underlying system to gather performances and reduce the amount of work necessary to answer queries resulting in massive query time reduction (seen x3 to x30 times faster). This is an alpha release, don't use this version in production or anything that need stability.

The exposed port change

03 Dec 16:34
fc8182d
Compare
Choose a tag to compare

We now expose the port 7700 instead of the 8080, this way we avoid conflicts with common existing TCP servers (i.e. node).

A brand new update display

29 Nov 13:08
7780293
Compare
Choose a tag to compare

We change the output format of the updates, you can read more about that in #350 and #354.

Reduce the number of dependencies

28 Nov 16:29
9640c2a
Compare
Choose a tag to compare

We no longer need the libssl runtime dependency which, as you probably already know, is one of the hardest dependency to install...