Tags: xxsoul/trpc-go
Tags
Release v1.0.1 (trpc-group#118) # Change Log ## v1.0.1 (2023-10-20) ### Features - all: update copyright headers (trpc-group#95) - workflows: use github-hosted runner to speed up PR checks (trpc-group#99) - go.mod: update dependencies to v1.0.0 (trpc-group#98) ### Bug Fixes - transport: should register stream server transport for go-net (trpc-group#101) - gomod: fix go.mod of examples (trpc-group#105) ### Enhancements - gomod: upgrade golang.org/x/net to latest version (trpc-group#106) - example: improve stream example (trpc-group#110) - client: remove internal info (trpc-group#103) ### Documentations - examples: update makefiles (trpc-group#115) - docs: update server dev links (trpc-group#113) - docs: fix go doc links in quick_start (trpc-group#109) - server: rewrite package comments in English (trpc-group#96) - docs: fix broken http links (trpc-group#97) - readme: replace invalid links (trpc-group#94) - docs: make links relative to the project's root in markdown files (trpc-group#93) - docs: add benchmarking result (trpc-group#92) ### Refactors - all: import renaming("gopkg.in/yaml.v3" => yaml "gopkg.in/yaml.v3") (trpc-group#112) ### Integration Tests - test: update go.mod (trpc-group#111)
admin: init pattern2Handler to avoid panic (trpc-group#90) panic:assignment to entry in nil map