Skip to content

Tags: shaneutt/twirp

Tags

v5.7.0

Toggle v5.7.0's commit message
Version 5.7.0 release

v5.6.0

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

v5.5.2

Toggle v5.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version v5.5.2

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request twitchtv#137 from jtvjorge/urllib3_cve_2018_20060

update urllib3 version for CVE-2018-20060

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.