openaire-graph-docs/docs/changelog.md

1.4 KiB

sidebar_position
12

Versions & changelog

Versioning

Our versioning policy follows the Semantic Versioning specification. In our case, given a version MAJOR.MINOR.PATCH, we increment the:

  • MAJOR version when the data model of the Graph changes
  • MINOR version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or major data sources change
  • PATCH version when the graph data are updated

Changelog

This section will document all notable changes for each graph version.

v5.0.0

Added

  • Impact indicators at the level of the Result
  • Beginner's kit in the Downloads section
  • New relationship types: Reviews, IsReviewedBy, IsParentOf, IsChildOf, References, IsReferencedBy, IsNewVersionOf, IsPreviousVersionOf, HasVersion, IsVersionOf, Cites, IsCitedBy, IsVariantFormOf, IsOriginalFormOf, Obsoletes, IsObsoletedBy, IsContinuedBy, Continues, Documents, IsDocumentedBy, IsCompiledBy, Compiles, IsPartOf, HasPart, IsSourceOf, IsDerivedFrom, IsIdenticalTo

Changed