Skip to content

v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:28
· 1 commit to main since this release

🚨 ATTENTION 🚨 #165 changes how header parsing errors surface to the consumer code. We highly recommend relying on errors.Is and errors.As when handling errors produced by this library.

What's Changed

  • http2: mimic stdlib http2 when connContext returns nil by @pires in #164
  • header: wrap read buffer errors instead of dropping by @pires in #165

Full Changelog: v0.10.0...v0.11.0