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

Warn of incompatible schema versions between client and server executors #85

Open
nokome opened this issue Feb 8, 2020 · 0 comments
Open

Comments

@nokome
Copy link
Member

nokome commented Feb 8, 2020

If a Client (e.g. StdioClient in this repo) and Server (e.g. StdioServer in pyla) are using different major versions of Stencila Schema there are likely to be problems.

One approach to this is that servers publish the schema version as part of the manifest() and clients request that manifest and check the schema version against their own on initial connection. This should be fairly straight forward to implement

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

No branches or pull requests

1 participant