You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ on the extension.
22
22
| 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 |
23
23
| 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. |
24
24
| 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.|
26
26
27
27
Maturity mostly comes through diverse implementations, so the minimum number of implementations
28
28
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
58
58
|[Sort](item-search/README.md#sort)|[Item Search](item-search/) request | Adds Parameter to control sorting of returns results. |*Pilot*|
59
59
|[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*|
60
60
|[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*|
-**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).
0 commit comments