Skip to content

Commit df4e228

Browse files
authored
release prep v3.11.0 (#855)
* fix changelog
1 parent 91bdfd9 commit df4e228

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [3.11.0] - TBD
8+
## [3.11.0] - 2025-03-27
99

1010
### Added
1111

@@ -500,6 +500,7 @@ Compliant with STAC 0.9.0
500500

501501
<!-- [unreleased]: https://github.com/stac-utils/stac-api/compare/v3.6.0...main -->
502502

503+
[3.11.0]: https://github.com/stac-utils/stac-api/compare/v3.10.0...v3.11.0
503504
[3.10.0]: https://github.com/stac-utils/stac-api/compare/v3.9.0...v3.10.0
504505
[3.9.0]: https://github.com/stac-utils/stac-api/compare/v3.8.0...v3.9.0
505506
[3.8.0]: https://github.com/stac-utils/stac-api/compare/v3.7.0...v3.8.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ Currently, stac-server supports the following specifications:
9090
- Sort Extension
9191
- Fields Extension
9292
- Query Extension
93-
- Filter Extension
93+
- Filter Extension (conformance classes "Basic CQL2", "CQL2 JSON", "Basic Spatial Functions", and
94+
"Basic Spatial Functions with additional Spatial Literals", and
95+
the "in" and "between" predicates from "Advanced Comparison Operators")
9496
- Transaction Extension
9597
- Aggregation Extension (experimental)
9698

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "stac-server",
33
"description": "A STAC API running on stac-server",
4-
"version": "3.10.0",
4+
"version": "3.11.0",
55
"repository": "https://github.com/stac-utils/stac-server",
66
"author": "Alireza Jazayeri, Matthew Hanson, Sean Harkins, Phil Varner",
77
"license": "MIT",

0 commit comments

Comments
 (0)