How to open schema version history

Open Version History by selecting Versions from the menu icon.

Version History captures which is your active version, a history of previous versions with data on when the change was made and by who, and the ability to select a previous one.

Counts of each versions' inputs, functions, and results allow you to determine which version you may wish to roll-back to.

Version history of a background task.

Version history of an Addon.
Compare Differences
When selecting a previous version, you can view a screenshot of the version and the differences compared to the active version. This gives you full context of the different versions to see exactly what changes were made and whether or not you indeed want to revert to the previous version.APIs
For example, here is the live version of an API endpoint:
Example of a live version of a function stack.

The available versions of the API endpoint.

- The live version (indicated at the top) and when it was created.
- The email of who created the version.
- What differences the live version has compared to the old version selected.
- When the old version was created.
- Indications of what’s been changed from the old version compared to the state of things in the live version.
.gif?s=700919c50257d88fb0111a3241998e01)
Navigate through the previous versions.
Database
Difference comparison in schema versioning is also available on the database. In addition to information about the version number, created at time, and creator. Difference comparison on the database will include differences in:- Schema (columns)
- Indexes
- View

An example of comparing version differences of a database table.