-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Type (问题类型)
exception / error (异常报错)
Before submit
- I had searched in the issues and found no similar issues.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working