-
Notifications
You must be signed in to change notification settings - Fork 3
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
Versioning #13
Comments
@egekorkan One point I was wondering about is that if there is an incompatible change in node-wot, there is a possibility that communication with a previously communicating partner may become impossible (if only the client is upgraded, it will not be able to connect with the server, and if only the server is upgraded, it will not be able to communicate with the client (If only the client is upgraded, the client will not be able to connect to the server.)
I think the policy you have created is fine when looking at whether there are changes to the flow. |
I agree. The node-wot example should not be generalized to all node-wot changes.
I think that patch changes should be fine to upgrade without realizing it so we should make sure that it is indeed the case. |
After #10 is merged, I will publish a new version of the npm package. My initial idea is to go with version 1.1.0 since we are adding new features. However, I want to check if we are aligned on this and would like to document our decisions somewhere. My proposal would be to look from the user point of view within Node RED. This would mean:
.value()
function was a major change in node-wot but this would have no impact to the Node RED user.Any opinions?
The text was updated successfully, but these errors were encountered: