proxy wasm 0.3.0: bring stop iteration support back#424
proxy wasm 0.3.0: bring stop iteration support back#424wbpcode wants to merge 3 commits intoproxy-wasm:mainfrom
Conversation
Signed-off-by: wangbaiping/wbpcode <wangbaiping@bytedance.com>
Signed-off-by: wangbaiping/wbpcode <wangbaiping@bytedance.com>
PiotrSikora
left a comment
There was a problem hiding this comment.
This should be blocked until v0.3 ABI is published.
You cannot include one feature of the new ABI and bump the ABI version, since plugins will expect all new features to be available when the new ABI version is present.
I think we need a concept of development cycle. We will cut a stable ABI version at the end of cycle. Or we cannot do the code and spec at same time. It's too slow. And we cannot bump the version after the all features are done because some features will require the version enum self. |
Signed-off-by: wangbaiping/wbpcode <wangbaiping@bytedance.com>
See proxy-wasm/spec#63