v1.10.0
What's Changed
- refactor: merge CLI repository by @venjiang in #379
- bump deps, Close #382, #383, #384, #385 by @fanweixiao in #386
- feat: expand DataTag from Byte to uint32 by @wujunzhuo in #389
- feat: version negotiation between server and client by @wujunzhuo in #390
- chore(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 by @dependabot in #395
- feat: add tls config, tls certificate from peer side can be verified. by @wujunzhuo in #393
- Implement the String() method for Frame to avoid unnecessary Encode() calls by @wujunzhuo in #399
- chore(deps): bump github.com/lucas-clemente/quic-go from 0.30.0 to 0.31.0 by @dependabot in #398
- test: add unittest by @woorui in #396
- chore: codecov by @woorui in #403
- refactor: obtain metadata from connection or dataframe by @wujunzhuo in #402
- Refactor client option by @woorui in #400
- feat(logger): add slog support by @woorui in #407
- chore(readme): add codecov badge by @woorui in #406
- fix: readme format by @woorui in #414
- refactor: core pkg uses slog by @woorui in #410
- chore(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 by @dependabot in #409
- chore(deps): bump github.com/lucas-clemente/quic-go from 0.31.0 to 0.31.1 by @dependabot in #408
- fix(cli): go.mod parse and init command template by @venjiang in #416
- feat(logger): add lumberjack support by @woorui in #418
- fix(server): escape nil frame if read error by @woorui in #420
- chore: update example by @venjiang in #417
- feat: server start handler by @woorui in #419
Full Changelog: v1.9.2...v1.10.0