Skip to content

Releases: sensorsdata/sa-sdk-java

Release 2.0.4

29 Oct 04:51
Compare
Choose a tag to compare
  1. 放弃 AsyncBatchConsumer 接口。

因为异步批量发送模式下,开发者需要仔细处理缓存队列,例如异步发送效率过低时需考虑缓存队列过长,或程序退出时 flush 缓存队列的问题。

建议开发者使用 LoggingConsumer 将数据输出到本地文件,并使用 LogAgent 工具导入 Sensors Analytics。

Release 2.0.3

16 Aug 13:34
Compare
Choose a tag to compare
  1. 新增 LoggingConsumer,将结果输出到日志文件
  2. BatchConsumer 新增构造函数,可选择当flush失败时抛出异常

Release 2.0.2

16 Aug 07:59
Compare
Choose a tag to compare
  1. 重新设计的 Sensors Analytics Java SDK,请参考官网文档 https://sensorsdata.cn/manual/java_sdk.html

Release 1.5.3

20 Jul 08:43
Compare
Choose a tag to compare
  1. 修正 Java 7 及以下版本的兼容性

Release 1.5.2

19 Jul 13:26
Compare
Choose a tag to compare
  1. bug fixed for flushing

Release 1.5.1

19 Jul 10:37
Compare
Choose a tag to compare
  1. 修复 Debug 模式数据采集地址构造的问题
  2. 修改事件属性长度限制为 8192

Release 1.5.0

05 Jul 00:39
Compare
Choose a tag to compare
  1. 修改 String 类型属性长度限制,256 => 8192
  2. 修改 track/profile_xxx 等接口的返回值,当操作后不进行 flush 时,返回 null

Release 1.4.1

28 May 09:29
Compare
Choose a tag to compare
  1. 修复数据发送时的编码问题

Release 1.4.0

16 May 06:10
Compare
Choose a tag to compare
  1. 新增埋点管理

Release 1.3.8

03 May 05:59
Compare
Choose a tag to compare
  1. Bug fixed for $time