Skip to content

Commit 44b0a0b

Browse files
authored
Merge pull request #157 from fredliporace/fl-dev
Change deprecated descrition; query ext as sch to be deprecated
2 parents 4527f64 + 563b510 commit 44b0a0b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010

1111
### Changed
12+
- Query extension not deprecated; recommendation to use Filter (https://github.com/radiantearth/stac-api-spec/pull/157)
1213

1314
### Deprecated
1415

@@ -72,4 +73,4 @@ for STAC API releases prior to or equal to version 0.9.0.
7273

7374
[Unreleased]: <https://github.com/radiantearth/stac-api-spec/compare/master...dev>
7475
[v1.0.0-beta.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.1>
75-
[v1.0.0-beta.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2>
76+
[v1.0.0-beta.2]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2>

extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on the extension.
2222
| Pilot | 1 | Idea is fleshed out, with examples and a JSON schema, and implemented in one or more catalogs. Additional implementations encouraged to help give feedback | Approaching stability - breaking changes are not anticipated but can easily come from additional feedback |
2323
| Candidate | 3 | A number of implementers are using it and are standing behind it as a solid extension. Can generally count on an extension at this maturity level | Mostly stable, breaking changes require a new version and minor changes are unlikely. |
2424
| Stable | 6 | Highest current level of maturity. The community of extension maintainers commits to a STAC review process for any changes, which are not made lightly. | Completely stable, all changes require a new version number and review process. |
25-
| Deprecated | N/A | A previous extension that has likely been superseded by a newer one or did not work out for some reason. | DO NOT USE, is not supported |
25+
| Deprecated | N/A | A previous extension that has likely been superseded by a newer one or did not work out for some reason. | Will not be updated and may be removed in an upcoming major release. |
2626

2727
Maturity mostly comes through diverse implementations, so the minimum number of implementations
2828
column is the main gating function for an extension to mature. But extension authors can also
@@ -58,7 +58,7 @@ This is the list of all extensions that are contained in the stac-api-spec repos
5858
| [Sort](item-search/README.md#sort) | [Item Search](item-search/) request | Adds Parameter to control sorting of returns results. | *Pilot* |
5959
| [Transaction](ogcapi-features/extensions/transaction/README.md) | [STAC - Features API](ogcapi-features) POST on `/items` endpoint, DELETE/PUT on `/items/{itemId}` endpoint | Adds PUT and DELETE endpoints for the creation, editing, and deleting of Item objects. | *Pilot* |
6060
| [Items and Collections API Version](ogcapi-features/extensions/version/README.md) | [STAC - Features API](ogcapi-features) on `/items` endpoint | Adds GET versions resource to Collection and Item endpoints and provides semantics for a versioning scheme for Collection and Item objects. | *Proposal* |
61-
| [Query](item-search/README.md#query) | [Item Search](item-search/) request | Adds parameter to search Item and Collection properties. | *Deprecated* |
61+
| [Query](item-search/README.md#query) | [Item Search](item-search/) request | Adds parameter to search Item and Collection properties. | *Pilot*, scheduled to be *Deprecated* |
6262

6363
### Conformance classes of extensions
6464

fragments/query/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
44
- **Conformance Class:** <https://api.stacspec.org/v1.0.0-beta.2/item-search#query>
5-
- **Extension [Maturity Classification](../../extensions.md#extension-maturity):** Deprecated in
6-
favor of the [Filter Extension](../filter/README.md) using [CQL](http://docs.opengeospatial.org/DRAFTS/19-079.html).
5+
- **Extension [Maturity Classification](../../extensions.md#extension-maturity):** Pilot, scheduled to be Deprecated in favor of the [Filter Extension](../filter/README.md) using [CQL](http://docs.opengeospatial.org/DRAFTS/19-079.html).
76
- **Dependents:**
87
- [Item Search](../../item-search)
98

item-search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ The full description and examples of this are found in the [context fragment](..
310310
### Query
311311

312312
- **Conformance URI:** <https://api.stacspec.org/v1.0.0-beta.2/item-search#query>
313-
- **Extension [Maturity Classification](../extensions.md#extension-maturity):** Deprecated
313+
- **Extension [Maturity Classification](../extensions.md#extension-maturity):** Pilot, scheduled to be Deprecated
314314
- **Definition**: [STAC API - Query Fragment](../fragments/query/)
315315

316-
**Note** - the Query Extension is deprecated as of 1.0.0. Implementers
316+
**Note** - the Query Extension will be deprecated at some point in 1.x. Implementers
317317
are encouraged to use the Filter Extension instead.
318318

319319
The STAC search endpoint, `/search`, by default only accepts a limited set of parameters to limit the results

0 commit comments

Comments
 (0)