You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: #93
Remove any reads of `version` in the protocol.
We're moving towards a world where deprecations and breaking changes are per property and documented via the JSON schemas. So we don't use version numbers anymore.
* Change the syntax to make `version` nullable.
* Still write the last known version (to avoid breaking older hooks and older SDKs with newer SDKs and hooks).
* Remove the `version` from the semantic API.
* Remove all checks that were checking for versions.
* Note: this regresses error messages, and this is intended.
0 commit comments