I am trying to evaluate with redisgraph 2.0 , with redisgraph-go API version 1.99.0 . But, I also have the 1.0.0 version of redisgraph-go API in the codebase for backwards compatibility.
To have both the versions of API in single project - Golang dependency manager -needs the Major version to be different. Here we have both(1.0.0 , 1.99.0) of them with same Major version. Is there a plan to release a version 2.x.x before official release .
Thanks,
Xavier