What's Changed
Enhancements
- Improve panic message on invalid handler returns by @akshayjshah in #415
- Add support for Connect-Protocol-Version header by @akshayjshah in #416
Migration Notes
As a consequence of #416, connect-go
servers exposed to web browsers may need to amend their CORS configuration to add Connect-Protocol-Version
to Access-Control-Allow-Headers
. The pull request description explains the motivation for this additional header.
Full Changelog: v1.3.2...v1.4.0