v1.8.0
What's Changed
Enhancements
- Expose HTTP method of unary requests (see documentation) by @jhump and @akshayjshah in #502 and #509
- Implement
fmt.Stringer
interface for StreamType to improve debug logging by @svrana in #495
Bugfixes
- Fix documentation comments to use correct identifier name by @cuishuang in #498
- Fix Makefile quotes to handle paths with spaces by @bufdev in #508
- Always close response body in
CloseRead
by @pkwarren in #515
New Contributors
- @cuishuang made their first contribution in #498
- @svrana made their first contribution in #495
Full Changelog: v1.7.0...v1.8.0