@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ v1.0.0-beta.5 - Unreleased ] - TBD
7
+ ## [ v1.0.0-beta.5] - 2022-01-14
8
8
9
9
### Added
10
10
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
- Updated all "CQL" usages to "CQL2"
24
24
- Most conformance class URIs are now prefixed with ` http://www.opengis.net/spec/cql2/ ` instead
25
25
of ` http://www.opengis.net/spec/ogcapi-features-3/ `
26
- - Conformance classes ` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/basic-cql ` ,
26
+ - Conformance classes ` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/basic-cql ` ,
27
27
` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/cql-text ` , and
28
28
` http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/cql-json ` have had ` cql ` replaced
29
29
with ` cql2 ` (in addition to the prefix change) to
@@ -35,11 +35,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
- Temporal operator ` ANYINTERACTS ` is now ` T_INTERSECTS `
36
36
- Updated Example 3 (now Example 5) to make it clear that property to property comparisons require the
37
37
Property-Property Comparisons conformance class
38
- - The CQL2 Case-insensitive Comparison
38
+ - The CQL2 Case-insensitive Comparison
39
39
(` http://www.opengis.net/spec/cql2/1.0/conf/case-insensitive-comparison ` ) conformance class
40
40
that adds UPPER/LOWER terms or function CASEI for case-insensitive comparison has not been added
41
41
to this spec yet, since the definition in CQL2 is in flux.
42
- - ` service-desc ` endpoint may return any service description format, typically a
42
+ - ` service-desc ` endpoint may return any service description format, typically a
43
43
machine-consumable one (previous restricted required to be OpenAPI 3.0 JSON)
44
44
- ` service-doc ` endpoint may return any service description format, typically a
45
45
human-consumable one (previous restricted required to be HTML)
@@ -50,12 +50,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
50
51
51
### Fixed
52
52
53
- - Collection conformance class URI should be ` https://api.stacspec.org/v1.0.0-beta.XXX/collections ` instead
53
+ - Collection conformance class URI should be ` https://api.stacspec.org/v1.0.0-beta.XXX/collections ` instead
54
54
of ` http://stacspec.org/spec/api/1.0.0-beta.XXX/extensions/collections `
55
55
- definition of Item object was missing ` properties ` as an attribute
56
56
- Filter Extension - examples of using intervals and timestamps in CQL2 were incorrect and have been fixed
57
+ - Filter Extension - examples are updated so that text and json examples are equivalent
57
58
58
- ## [ v1.0.0-beta.4] - 2020 -10-05
59
+ ## [ v1.0.0-beta.4] - 2021 -10-05
59
60
60
61
### Added
61
62
@@ -80,8 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
81
- "Arithmetic" has been renamed "Arithmetic Expressions"
81
82
- "Arrays" has been renamed "Array Operators"
82
83
- "Queryable Second Operand" has been renamed "Property-Property Comparisons"
83
- - The required Link Relations and endpoints for each conformance class now use the wording of 'shall'
84
- instead of 'should'. While this technically changes the semantics, it was generally understood
84
+ - The required Link Relations and endpoints for each conformance class now use the wording of 'shall'
85
+ instead of 'should'. While this technically changes the semantics, it was generally understood
85
86
previously the semantics were those of 'shall' (must).
86
87
87
88
### Deprecated
@@ -90,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
91
91
92
### Fixed
92
93
93
- ## [ v1.0.0-beta.3] - 2020 -08-06
94
+ ## [ v1.0.0-beta.3] - 2021 -08-06
94
95
95
96
### Added
96
97
- Added STAC API - Collections definition (subset of STAC API - Features)
@@ -99,9 +100,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
100
### Changed
100
101
- Query extension not deprecated; recommendation to use Filter (https://github.com/radiantearth/stac-api-spec/pull/157 )
101
102
- Filter Extension conformance classes refactored to better align with STAC API use cases.
102
- - Renamed conformance class "Queryable First Operand"
103
- (https://api.stacspec.org/v1.0.0-beta.3/item-search#filter:queryable-first-operand ) to
104
- "Queryable Second Operand"
103
+ - Renamed conformance class "Queryable First Operand"
104
+ (https://api.stacspec.org/v1.0.0-beta.3/item-search#filter:queryable-first-operand ) to
105
+ "Queryable Second Operand"
105
106
(https://api.stacspec.org/v1.0.0-beta.3/item-search#filter:queryable-second-operand )
106
107
107
108
### Deprecated
@@ -110,8 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110
111
- Remove stac_version and stac_extensions fields in ItemCollection
111
112
112
113
### Fixed
113
-
114
- ## [ v1.0.0-beta.2] - 2020 -06-01
114
+
115
+ ## [ v1.0.0-beta.2] - 2021 -06-01
115
116
116
117
### Added
117
118
- Added Filter extension to integrate OAFeat Part 3 CQL
0 commit comments