Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy wasm 0.3.0: bring stop iteration support back #424

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wbpcode
Copy link
Contributor

@wbpcode wbpcode commented Oct 18, 2024

Signed-off-by: wangbaiping/wbpcode <[email protected]>
Copy link
Member

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@wbpcode
Copy link
Contributor Author

wbpcode commented Oct 20, 2024

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.

Signed-off-by: wangbaiping/wbpcode <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants