Skip to content

Commit 563b510

Browse files
committed
Query to be deprecated in 1.x
1 parent fc2fb64 commit 563b510

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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: 1 addition & 1 deletion
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. | Will not be updated and may be removed in a upcoming major release. |
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

item-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The full description and examples of this are found in the [context fragment](..
313313
- **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 will possibly be 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)