ngbatis
ngbatis copied to clipboard
uplift nebula-java 3.8.0
https://github.com/vesoft-inc/nebula-java/releases
List of new features to be compatible after v3.6.0
NebulaGraph Java Client v3.8.0
feature
- [ ] support auth for scan https://github.com/vesoft-inc/nebula-java/pull/586
- [ ] support tls single authentication https://github.com/vesoft-inc/nebula-java/pull/592
NebulaGraph Java Client v3.7.0
feature
- [x] add executeJsonWithParameter, executeJson to SessionPool https://github.com/vesoft-inc/nebula-java/pull/580
All queries use the
executemethod. No need to handle.
fix
- [ ] specific the Charset for thrift interface https://github.com/vesoft-inc/nebula-java/pull/564
NebulaGraph Java Client v3.6.1
feature
- [x] support http2 for java client https://github.com/vesoft-inc/nebula-java/pull/543
- [x] support to set headers for http2 https://github.com/vesoft-inc/nebula-java/pull/548