-
Notifications
You must be signed in to change notification settings - Fork 325
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
Schema version no longer validated since version 1.0.83 #829
Comments
OK, but since this is a breaking change, is there a way to get back the old behaviour? Maybe I am misunderstanding something, but for me, the new behaviour doesn't make much sense. |
Let me see what I can do. |
Thanks! |
I noticed that sice the release of version 1.0.83 the behaviour changed, and wrong schema versions do no longer throw an exception.
With version 1.0.82 the following Kotlin example code would have thrown a
JsonSchemaException
because the schema version doesn't match:Now, since version 1.0.83 this is no longer the case and regardless what version flag is specified, all schema versions are accepted.
The text was updated successfully, but these errors were encountered: