Releases: meilisearch/meilisearch
Refacto of the search engine
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
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
Reduce the number of dependencies
We no longer need the libssl
runtime dependency which, as you probably already know, is one of the hardest dependency to install...
Make the engine accept updates asyncly
Now you will be able to send updates to the HTTP server without having to wait for it to process anything but the body parsing (#340).
The big breaking release
This is the first big release of MeiliSearch and it breaks many HTTP APIs but don't worry the documentation is up to date.