Engine versioning
Release versions follow the MAJOR.MINOR.PATCH format and adhere to the Semantic Versioning 2.0.0 convention.- MAJOR versions contain changes that break compatibility between releases
- MINOR versions introduce new features that are backwards compatible
- PATCH versions only contain high-priority bug fixes and security updates
Prior to Meilisearch v1, MINOR versions also broke compatibility between releases.
Release schedule
Meilisearch releases new versions between four and six times a year. This number does not include PATCH releases.Support for previous versions
Meilisearch only maintains the latest engine release. Currently, there are no EOL (End of Life) or LTS (Long-Term Support) policies. Consult the engine versioning policy for more information.SDK versioning
Meilisearch version numbers have no relationship to SDK version numbers. For example,meilisearch-go
v0.22 introduced compatibility with Meilisearch v0.30. SDKs follow their own release schedules and must address issues beyond compatibility with Meilisearch.
When using an SDK, always consult its repository README, release description, and any dedicated documentation to determine which Meilisearch versions and features it supports.