Skip to content

Conversation

aeroastro
Copy link
Contributor

While creating a patch for #980, I have found out the currently supported
elasticsearch version by elasticsearch-model is unnecessarily wide. ( > 1 )

Also, the previous dependency of > 1 and the nonexistence of version-parameterized test
means that the CI is not running against versions under 7.x. for elasticsearch-model.

I doubt the current code on master still works for old versions,
and I would like to avoid writing code to support compatibility on old versions on master branch.

To solve this issue, I have updated the dependency based on Elasticsearch gems' version policy.
This improves gem consistency and maintenance efficiency.

c.f.
https://github.com/elastic/elasticsearch-rails/tree/756a4dae1c51331a54bab8f00b0fcb88b4a480ad/elasticsearch-model#compatibility
#875

Dependency has been updated to follow Elasticsearch gems' version policy.
This improves gem consistency and maintenance efficiency.
@picandocodigo
Copy link
Member

Thanks for this contribution @aeroastro!

You're absolutely right 👍

@picandocodigo picandocodigo merged commit 65942e3 into elastic:master Mar 1, 2021
@aeroastro
Copy link
Contributor Author

Thank you ❤️

@aeroastro aeroastro deleted the patch-1 branch March 2, 2021 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants