Skip to content

Commit

Permalink
updated changelog to reflect all the big reorg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed Dec 7, 2020
1 parent c75a0dc commit a0453f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- The landing page returns the conformance classes in a property `conformsTo`, which mirrors `GET /conformances` from OGC APIs.
- Fragments - reusable OpenAPI documents for sort, filter, fields and context, along with explanation of how they work.
- `conformsTo` JSON object in the landing page, to communicate what functionality a server implements.

This comment has been minimized.

Copy link
@m-mohr

m-mohr Dec 8, 2020

Collaborator

Isn't that captured by the first bullet point? The next bullet point can probably also be merged with the first bullet point.

- Conformance classes for all the major functionality and extensions, to be referenced in the `conformsTo`.
- ItemCollection moved from [STAC Core](https://github.com/radiantearth/stac-spec/blob/v0.9.0/item-spec/itemcollection-spec.md) to this repo.

### Changed
- Major re-organization of the content and directory structure to make better conformance classes.
- STAC API Core is the landing page (a STAC catalog and conformance information).
- Item Search is the `search` cross-collection item search resource.
- STAC API - Features is the OGC API - Features standards to be used in a STAC API.
- Extensions are specified in the relevant functionality directory, though they can share openapi yaml's in the 'fragments' directory.
- Updated to STAC specification version 1.0.0-beta.2
- Named explicit supported STAC core versions to be from 0.9.0 up to (and not including) 2.0.0
- Context Extension OpenAPI spec was updated to remove the no longer used `next` attribute
Expand Down

0 comments on commit a0453f5

Please sign in to comment.