Skip to content

Releases: sensorsdata/sa-sdk-java

Release 3.1.18

05 Jan 06:36
Compare
Choose a tag to compare
  1. 新增
    • profileIncrement 和 profileAppend 接口支持处理 $project 和 $token

Release 3.1.17

03 Nov 03:29
Compare
Choose a tag to compare
  1. 新增
    • track、profile、item 接口均支持处理 $token 字段
  2. 优化
    • 修复连续调用 track 会有事件上报失败的问题

Release 3.1.16

23 Jun 08:14
Compare
Choose a tag to compare
  1. 修复
    • Date 类型的事件属性入库时间比实际时间少 8 个小时的问题

Release 3.1.15

23 Oct 02:18
Compare
Choose a tag to compare
  1. 新增
    • itemDelete 接口支持删除指定项目的 item 信息
    • BatchConsumer 每次同步数据最大限制 50 条更改为 1000

Release 3.1.14

27 Aug 06:46
fb9cb4b
Compare
Choose a tag to compare
  1. 新增
    • 触发的事件增加 _track_id 属性

Release 3.1.13

14 Aug 03:55
Compare
Choose a tag to compare
  1. 新增
    • BatchConsumer flush 失败可能会导致内存溢出的问题
  2. 新增
    • ConcurrentLoggingConsumer 日志支持按照小时切割

Release 3.1.12

03 Jun 06:31
Compare
Choose a tag to compare
  1. 新增
    • profileUnset 接口,支持删除指定项目的用户属性。

Release 3.1.11

25 Apr 09:17
328bf89
Compare
Choose a tag to compare
  1. 优化
    • 使用 BatchConsumer 调用 shutdown 后,再次调用埋点方法重新打开 HttpClient

Release 3.1.10

12 Feb 09:55
77c5ddb
Compare
Choose a tag to compare
  1. 优化
    • 避免使用 BatchConsumer 时创建过多 HttpClient 实例

Release 3.1.9

03 Jan 11:00
0d50ad3
Compare
Choose a tag to compare
  1. 新增
    • 支持通过参数配置文件锁的文件,主要用于在 Windows 下使用 ConcurrentLoggingConsumer + LogAgent 的场景