Avo should provide version tagging the main branch
D
Dharmveer Singh
Just like Git branching where we can tag the repository to mark a version number, e.g., when releasing the product, similarly Avo should provide a way to tag a version number to the main branch. This will allow me to see what the currently released schema version is and also allow me to time travel to a particular version of my schema. Should be failry easy if Avo actually stores the schema entities (Events, Properties, etc) in a git repository behind the scenes. Versioning is essential for any software, and its schema is no exception.