文档

版本发布

更新时间:

v1.0.7

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.7</version>
</dependency>

Issue

  • resultSet 新增 toJson 接口,用于将结果集转换为json格式

v1.0.6

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.6</version>
</dependency>

Issue

  • client 支持 5210 错误码的重试

v1.0.5

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.5</version>
</dependency>

Issue

  • netty 配置设置 TcpNoDelay 为 True

  • client connection 空闲连接的保留时长可配置,解决低流量场景下的链接重建问题

v1.0.4

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.4</version>
</dependency>

Issue

  • 所有http请求统一使用Post方法

  • 升级commons-io到2.11.0版本

  • 升级junit到4.13.2版本

  • 升级logback-classic到1.2.0版本

  • 升级async-http-client到最新版本

v1.0.3

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.3</version>
</dependency>

Issue

  • 重构异步查询代码,新增超时重试机制

v1.0.2

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.2</version>
</dependency>

Issue

  • 补充RequestContext内容,优化汇报的异常信息

v1.0.1

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.1</version>
</dependency>

Issue

  • 区分__.和普通step

  • 补充 withSack、sack、sideEffect、get 接口

  • 修复 bulkSet 格式返回结果末尾多一个逗号的问题

  • get(BulkSet.class).getValue() 接口获取的类型由 Map<IGraphResult, Long> 转换为 Map<Result, Long>

  • 增加T.id,用于获取实体的 pkey 字段值

  • 精简依赖,简化代码,提升Element和Path的接口易用性

  • 适配明文查询接口

v1.0.0

maven

<dependency>
  <groupId>com.aliyun.igraph</groupId>
  <artifactId>aliyun-sdk-igraph</artifactId>
  <version>1.0.0</version>
</dependency>

Issue

  • iGraph SDK 首次发布,支持PG、Gremlin 语法

  • 本页导读 (0)
文档反馈