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
The trrack graph should have a version key indicating the Trrack schema version.
Graphs now have no version, so they should be updated to the latest specification on load.
#64 and #65 will change the schema, so start versioning after those are fixed.
For the future, any changes to the schema that can cause version changes should be coupled with logic to update the previous version to the current one. If not possible, explicitly throw an error to alert the user.
The text was updated successfully, but these errors were encountered:
kirangadhave
changed the title
detect old versions of trrack file and automatically update to new version
Setup version for Trrack specification and enable back compatibility
Apr 11, 2024
kirangadhave
changed the title
Setup version for Trrack specification and enable back compatibility
Setup version for Trrack schema and enable back compatibility
Apr 11, 2024
The trrack graph should have a version key indicating the Trrack schema version.
Graphs now have no version, so they should be updated to the latest specification on load.
#64 and #65 will change the schema, so start versioning after those are fixed.
For the future, any changes to the schema that can cause version changes should be coupled with logic to update the previous version to the current one. If not possible, explicitly throw an error to alert the user.
The text was updated successfully, but these errors were encountered: