Bug Type (问题类型)
exception / error (异常报错)
Before submit
Environment (环境信息)
- Server Version: v1.5.0
- Client Version: v1.0.0
Expected & Actual behavior (期望与实际表现)

The api version mismatch between client and server.
The bug is caused by the update of api version in server:
public static final Version VERSION = Version.of(ApiVersion.class, "0.71");

While the api version is between 0.38-0.70 in client:

Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
Bug Type (问题类型)
exception / error (异常报错)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
The api version mismatch between client and server.
The bug is caused by the update of api version in server:


public static final Version VERSION = Version.of(ApiVersion.class, "0.71");
While the api version is between 0.38-0.70 in client:
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response