Skip to content

Change the way we display the compatible version of Meilisearch in our README's  #237

@bidoubiwa

Description

@bidoubiwa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions