Releases: TarsCloud/TarsGo
Releases · TarsCloud/TarsGo
tars/tools/tars2go/v1.2.1
What's Changed
- perf(tars2go): reduce duplicate code generation, client add Endpoints method to get active endpoint.Endpoint by @lbbniu in #454
Dependency
- TarsGo v1.4.1
Install
go install github.com/TarsCloud/TarsGo/tars/tools/[email protected]
Full Changelog: tars/tools/tars2go/v1.2.0...tars/tools/tars2go/v1.2.1
TarsGo v1.4.0 and tars2go v1.2.0
What's Changed
- perf(trace): optimize tars trace by @lbbniu in #441
- perf: remove deprecated code by @lbbniu in #446
- feat(opentelemetry): support opentelemetry traces、metrics、 logs by @lbbniu in #445
- perf(trace): optimize traceId and spanId generation by @lbbniu in #448
Upgrade tars2go
go install github.com/TarsCloud/TarsGo/tars/tools/[email protected]
Full Changelog: v1.3.10...v1.4.0
v1.3.10
What's Changed
- build(deps): bump golang.org/x/sys from 0.0.0-20211210111614-af8b64212486 to 0.1.0 in /tars/tools/tarsgo by @dependabot in #423
- build(deps): bump golang.org/x/sys from 0.0.0-20210806184541-e5e7981a1069 to 0.1.0 in /examples/GinHttpServer by @dependabot in #426
- build(deps): bump golang.org/x/net from 0.0.0-20210917221730-978cfadd31cf to 0.7.0 in /examples/GinHttpServer by @dependabot in #425
- build(deps): bump golang.org/x/crypto from 0.0.0-20210920023735-84f357641f63 to 0.1.0 in /examples/GinHttpServer by @dependabot in #428
- pref(tars2go): gen_go.go optimize and remove invalid comment code by @lbbniu in #429
- perf(zipkintracing): ZipkinClientFilter by @lbbniu in #431
- style(zipkintracing): Code Readability Adjustments by @lbbniu in #432
- perf(rogger): log increase convenience method by @lbbniu in #440
Full Changelog: v1.3.9...v1.3.10
v1.3.9
What's Changed
- fixbug: app cache match by @lbbniu in #407
- fix: Disabled TLS certificate check by @lbbniu in #408
- refactor(application) and style(examples) by @lbbniu in #410
- perf(tars): logical processing structural adjustment by @lbbniu in #411
- test(selector): consistent hash printNode by @lbbniu in #414
- fix(examples): custom proto server and GetCommunicator replace NewCom… by @lbbniu in #416
- perf: tars client fail retry sequence by @lbbniu in #418
- fix(protoc-gen-go-tarsrpc): protoc-gen-go-tarsrpc compatible with old version pb2tarsgo by @lbbniu in #420
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- fix json log prefix by @BeyondWUXF in #399
- optimize tcpHandler conn write by @lbbniu in #398
- optimize endpointmanager error log by @lbbniu in #400
- fix: code scanning by @lbbniu in #401
- fix DeepEqual add sort activeEp slice by @lbbniu in #403
- fix tarscpp close msg error by @lbbniu in #404
- fixbug: cpp calling go service bool reads as false when default is true by @lbbniu in #406
Full Changelog: v1.3.7...v1.3.8
v1.3.7
v1.3.6
v1.3.5
What's Changed
- feat: add protoc-gen-go-tarsrpc cmd by @lbbniu in #370
- bugfix: rpc call statistics missing IntervalCount data by @lbbniu in #371
- feat: zipkin 支持上报具体的 obj,支持 http server,支持 kafka 和 http 上报,支持采样率 by @phpcyy in #373
- feat:Add GetDomainLine method in ulit/conf.go by @lbbniu in #377
- feat: http servant supports gin by @lbbniu in #379
- feat: improve server timeout handling by @lbbniu in #374
- rpc add server statistics by @BeyondWUXF in #380
- Select endpoint refactor alignment tarscpp by @lbbniu in #359
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- tars2go add debug options by @lbbniu in #357
- Fixed import module path operation when producing protocol codec code in Windows OS by @lbbniu in #358
- include support relative path by @manchurio in #362
- StringToProxy supports set options by @lbbniu in #363
- fix include support relative path by @lbbniu in #364
- Add default RConf and Communicator by @lbbniu in #365
- Add GetConf func get server conf.Conf config by @lbbniu in #366
- fix: caller skip by @lbbniu in #367
- feat: change version v1.3.4 by @lbbniu in #369
New Contributors
- @manchurio made their first contribution in #362
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- 日志支持json格式 by @lbbniu in #355
- tarsgo creates a project to remove github dependencies by @lbbniu in #354
- fix queuecap configuration not working by @lbbniu in #356
- run
tarsgo upgrade make
ortarsgo upgrade cmake
to upgrade makefile replacement policy modification
Full Changelog: v1.3.2...v1.3.3