Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.34 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.

v1.2.0 - 2023-03-15

Added

  • Added a new field alternate:name to the Asset Object and Alternate Asset Object

Changed

  • The fields title and description are inherited from STAC Common Metadata
    • No minimum length for title
    • A minimum length of 1 for description
  • At least one alternate asset is required

Fixed

  • Improved the JSON Schema to follow the written documentation

v1.1.0 - 2021-07-08

Changed

  • No longer reference a STAC version
  • Alternate objects are not of type Asset but rather AlternateAsset which is just a restrictive version of an Asset

Removed

  • requirement for alternate (which meant it had to be used in all assets). There are no no required fields

Initial release