Skip to content

Commit a93cfec

Browse files
authored
Merge pull request #254 from radiantearth/dev
dev -> master merge for 1.0.0-beta.5 (second attempt)
2 parents 73f8152 + d0097f4 commit a93cfec

File tree

5 files changed

+200
-201
lines changed

5 files changed

+200
-201
lines changed

Diff for: CHANGELOG.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v1.0.0-beta.5 - Unreleased] - TBD
7+
## [v1.0.0-beta.5] - 2022-01-14
88

99
### Added
1010

@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Updated all "CQL" usages to "CQL2"
2424
- Most conformance class URIs are now prefixed with `http://www.opengis.net/spec/cql2/` instead
2525
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`,
2727
`http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/cql-text`, and
2828
`http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/cql-json` have had `cql` replaced
2929
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
3535
- Temporal operator `ANYINTERACTS` is now `T_INTERSECTS`
3636
- Updated Example 3 (now Example 5) to make it clear that property to property comparisons require the
3737
Property-Property Comparisons conformance class
38-
- The CQL2 Case-insensitive Comparison
38+
- The CQL2 Case-insensitive Comparison
3939
(`http://www.opengis.net/spec/cql2/1.0/conf/case-insensitive-comparison`) conformance class
4040
that adds UPPER/LOWER terms or function CASEI for case-insensitive comparison has not been added
4141
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
4343
machine-consumable one (previous restricted required to be OpenAPI 3.0 JSON)
4444
- `service-doc` endpoint may return any service description format, typically a
4545
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
5050

5151
### Fixed
5252

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
5454
of `http://stacspec.org/spec/api/1.0.0-beta.XXX/extensions/collections`
5555
- definition of Item object was missing `properties` as an attribute
5656
- 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
5758

58-
## [v1.0.0-beta.4] - 2020-10-05
59+
## [v1.0.0-beta.4] - 2021-10-05
5960

6061
### Added
6162

@@ -80,8 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8081
- "Arithmetic" has been renamed "Arithmetic Expressions"
8182
- "Arrays" has been renamed "Array Operators"
8283
- "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
8586
previously the semantics were those of 'shall' (must).
8687

8788
### Deprecated
@@ -90,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9091

9192
### Fixed
9293

93-
## [v1.0.0-beta.3] - 2020-08-06
94+
## [v1.0.0-beta.3] - 2021-08-06
9495

9596
### Added
9697
- 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
99100
### Changed
100101
- Query extension not deprecated; recommendation to use Filter (https://github.com/radiantearth/stac-api-spec/pull/157)
101102
- 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"
105106
(https://api.stacspec.org/v1.0.0-beta.3/item-search#filter:queryable-second-operand)
106107

107108
### Deprecated
@@ -110,8 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110111
- Remove stac_version and stac_extensions fields in ItemCollection
111112

112113
### Fixed
113-
114-
## [v1.0.0-beta.2] - 2020-06-01
114+
115+
## [v1.0.0-beta.2] - 2021-06-01
115116

116117
### Added
117118
- Added Filter extension to integrate OAFeat Part 3 CQL

Diff for: browseable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- **Conformance URIs:**
1111
- <https://api.stacspec.org/v1.0.0-beta.5/browseable>
1212
- <https://api.stacspec.org/v1.0.0-beta.5/core>
13-
- **[Maturity Classification](../README.md#maturity-classification):** Pilot
13+
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

1616
A STAC API conforming to the `STAC API - Browseable` conformance class must be structured such that all

Diff for: children/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- **Conformance URIs:**
1111
- <https://api.stacspec.org/v1.0.0-beta.5/children>
1212
- <https://api.stacspec.org/v1.0.0-beta.5/core>
13-
- **[Maturity Classification](../README.md#maturity-classification):** Pilot
13+
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

1616
A STAC API Landing Page (a Catalog) can return information about the Catalog and Collection child objects

Diff for: collections/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- **Conformance URIs:**
1111
- <https://api.stacspec.org/v1.0.0-beta.5/collections>
1212
- <https://api.stacspec.org/v1.0.0-beta.5/core>
13-
- **[Maturity Classification](../README.md#maturity-classification):** Pilot
13+
- **[Maturity Classification](../README.md#maturity-classification):** Proposal
1414
- **Dependencies**: [STAC API - Core](../core)
1515

1616
A STAC API can return information about all STAC [Collections](../stac-spec/collection-spec/collection-spec.md) available using a link

0 commit comments

Comments
 (0)