-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Context
Currently, in our README's we provide the complete version of Meilisearch of which we know we are compatible.
Nonetheless, by doing so, we do not guarantee compatibility with latest patches.
For example
This package only guarantees the compatibility with the version v1.0.0 of Meilisearch.
When a v1.0.1 is released, we technically do not ensure compatibility.
Solution
The suggestion would be to avoid providing the patch version.
This package only guarantees the compatibility with the version v1.0.x of Meilisearch.
or
This package only guarantees the compatibility with the version v1.0 of Meilisearch.
Nonetheless, there is still an issue. What link to we provide to the user. In the example provided in the solution section of this issue, we do still use the URL to the latest patch version of Meilisearch. Which means that the user is still being redirected to that version and not the latest patch.
The solution to that would be to use the link to the latest release of Meilisearch and not a specific version:
https://github.com/meilisearch/meilisearch/releases/latest.