X.Y.Z
name | desc |
---|---|
X | major,Representative made incompatible modifications |
Y | minor,Representative has added downward compatible functionality |
Z | patch,Representative made a downward compatibility correction |
The label below(modifier):
name | desc |
---|---|
alpha | The internal test version is generally only used for internal testing, and there may be many bugs |
beta | Public beta version |
RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |
RpcOptions
add new field connectionMaxAgeMs
, which controls max time a connection can live, default 0(forever). 65NPE for table error while creating table
43Value Row.getColumnValue(string)
to Column Row.getColumn(string)
Object Value.getValue()
to Object Value.getObject()