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: CHANGELOG.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
11
+
### Changed
12
+
13
+
### Deprecated
14
+
15
+
### Removed
16
+
17
+
### Fixed
18
+
19
+
## [v1.0.0-beta.2] - 2020-06-01
20
+
21
+
### Added
22
+
- Added Filter extension to integrate OAFeat Part 3 CQL
10
23
- Catalog and Collection definitions now have required field "type"
11
24
- Added recommendation to enable CORS for public APIs
12
25
13
26
### Changed
14
-
-Added Filter extension to integrate OAFeat Part 3 CQL
27
+
-Updated all STAC versions to 1.0.0
15
28
- Passing the `ids` parameter to an item search does not deactivate other query parameters [#125](https://github.com/radiantearth/stac-api-spec/pull/125)
16
29
- The first extent in a Collection is always the overall extent, followed by more specific extents. [opengeospatial/ogcapi-features#520](https://github.com/opengeospatial/ogcapi-features/pull/520)
17
30
18
31
### Deprecated
19
-
- Query extension is now deprecated. Replaced by the Filter extension using OGC CQL
32
+
- Query extension is now deprecated. Replaced by the Filter extension using OGC CQL.
20
33
21
34
### Removed
22
35
@@ -59,3 +72,4 @@ for STAC API releases prior to or equal to version 0.9.0.
Copy file name to clipboardExpand all lines: extensions.md
+8-9
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 superceded 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. | DO NOT USE, is not supported |
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
@@ -67,14 +67,13 @@ the service supports. This are listed at the top of each extension description,
|[Items and Collections API Version](ogcapi-features/extensions/version/README.md)|<https://api.stacspec.org/v1.0.0-beta.1/ogcapi-features/extensions/version>|
|[Items and Collections API Version](ogcapi-features/extensions/version/README.md)|<https://api.stacspec.org/v1.0.0-beta.2/ogcapi-features/extensions/version>|
| returned | integer |**REQUIRED** The count of results returned by this response. Equal to the cardinality of features array. |
32
+
| limit | integer \| null | The maximum number of results to which the result was limited. |
33
33
| matched | integer | The count of total number of results that match for this query, possibly estimated, particularly in the context of NoSQL data stores. |
34
34
35
35
The default sort of query results should be stable, but may not be depending on the data store's sorting performance.
0 commit comments