Skip to content

Commit f3fa23b

Browse files
authored
Merge pull request #28 from stac-api-extensions/pv/update-filter-w-spatial-function-changes
update spatial function changes in CQL2
2 parents c9f4d1e + 6ba1f22 commit f3fa23b

File tree

5 files changed

+12141
-16036
lines changed

5 files changed

+12141
-16036
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
validate:
2525
working_directory: ~/stac
2626
docker:
27-
- image: cimg/node:16.14
27+
- image: cimg/node:22
2828
steps:
2929
- checkout
3030
- save_cache:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Added Basic Spatial Functions with additional Spatial Literals definition, which defines
13+
a class that has only S_INTERSECTS over all geometry data types
14+
- Renamed Basic Spatial Operators to Basic Spatial Functions
15+
- Renamed Spatial Operators to Spatial Functions
16+
- Renamed Temporal Operators to Temporal Functions
17+
- Renamed Array Operators to Array Functions
18+
- Accent- and Case-insensitive Comparison conformance classes have been split into two conformance classes,
19+
Accent-insensitive Comparison and Case-insensitive Comparison
20+
- Renamed Custom Function to Functions
1221
- Remove recommendation to use fully-qualified property names as queryables.
1322

1423
## [v1.0.0-rc.3] - 2023-10-18

0 commit comments

Comments
 (0)