Skip to content

Releases: sensorsdata/sa-sdk-go

Release 2.1.3

23 Oct 03:55
Compare
Choose a tag to compare
  • 修复
    • track_it 取值超出范围的问题,由 int64 类型修改为 int32 类型

Release 2.1.2

28 Mar 07:12
Compare
Choose a tag to compare
  1. 修复
    • $time 设置异常类型时,未在属性中移除的问题

Release 2.1.1

24 Oct 07:07
Compare
Choose a tag to compare
  1. 新增
    • 新增 GoLang SDK 支持添加 project 字段 ;
    • 新增 GoLang SDK 支持 _track_id ;
    • 优化 ID-Mapping3.0 distinct_id 值拼接规则 ;

Release 2.1.0

22 Jun 06:57
Compare
Choose a tag to compare
  1. 新增
    • 新增 GoLang SDK 支持 ID-Mapping 3.0;

Release 2.0.6

07 May 03:09
Compare
Choose a tag to compare
  1. 修复
    • BatchConsumer不支持并发的问题;

Release 2.0.5

09 Dec 06:16
Compare
Choose a tag to compare
  1. 新增
    • 新增属性校验日志输出;

Release 2.0.4

06 Jan 10:48
Compare
Choose a tag to compare
  1. 新增
    • 新增接口 RegisterSuperProperties 注册静态公共属性;

Release 2.0.2

31 Aug 03:08
Compare
Choose a tag to compare
  1. 修复
    • Track(distinctId, event string, properties map[string]interface{}, isLoginId bool) 接口中 properties 为空时处理的问题;

Release 2.0.1

03 Aug 08:43
Compare
Choose a tag to compare
  1. 新增
    • Item 操作

Release 2.0.0

29 Apr 03:32
Compare
Choose a tag to compare
  1. 优化
    • 完善网络请求发生错误时,错误信息返回
    • 删除网络请求错误信息的日志打印