Releases: TarsCloud/TarsGo
Releases · TarsCloud/TarsGo
v1.3.2
v1.3.1
v1.3.0
v1.2.2
v1.2.1
- remove trace debug print log
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- add github action configures by @lbbniu in #325
- rpc连接增加KeepAlive by @BeyondWUXF in #324
- rpc server 和 client支持tls by @lbbniu in #317
- fix transport examples by @lbbniu in #327
- tars: fix various problems by @chenhengqi in #275
- fix: tars config build error by @lbbniu in #329
- upgrade github.com/openzipkin/zipkin-go to v0.4.0 by @lbbniu in #330
- Sync to Gitee by @lbbniu in #331
- add reviewdog by @lbbniu in #332
- fix lint check by @lbbniu in #333
- all example to go mod by @lbbniu in #337
- Fix sync fd by @defool in #335
- 支持 tars trace 功能 by @lbbniu in #326
Full Changelog: v1.1.9...v1.2.0
v1.1.9
What's Changed
- 避免tarsgo每次创建项目都安装tars2go协议生成程序 by @lbbniu in #322
- 配置文件client objQueueMax不生效 by @BeyondWUXF in #323
New Contributors
- @BeyondWUXF made their first contribution in #323
Full Changelog: v1.1.8...v1.1.9
v1.1.8
v1.1.7
What's Changed
- fix: JSON number loss of precision by @chenhengqi in #270
- Feature remotelog by @lanhy in #269
- fix: close fd when close connection by @chenhengqi in #274
- Support dispatch reporter by @defool in #282
- Set GOOS in make upload by @defool in #281
- Support setting the stater by @defool in #287
- Set default for json req value by @defool in #288
- 修正map没有初始化而直接使用时报assignment to entry in nil map错误的问题 by @tzwsoho in #286
- fix index by @BaBahsq in #293
- fix handletimeout ineffective by @Isites in #295
- Improve performance of codec by @defool in #301
- support call by set by @wgfxcu in #303
- correcting error output 'endoint' -> 'endpoint' by @Benjamin142857 in #308
- tars2go支持include参数 和 单文件定义多个模块 by @lbbniu in #296
- 优化单个tars文件中定义多个module处理 by @lbbniu in #316
- go 1.16+ 版本 创建项目使用脚手架tarsgo命令 by @lbbniu in #311
- 支持ssl拆分PR:对标c++支持https by @lbbniu in #319
- 一致性hash优化 by @lbbniu in #320
New Contributors
- @tzwsoho made their first contribution in #286
- @BaBahsq made their first contribution in #293
- @Isites made their first contribution in #295
- @wgfxcu made their first contribution in #303
- @Benjamin142857 made their first contribution in #308
- @lbbniu made their first contribution in #296
Full Changelog: v1.1.6...v1.1.7
v1.1.4 2020.06.15
en:
1、add tup && json protocol;
2、add tars_ping
cn:
1、添加 tup && json 协议支持(可以通过TarsGateway走http调用tars接口)
2、添加tars_ping