From f6d19ce9576ee11df4a47147bd83137524d30e18 Mon Sep 17 00:00:00 2001 From: Aleksandr Sokolovskii Date: Tue, 1 Jan 2019 21:25:09 +0300 Subject: [PATCH] Apache Ignite 2.5+ is supported Handshake format for 2.4 and for 2.5+ is different --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aeffb4..1503009 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GoDoc](http://www.godoc.org/github.com/amsokol/ignite-go-client?status.svg)](http://www.godoc.org/github.com/amsokol/ignite-go-client) -## Apache Ignite (GridGain) v2.4+ client for Go programming language +## Apache Ignite (GridGain) v2.5+ client for Go programming language This library is production ready. @@ -10,7 +10,7 @@ Version is less than v1.0 because not all functionality is implemented yet (see ### Requirements -- Apache Ignite v2.4+ (because of binary communication protocol is used) +- Apache Ignite v2.5+ (because of binary communication protocol is used) - go v1.9+ ### Road map