Skip to content

Commit

Permalink
prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Sep 28, 2023
1 parent fce0f8a commit ec9a4ae
Show file tree
Hide file tree
Showing 5 changed files with 13,466 additions and 5,133 deletions.
3 changes: 2 additions & 1 deletion .remarkignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/CHANGELOG.md
/CHANGELOG.md
.github/pull_request_template.md
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

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
## [v1.0.0] - 2023-09-28

- Change maturity to Stable.

## [v1.0.0-rc.2] - 2022-11-01

None

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
- **Title:** Query
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
- **Conformance Classes:**
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0/item-search#query>
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0/ogcapi-features#query>
- **Scope:** STAC API - Features, STAC API - Item Search
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Candidate
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Stable
- **Dependencies:**
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features)
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search)
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/ogcapi-features)
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/item-search)
- **Owner**: none

The Query Extension adds a `query` parameter that allows additional filtering based on the properties of Item objects. The JSON syntax for
Expand All @@ -28,8 +28,8 @@ There is no plan to deprecate this extension, but it is also unlikely to see any
refinement or changes.

The extension can be applied to either the **STAC API - Item Search** endpoint `/search`
(advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>) or to the
**STAC API - Features** endpoint `/collections/{collection_id}/items` (advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>)
(advertised with the conformance class <https://api.stacspec.org/v1.0.0/item-search#query>) or to the
**STAC API - Features** endpoint `/collections/{collection_id}/items` (advertised with the conformance class <https://api.stacspec.org/v1.0.0/ogcapi-features#query>)

The syntax for the `query` parameter is:

Expand Down
Loading

0 comments on commit ec9a4ae

Please sign in to comment.