Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

v1.2.0 - 2024-05-09

Added

  • processing:version field to describe the primary software version of workflow version that produced the data
  • processing:datetime field to describe when the processing happened
  • processing-execution relation type to link to the processing execution that produced the data.
  • processing-software relation type to link to the processing execution that produced the data.

v1.1.0 - 2022-01-07

Added

  • processing:expression to describe how the data has been processed.
  • Relation type processing-expression to externally describe how the data has been processed.

Changed

  • Updated examples to STAC 1.0.0

Fixed

  • The JSON Schema is more strict and should not have issues with missing required fields in Collections any longer #3, #8, #16

v1.0.0 - 2021-03-08

Initial independent release, see previous history

Changed

  • processing:lineage now allows CommonMark for rich-text representation (#950)