What's Changed
- Add an helper for proxied HTTP/2 by @emersion in #102
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #103
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #109
- Add support for validating the downstream ip of the connection by @kmala in #108
- add SetReadHeaderTimeout opt for NewConn by @pieropio in #113
- header.go prevent otherHeader.rawTLVs being nil by @hilbix in #104
- protocol: avoid double buffering by @mmatczuk in #116
- lint: replace math/rand.Read with crypto/rand.Read by @pires in #118
- Protocol: Keep listener listening if we don't trust the upstream address by @peteski22 in #110
New Contributors
- @dependabot made their first contribution in #103
- @kmala made their first contribution in #108
- @pieropio made their first contribution in #113
- @hilbix made their first contribution in #104
- @mmatczuk made their first contribution in #116
- @peteski22 made their first contribution in #110
Full Changelog: v0.7.0...v0.8.0