Skip to content

Releases: TarsCloud/TarsGo

v1.4.5

11 Jan 15:12
b937668
Compare
Choose a tag to compare

What's Changed

  • deps(contrib): update TarsGo v1.4.4 by @lbbniu in #477
  • perf(transport): optimize logging and normalize variable naming by @lbbniu in #478
  • perf: connection closed, try to reconnect once by @lbbniu in #479
  • feat: framework supports automatic service registry discovery by @lbbniu in #481
  • feat: sync TarsProtocol/servant and TarsProtocol/tup dir by @lbbniu in #482
  • fix: Setting the read timeout configuration is unreasonable, causing the service to exit and the connection not closed by @lbbniu in #494
  • close the file before rename it by @cosmosir in #497
  • feat: TLOG log rolling is configured using a configuration file by @lbbniu in #502
  • perf: optimize server-side handling of timeout control by @lbbniu in #504
  • fixbug: fix occasional RPC blocking issue due to coroutine scheduling timing, leading to a nil chan during the pushBackMsg call. by @lbbniu in #505
  • perf: Optimize Property Reporting Initialization by @lbbniu in #506
  • feat: tars basic service call context adds node_name by @lbbniu in #503
  • perf: optimize service configuration file parse by @lbbniu in #507

tools

tarsgo v1.3.6

  • perf: makefile add upload and fix TARSBUILD by @lbbniu in #492

tars2go v1.2.4

  • refactor tars2go by @lbbniu in #480
  • perf(gencode): for optional fields, there can be a default value, and the default value is not packed by default when encoding by @lbbniu in #483
  • perf: add "DO NOT EDIT" line before package clause. by @lbbniu in #487
  • perf: enum type add go:generate stringer comment by @lbbniu in #488
  • update tars2go version v1.2.3 by @lbbniu in #489
  • fix: The first module of the single-file multi-module is generated multiple times by @lbbniu in #491
  • perf(tars2go): optimize ast structure definition by @lbbniu in #493
  • update tars base protocol to tars2go v1.2.3 by @lbbniu in #484
  • perf: optimize gen_go logic by @lbbniu in #495

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.5-rc1

28 Jun 03:00
ef30e68
Compare
Choose a tag to compare
v1.4.5-rc1 Pre-release
Pre-release

What's Changed

  • update tars base protocol to tars2go v1.2.3 by @lbbniu in #484
  • fix: Setting the read timeout configuration is unreasonable, causing the service to exit and the connection not closed by @lbbniu in #494

Full Changelog: v1.4.4...v1.4.5-rc1

tarsgo tool v1.3.6

26 Jun 04:19
9dbdd53
Compare
Choose a tag to compare

What's Changed

  • perf: makefile add upload and fix TARSBUILD by @lbbniu in #492

Full Changelog: tars/tools/tarsgo/v1.3.5...tars/tools/tarsgo/v1.3.6

tars2go v1.2.3

26 Jun 12:17
a7de184
Compare
Choose a tag to compare

What's Changed

  • perf(gencode): for optional fields, there can be a default value, and the default value is not packed by default when encoding by @lbbniu in #483
  • perf: add "DO NOT EDIT" line before package clause. by @lbbniu in #487
  • perf: enum type add go:generate stringer comment by @lbbniu in #488
  • update tars2go version v1.2.3 by @lbbniu in #489
  • fix: The first module of the single-file multi-module is generated multiple times by @lbbniu in #491

Full Changelog: tars/tools/tarsgo/v1.2.2...tars/tools/tars2go/v1.2.3

tars2go v1.2.2

16 Jun 14:34
93a2db4
Compare
Choose a tag to compare

What's Changed

Full Changelog: tars/tools/tars2go/v1.2.1...tars/tools/tars2go/v1.2.2

v1.4.4

02 Jun 07:22
a6d038f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

10 May 08:38
a93b5ad
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 by @dependabot in #459
  • build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 in /examples/GinHttpServer by @dependabot in #460
  • build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 in /contrib/middleware/opentelemetry by @dependabot in #461
  • build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 in /contrib/log by @dependabot in #462
  • fix(app): wrong use of defaultApp by @lbbniu in #464
  • fix(report): Stat and Property report panic by @lbbniu in #465

Full Changelog: v1.4.2...v1.4.3

v1.4.3-beta1

08 May 08:41
a93b5ad
Compare
Choose a tag to compare
v1.4.3-beta1 Pre-release
Pre-release

What's Changed

  • fix(app): wrong use of defaultApp by @lbbniu in #464
  • fix(report): Stat and Property report panic by @lbbniu in #465

Full Changelog: v1.4.2...v1.4.3-beta1

v1.4.2

05 May 04:21
6657adb
Compare
Choose a tag to compare

What's Changed

  • deps(contrib): upgrade TarsGo version to v1.4.1 by @lbbniu in #456
  • fix(makefile): solve syntax highlighting of makefile ide by @lbbniu in #457
  • feat: golangci-lint replace staticcheck by @lbbniu in #458
  • fix(bug): uninitialized app attribute in tars.Admin by @lbbniu in #463

Full Changelog: v1.4.1...v1.4.2

v1.4.1

26 Apr 04:31
35ac1fa
Compare
Choose a tag to compare

What's Changed

  • refactor(zipkintracing) by @lbbniu in #451
  • refactor(examples): zipkin example collation by @lbbniu in #452
  • docs: update readme by @lbbniu in #453
  • refactor(tars): abstract global variables under tars package as application structure by @lbbniu in #449
  • perf(protocol): update tars base protocol by @lbbniu in #455

Full Changelog: v1.4.0...v1.4.1