We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0015121 + 01ebb94 commit 7f21112Copy full SHA for 7f21112
README.md
@@ -278,6 +278,14 @@ Hosts should be comma seperated string of hosts with protocol prefix and port su
278
ELASTICSEARCH_SSL_VERIFICATION=true,
279
```
280
281
+## Elasticsearch 7 and 8 support.
282
+
283
+Due to the incompatibility of clients for Elasticsearch 7 and 8, separate releases will be created for these versions.
284
+Development for each version is carried out in the corresponding branch.
285
286
+To make changes to version 7, you need to create a task branch based on v7 and make a pull request to it.
287
+For version 8 it is similar, but based on the v8 branch.
288
289
## Contributing
290
291
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
0 commit comments