Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to multiple ElasticSearch versions #10

Open
gsilvapt opened this issue Jul 12, 2023 · 1 comment
Open

Add support to multiple ElasticSearch versions #10

gsilvapt opened this issue Jul 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gsilvapt
Copy link
Contributor

Related software versions

All

Description

Current implementation has a narrower range of versions that could be supported. Do the necessary changes to support more versions of ElasticSearch. A suggestion could be using option.extra.installs?

Use cases

As a developer, I want to be sure my new changes will not bring backward incompatibility to existing features.

References

No response

@gsilvapt gsilvapt added the enhancement New feature or request label Jul 12, 2023
@gsilvapt
Copy link
Contributor Author

One detail I just came across this afternoon when trying to test things for #8 , I had to remove some of the _type logic we have in there. Not sure if this means the whole lib is incompatible to ES > 8, but these are the type of incompatibilities we could try to tackle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant