Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.82 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.0.0-rc.3 - 2023-09-28

  • Remove assertion that this will align with OAF Part 4.
  • OAFeat Part 4 Conformance URI should no longer be advertised.

v1.0.0-rc.2 - 2022-11-01

  • Minor wordsmithing updates.

v1.0.0-rc.1 - 2022-03-17

Changed

  • Clarified behavior of Transaction Extension endpoints:
    • PUT and PATCH of a body that changes the collection or id is disallowed.
    • POST, PUT, and PATCH do not need to include the collection attribute, as it should be derived from the URL.
    • POST and PUT can be used with a body that is at least a GeoJSON Feature, but does not have to be an Item, but for which the server can derive a valid Item, e.g., by populating the id and collection fields or adding links
    • Likewise, POST can be used with a body of a FeatureCollection that contains features that meet the same constraints.

v1.0.0-beta.1 - 2020-12-10

Changed

  • Updated transaction extension so it aligns with OGC API - Features Part 4: Simple Transactions

Older versions

See the stac-spec CHANGELOG for STAC API releases prior to or equal to version 0.9.0.