Skip to content

Commit e27cb52

Browse files
author
nooneliu
committed
--other=同步sdk代码
1 parent 66bea1f commit e27cb52

File tree

209 files changed

+11092
-6018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+11092
-6018
lines changed

pb/README.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,4 +1728,69 @@ select sum(a) as sum_a from table where a > 1000;
17281728
- batchGet支持SetExpireTime
17291729

17301730
### v0.6.7:
1731-
- pb表支持deletebypartkey
1731+
- pb表支持deletebypartkey
1732+
1733+
### v0.6.8:
1734+
- pb表支持list表部分字段遍历
1735+
1736+
### v0.6.9:
1737+
- 修复list表遍历概率core问题
1738+
1739+
### v0.6.12:
1740+
- 同步接口支持go context
1741+
1742+
### v0.6.13:
1743+
- 支持用户名密码认证
1744+
1745+
### v0.6.14:
1746+
- 遍历丢包重试
1747+
1748+
### v0.6.15:
1749+
- pbfieldInc flag字段初始化
1750+
- pbgetbypartkey 支持获取部分字段
1751+
1752+
### v0.6.16:
1753+
- 修复proxy关机,established链接踢出时间过长的问题
1754+
- 支持updatebypartkey
1755+
1756+
### v0.6.18:
1757+
- 适配pbbatchReplace只返回key,value为空的场景
1758+
1759+
### v0.6.19:
1760+
- 修复sync2.0接口listaddafter设置shiftflag为TcaplusListShiftNone不生效的bug
1761+
1762+
### v0.6.20:
1763+
- 修改listgetall日志级别,可不升级
1764+
1765+
### v0.6.21:
1766+
- 修改日志级别,可不升级
1767+
1768+
### v0.6.22:
1769+
- 支持perf统计
1770+
1771+
### v0.6.23:
1772+
- 修复协程卡顿,网络close时panic的问题
1773+
1774+
### v0.6.24:
1775+
- 修复统计不准确的问题
1776+
- 适配getbypartkey订阅
1777+
1778+
### v0.6.25:
1779+
- listbatchReplace 设置fieldname panic问题
1780+
1781+
### v0.6.26:
1782+
- option添加MatchRecordCount
1783+
1784+
### v0.6.27:
1785+
- PbBatchFieldGet支持map嵌套字段,无需求可不升级
1786+
1787+
### v0.6.29:
1788+
- TTL支持在Insert/Update/Replace同时设置TTL,参考sync2.0 example
1789+
- 支持校验TDR表的版本号,保证本地小于等于服务端的,以防忘记控制台改表,使用client的CheckTdrMetaVersion
1790+
- 统计上报增强
1791+
- 对于单条记录更新操作,支持不用设置ResultFlag,直接通过Respone的GetSingleRecordVersion方法获取记录的版本号
1792+
- 路由算法优化,优化部分proxy算法下的内存
1793+
- 基于list表,支持类似redis的订阅发布功能,参考example/TDR/async/subscribe.go
1794+
1795+
### v0.6.30:
1796+
- 修复:pb条件更新,operation未清空的问题,未使用pb条件更新可忽略

pb/autotest/tdragent/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

pb/autotest/tdragent/case/case.xml

Lines changed: 0 additions & 75 deletions
This file was deleted.

pb/autotest/tdragent/cfg/apiLogConf.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

pb/autotest/tdragent/src/Makefile

Lines changed: 0 additions & 14 deletions
This file was deleted.

pb/autotest/tdragent/src/cfg/parse_case.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)