diff --git a/CHANGELOG.md b/CHANGELOG.md index 0776a76..f16d93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.0-rc.2] - TBD + +None + ## [v1.0.0-rc.1] - 2022-03-17 None @@ -28,7 +32,9 @@ None See the [stac-spec CHANGELOG](https://github.com/radiantearth/stac-spec/blob/v0.9.0/CHANGELOG.md) for STAC API releases prior to or equal to version 0.9.0. -[Unreleased]: -[v1.0.0-beta.1]: -[v1.0.0-beta.4]: + +[Unreleased]: +[v1.0.0-rc.2]: [v1.0.0-rc.1]: +[v1.0.0-beta.4]: +[v1.0.0-beta.1]: diff --git a/README.md b/README.md index 110c08b..42e75fa 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,20 @@ - **OpenAPI specification:** [openapi.yaml](openapi.yaml) - **Conformance Classes:** - - **STAC API - Item Search** binding: - - **STAC API - Features** binding: -- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/README.md#maturity-classification):** Candidate + - **STAC API - Item Search** binding: + - **STAC API - Features** binding: +- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/README.md#maturity-classification):** Candidate - **Dependencies:** - - [STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features) - - [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search) + - [STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features) + - [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search) -This extension is intended to augment the core [ItemCollection](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/itemcollection/README.md) +This extension is intended to augment the core [ItemCollection](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/itemcollection/README.md) object when the ItemCollection is the result of a search, for example, from calling the `/search` API endpoint. This fragment may be bound to either or both of -[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search) (`/search` endpoint) or -[STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by +[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search) (`/search` endpoint) or +[STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features) +(`/collections/{collectionId}/items` endpoint) by advertising the relevant conformance class. **Note**: OGC API Features - Part 1 has its own way returning `numberMatched` and `numberReturned` at the top level, instead of in a context @@ -26,9 +27,9 @@ is required to implement both when implementing STAC Features. ## ItemCollection fields -| Element | Type | Description | -| --------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| `context` | [Context Object](#context-object) | **REQUIRED.** The search-related metadata for the [ItemCollection](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/itemcollection/README.md). | +| Element | Type | Description | +| --------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `context` | [Context Object](#context-object) | **REQUIRED.** The search-related metadata for the [ItemCollection](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/itemcollection/README.md). | ## Context Object diff --git a/openapi.yaml b/openapi.yaml index 3e03bbe..2d58335 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: The SpatioTemporal Asset Catalog API - Context Extension description: Adds search related metadata (context) to responses. - version: 1.0.0-rc.1 + version: 1.0.0-rc.2 contact: name: STAC Specification url: 'http://stacspec.org' diff --git a/package-lock.json b/package-lock.json index 814f292..b2d0444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stac-api-context-extension-spec", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stac-api-context-extension-spec", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "license": "Apache-2.0", "dependencies": { "@stoplight/spectral-cli": "^6.4.2", @@ -9848,4 +9848,4 @@ "integrity": "sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 003a818..e264648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stac-api-context-extension-spec", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "description": "STAC API helpers to generate, serve and check the API spec.", "repository": "https://github.com/stac-api-extensions/context", "license": "Apache-2.0", @@ -86,4 +86,4 @@ ] ] } -} +} \ No newline at end of file