Skip to content

Commit cd7b4cb

Browse files
authored
Merge pull request #5 from stac-api-extensions/pv/1.0.0-release-prep
prepare for 1.0.0 release
2 parents fce0f8a + f04c7f9 commit cd7b4cb

File tree

5 files changed

+13468
-5134
lines changed

5 files changed

+13468
-5134
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: 8 additions & 2 deletions
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

@@ -24,7 +29,8 @@ None
2429
See the [stac-spec CHANGELOG](https://github.com/radiantearth/stac-spec/blob/v0.9.0/CHANGELOG.md)
2530
for STAC API releases prior to or equal to version 0.9.0.
2631

27-
[Unreleased]: <https://github.com/stac-api-extensions/query/compare/v1.0.0-rc.2..main>
32+
[Unreleased]: <https://github.com/stac-api-extensions/query/compare/v1.0.0..main>
33+
[v1.0.0]: <https://github.com/stac-api-extensions/query/tree/v1.0.0>
2834
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/query/tree/v1.0.0-rc.2>
2935
[v1.0.0-rc.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc1.1>
3036
[v1.0.0-beta.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2>

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)