github twitchtv/twirp v7.1.0
v7.1.0: Interceptors and literal routes

latest releases: v8.1.3, v8.1.2, v8.1.1...
3 years ago
  • PR #276 implements interceptors, an elegant way to plugin new functionality to clients and services with a simple but powerful interface.
  • PR #277, fixing #257 on the client side, allowing Go clients to talk to services implemented in different languages (e.g. Python) when the proto definition contains Service and Method names that are not CamelCased. Note that only Go services generated with v7 can handle literal routes, previous versions only support CamelCased routes.

Don't miss a new twirp release

NewReleases is sending notifications on new releases.