From 3086ec013d310fb19175d1fec3e2dede1c61d4b3 Mon Sep 17 00:00:00 2001 From: Nick Sergeev Date: Wed, 18 May 2022 22:07:11 +0700 Subject: [PATCH] Updated Readme templates and regenerated the clients --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5bdb2..dc7cd42 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Low-level client for Manticore Search. -❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/2.0.3 +❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/3.2.0 ## Requirements @@ -16,6 +16,13 @@ Building the API client library requires: Minimum Manticore Search version is 2.5.1 with HTTP protocol enabled. +| Manticore Search | manticoresearch-java | Java | +| ----------------- | ---------------------- | ------------- | +| >= 4.2.1 | 3.0.x | >= 1.8 | +| >= 4.0.2 | 2.0.3 | >= 1.8 | +| >= 2.5.1 | 2.0.2 | >= 1.8 | + + ## Installation Add this dependency to your project's POM: