Skip to content

v1.0.0-rc.3

Compare
Choose a tag to compare
@philvarner philvarner released this 27 Mar 15:57
· 23 commits to main since this release
43078a5

[v1.0.0-rc.3] - 2023-03-27

Changed

Added

  • Added authentication status code recommendations.
  • Added extension field to all OpenAPI specifications x-conformance-classes indicating the
    conformance classes they define.
  • STAC API - Item Search now requires a root link relation in the response from /search
  • Added a collection link from and Item to its Collection to conform with the STAC spec.

Fixed

  • Item Search limit parameter semantics have been changed again to align with the current OAFeat definition, rather than the inconsistent definition in version 1.0. The new behavior is that if a client requests a limit value above the maximum advertised by the server, that the server should treat the request as if the limit parameter were the maximum value. It must not respond with a error because the the limit value, and must respond with no more than that many items.

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3