Skip to content

v1.0.0-rc.4

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 11 May 15:45
· 161 commits to master since this release
4ecbabc

[v1.0.0-rc.4] - 2021-05-11

Changed

  • An empty Catalog is now allowed, removed the requirement that it must have a child or item link. (#1115)
  • An open date range to both sides is now allowed in the Collection's temporal extents. (#1125)
  • Catalog and Collection JSON Schemas don't have a common JSON Schema any more. (#1122)

Removed

  • Catalogs don't support summaries any more. (#1122)

Fixed

  • Added clarification around when an extension should be included in stac_extensions. (#1123)
  • JSON Schemas don't allow "shortcuts" for core extensions any longer. (#1121)
  • Various examples fixes.