v0.13.2
If you are coming from version 0.13.0 or earlier, run
npx @connectrpc/connect-migrate@latest
to update your dependencies. See here for details.
What's Changed
- Propagate errors back to the handler by @srikrsna-buf in #751
- Add defensive check for http2 sessions by @srikrsna-buf in #783
- Call
throw
andreturn
on response iterables in the node adaptor by @srikrsna-buf in #775 - Abort handler signal on error/return by @srikrsna-buf in #786
- Switch Node.js Headers polyfill to use undici in versions < 18 by @timostamm in #791
- Set User-Agent in gRPC-web clients on Node.js by @timostamm in #784
- Add version checks to migration CLI by @paul-sachs in #782
Full Changelog: v0.13.1...v0.13.2