proxy-wasm-cpp-host icon indicating copy to clipboard operation
proxy-wasm-cpp-host copied to clipboard

proxy wasm 0.3.0: bring stop iteration support back

Open wbpcode opened this issue 1 year ago • 1 comments

See https://github.com/proxy-wasm/spec/issues/63

wbpcode avatar Oct 18 '24 10:10 wbpcode

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. In conclusion, I think we need a way/mechanism to control and direct the process of development.

wbpcode avatar Oct 20 '24 02:10 wbpcode