Skip to content

release v1.0.2

Compare
Choose a tag to compare
@sandyskies sandyskies released this 05 Dec 13:06
· 41 commits to r1.0 since this release
ddf95ed

v1.0.2 (2023-12-05)

Documentations

  • docs: add requirements for PR labels in contribution guide (#134)
  • docs: fix label name in 03-proposal.md and add question issue template (#125)
  • readme: update description of trpc-go to keep concise and clear (#122)
  • docs: a guide about how to use api-testing to try tRPC (#129)
  • test: add English version of README document (#133)
  • server: explain more aboud MaxRoutines option (#137)

Bug Fixes

  • examples: fix plugin and metadata sample code (#128)
  • {stream,transport}: fix connection overwriting when a client uses the same port to connect. (#131)
  • test(healthcheck): fix flaky tests by adding clean up operation in watch_test.go file (#126)

Features

  • workflow: add coverage check configuration (#114)
  • workflow: add proposal process link for proposal issue template (#124)
  • workflow: add pull request template (#130)
  • http: invite back default http server transport (#140)

Enhancements

  • client: remove the write operation on *registry.Node in LoadNodeConfig to avoid data race during selecting Node (#138)
  • examples: remove main.go client_test.go and custom.yaml under example/features/feature/xxx dir (#135)
  • [http, log]: Use errors.New instead of fmt.Errorf (#127)