> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Metadata Versioning | Data History Management

> Learn how Collate's connector versioning system manages data ingestion workflows. Discover version control best practices and compatibility guidelines.

# Metadata Versioning

Collate maintains the version history for all entities using a number with the format `major.minor`, starting with 0.1 as the initial version of an entity.

Changes in metadata result in version changes as follows:

* Backward **compatible** changes result in a Minor version change. A change in the description, tags, or ownership will increase the version of the entity metadata by 0.1 (e.g., from 0.1 to 0.2).
* Backward **incompatible** changes result in a Major version change. For example, when a column in a table is deleted, the version increases by 1.0 (e.g., from 0.2 to 1.2).

Metadata versioning helps **simplify debugging processes**. View the version history to see if a recent change led to a data issue. Data owners and admins can review changes and revert if necessary.

Versioning also helps in **broader collaboration** among consumers and producers of data. Admins can provide access to more users in the organization to change certain fields. Crowdsourcing makes metadata the collective responsibility of the entire organization.

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/collatedocs/DGRnNUIWvs85MsO6/public/images/features/ingestion/versioning/metadata-versioning.mp4?fit=max&auto=format&n=DGRnNUIWvs85MsO6&q=85&s=9b08f0c0ba12c5a7ef2ee9b6c9460d33" data-path="public/images/features/ingestion/versioning/metadata-versioning.mp4" />
