Skip to content

Commit ec9a4ae

Browse files
author
Phil Varner
committed
prepare for 1.0.0 release
1 parent fce0f8a commit ec9a4ae

File tree

5 files changed

+13466
-5133
lines changed

5 files changed

+13466
-5133
lines changed

.remarkignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/CHANGELOG.md
1+
/CHANGELOG.md
2+
.github/pull_request_template.md

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [v1.0.0-rc.2] - TBD
8+
## [v1.0.0] - 2023-09-28
9+
10+
- Change maturity to Stable.
11+
12+
## [v1.0.0-rc.2] - 2022-11-01
813

914
None
1015

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
- **Title:** Query
1010
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
1111
- **Conformance Classes:**
12-
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>
13-
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>
12+
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0/item-search#query>
13+
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0/ogcapi-features#query>
1414
- **Scope:** STAC API - Features, STAC API - Item Search
15-
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Candidate
15+
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Stable
1616
- **Dependencies:**
17-
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features)
18-
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search)
17+
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/ogcapi-features)
18+
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0/item-search)
1919
- **Owner**: none
2020

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

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

3434
The syntax for the `query` parameter is:
3535

0 commit comments

Comments
 (0)