This release includes the following changes:
- Handling of Content-Type headers with name=value pairs after the
MIME type is now correct.
- Context values describing the requested service, package, and method
are now available to HTTPClients passed to generated Twirp clients.
- Generated clients no longer emit logs to the standard library logger
under any circumstances. Instead, they will return any error
encountered closing an HTTP response body if they found no other
errors during the request. If they hit other errors, then HTTP
response body close errors are ignored.
- The vendor directory is now committed. This should make installation
of protoc-gen-twirp more straightforward.