Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@sandyskies sandyskies released this 20 Oct 15:07
· 60 commits to r1.0 since this release
51b2ec9

Change Log

v1.0.1 (2023-10-20)

Features

  • all: update copyright headers (#95)
  • workflows: use github-hosted runner to speed up PR checks (#99)
  • go.mod: update dependencies to v1.0.0 (#98)

Bug Fixes

  • transport: should register stream server transport for go-net (#101)
  • gomod: fix go.mod of examples (#105)

Enhancements

  • gomod: upgrade golang.org/x/net to latest version (#106)
  • example: improve stream example (#110)
  • client: remove internal info (#103)

Documentations

  • examples: update makefiles (#115)
  • docs: update server dev links (#113)
  • docs: fix go doc links in quick_start (#109)
  • server: rewrite package comments in English (#96)
  • docs: fix broken http links (#97)
  • readme: replace invalid links (#94)
  • docs: make links relative to the project's root in markdown files (#93)
  • docs: add benchmarking result (#92)

Refactors

  • all: import renaming("gopkg.in/yaml.v3" => yaml "gopkg.in/yaml.v3") (#112)

Integration Tests

  • test: update go.mod (#111)