Skip to content

Commit 3c42ab3

Browse files
authored
Merge pull request #1 from stac-api-extensions/pv/release-1.0.0-rc.2
release updates for 1.0.0-rc.2
2 parents 9b9ed04 + b5978a8 commit 3c42ab3

File tree

6 files changed

+3625
-10095
lines changed

6 files changed

+3625
-10095
lines changed

.github/pull_request_template.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
**PR Checklist:**
1111

1212
- [ ] This PR has **no** breaking changes.
13-
- [ ] This PR does not make any changes to the core spec in the `stac-spec` directory (these are included as a subtree and should be updated directly in [radiantearth/stac-spec](https://github.com/radiantearth/stac-spec))
14-
- [ ] I have added my changes to the [CHANGELOG](https://github.com/radiantearth/stac-api-spec/blob/main/CHANGELOG.md) **or** a CHANGELOG entry is not required.
13+
- [ ] I have added my changes to the [CHANGELOG](https://github.com/stac-api-extensions/query/blob/main/CHANGELOG.md) **or** a CHANGELOG entry is not required.

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.0.0-rc.2] - TBD
8+
9+
None
10+
711
## [v1.0.0-rc.1] - 2022-03-17
812

913
### Changed
@@ -20,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2024
See the [stac-spec CHANGELOG](https://github.com/radiantearth/stac-spec/blob/v0.9.0/CHANGELOG.md)
2125
for STAC API releases prior to or equal to version 0.9.0.
2226

23-
[Unreleased]: <https://github.com/radiantearth/stac-api-spec/compare/master...dev>
27+
[Unreleased]: <https://github.com/stac-api-extensions/query/compare/v1.0.0-rc.2..main>
28+
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/query/tree/v1.0.0-rc.2>
2429
[v1.0.0-rc.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc1.1>
2530
[v1.0.0-beta.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2>

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
44
- **Conformance Classes:**
5-
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0-rc.1/item-search#query>
6-
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#query>
7-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/README.md#maturity-classification):** Candidate
5+
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>
6+
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>
7+
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/README.md#maturity-classification):** Candidate
88
- **Dependencies:**
9-
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features)
10-
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search)
9+
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features)
10+
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search)
1111

1212
The Query Extension adds a `query` parameter that allows additional filtering based on the properties of Item objects. The JSON syntax for
1313
these filters is known as "STACQL" (pronounced `stack-cue-el`).

openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: The SpatioTemporal Asset Catalog API - Query
44
description: Adds parameter to compare properties and only return the items that match
5-
version: 1.0.0-rc.1
5+
version: 1.0.0-rc.2
66
paths: {}
77
components:
88
parameters:

0 commit comments

Comments
 (0)