Skip to content

Commit 48d1da1

Browse files
committed
updates for release 1.0.0-rc.2 release
1 parent a57c03a commit 48d1da1

File tree

6 files changed

+27
-21
lines changed

6 files changed

+27
-21
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
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/filter/blob/main/CHANGELOG.md) **or** a CHANGELOG entry is not required.

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [v1.0.0-rc.2] - Unreleased
88

9+
- Update language on catalog-level queryables
10+
- Fix several examples
11+
912
## [v1.0.0-rc.1] - 2022-03-17
1013

1114
### Added
@@ -90,5 +93,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9093
See the [stac-api-spec CHANGELOG](https://github.com/radiantearth/stac-api-spec/blob/v0.9.0/CHANGELOG.md)
9194
for STAC API releases prior to or equal to version v1.0.0-rc.2.
9295

93-
[Unreleased]: <https://github.com/radiantearth/stac-api-spec/compare/v1.0.0-rc.2...main>
94-
[v1.0.0-rc.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2>
96+
[Unreleased]: <https://github.com/stac-api-extensions/filter/compare/v1.0.0-rc.2..main>
97+
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/filter/tree/v1.0.0-rc.2>
98+
[v1.0.0-rc.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1>
99+
[v1.0.0-beta.5]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.5>
100+
[v1.0.0-beta.4]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.4>
101+
[v1.0.0-beta.3]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.3>

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- **Conformance Classes:**
55
- Filter: <http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter>
66
- Features Filter: <http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter>
7-
- Item Search Filter: <https://api.stacspec.org/v1.0.0-rc.1/item-search#filter>
7+
- Item Search Filter: <https://api.stacspec.org/v1.0.0-rc.2/item-search#filter>
88
- CQL2 Text: <http://www.opengis.net/spec/cql2/1.0/conf/cql2-text>
99
- CQL2 JSON: <http://www.opengis.net/spec/cql2/1.0/conf/cql2-json>
1010
- Basic CQL2: <http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2>
@@ -17,10 +17,10 @@
1717
- Array Operators: <http://www.opengis.net/spec/cql2/1.0/conf/array-operators>
1818
- Property-Property Comparisons: <http://www.opengis.net/spec/cql2/1.0/conf/property-property>
1919
- Accent and Case-insensitive Comparison: <http://www.opengis.net/spec/cql2/1.0/conf/accent-case-insensitive-comparison>
20-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/README.md#maturity-classification):** Pilot
20+
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/README.md#maturity-classification):** Pilot
2121
- **Dependencies:**
22-
- [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search)
23-
- [STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features)
22+
- [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search)
23+
- [STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features)
2424

2525
- [STAC API - Filter Extension](#stac-api---filter-extension)
2626
- [Overview](#overview)
@@ -146,7 +146,7 @@ Spatial Operators conformance class, only the `S_INTERSECTS` operator in the Bas
146146

147147
The STAC API Filter Extension reuses the definitions and conformance classes in OAFeat CQL,
148148
adding only the *Item Search Filter* conformance class
149-
(`https://api.stacspec.org/v1.0.0-rc.1/item-search#filter`) to bind
149+
(`https://api.stacspec.org/v1.0.0-rc.2/item-search#filter`) to bind
150150
the Filter behavior to the Item Search endpoint.
151151

152152
The implementation **must** support these conformance classes:
@@ -157,7 +157,7 @@ The implementation **must** support these conformance classes:
157157
the query language used for the `filter` parameter defined by Filter. This includes logical operators (`AND`, `OR`, `NOT`),
158158
comparison operators (`=`, `<>`, `<`, `<=`, `>`, `>=`), and `IS NULL`. The comparison operators are allowed against
159159
string, numeric, boolean, date, and datetime types.
160-
- Item Search Filter (`https://api.stacspec.org/v1.0.0-rc.1/item-search#filter`) binds the Filter and
160+
- Item Search Filter (`https://api.stacspec.org/v1.0.0-rc.2/item-search#filter`) binds the Filter and
161161
Basic CQL2 conformance classes to apply to the Item Search endpoint (`/search`). This class is the correlate of the OAFeat CQL2 Features
162162
Filter class that binds Filter and Basic CQL2 to the Features resource (`/collections/{cid}/items`).
163163

@@ -369,11 +369,11 @@ at least these values:
369369

370370
"http://www.opengis.net/spec/ogcapi_common-2/1.0/conf/collections",
371371

372-
"http://api.stacspec.org/v1.0.0-rc.1/core",
373-
"http://api.stacspec.org/v1.0.0-rc.1/stac-search",
374-
"http://api.stacspec.org/v1.0.0-rc.1/stac-response",
372+
"http://api.stacspec.org/v1.0.0-rc.2/core",
373+
"http://api.stacspec.org/v1.0.0-rc.2/stac-search",
374+
"http://api.stacspec.org/v1.0.0-rc.2/stac-response",
375375

376-
"https://api.stacspec.org/v1.0.0-rc.1/item-search#filter"
376+
"https://api.stacspec.org/v1.0.0-rc.2/item-search#filter"
377377
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter",
378378
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter",
379379
"http://www.opengis.net/spec/cql2/1.0/conf/cql2-text",

openapi.yaml

Lines changed: 3 additions & 3 deletions
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 - Filter
44
description: Adds parameters 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

77
tags:
88
- name: Core
@@ -159,7 +159,7 @@ components:
159159
The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The only value that STAC APIs must
160160
accept is 'http://www.opengis.net/def/crs/OGC/1.3/CRS84'.
161161
type: string
162-
format: uri
162+
format: uri
163163
exception:
164164
type: object
165165
description: |-
@@ -183,4 +183,4 @@ components:
183183
content:
184184
application/json:
185185
schema:
186-
$ref: '#/components/schemas/exception'
186+
$ref: '#/components/schemas/exception'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stac-api-filter-extension-spec",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "STAC API helpers to check the API spec.",
55
"repository": "https://github.com/stac-api-extensions/filter",
66
"license": "Apache-2.0",
@@ -88,4 +88,4 @@
8888
]
8989
]
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)