Skip to content

Tags: dyhpoon/twirp

Tags

v5.5.0

Toggle v5.5.0's commit message
Increment to version 5.5.0

v5.4.2

Toggle v5.4.2's commit message
Version 5.4.2

v5.4.1

Toggle v5.4.1's commit message
Version 5.4.1

v5.4.0

Toggle v5.4.0's commit message
Version v5.4.0

v5.3.0

Toggle v5.3.0's commit message
Regenerate with v5.3.0

v5.2.0

Toggle v5.2.0's commit message
Release version v5.2.0

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.

v5.1.0

Toggle v5.1.0's commit message
Release version v5.1.0

This is the first release since v5.0.0. It includes improvements in
generated APIs, typo fixes, bug fixes, and very minor performance
improvements.

v5.0.0

Toggle v5.0.0's commit message
v5.0.0: Initial public commit