twirphp / twirp

PHP port of Twitch's Twirp RPC framework
https://twirphp.github.io
MIT License
152 stars 19 forks source link

Spec v7 support #40

Closed sagikazarmark closed 2 years ago

sagikazarmark commented 3 years ago

Add support for spec v7: https://twitchtv.github.io/twirp/docs/spec_v7.html

Docs says it's a trivial upgrade.

@jitendra-1217 do you want to take it? 😉

marioizquierdo commented 3 years ago

FYI: Changes required to implement the new protocol:

See Protocol v7 differences and the Go implementation v7.0.0 release notes for details.

sagikazarmark commented 2 years ago

This should be done. Will be released in the next version.