Skip to content

Commit 0e68f5a

Browse files
author
Phil Varner
committed
prep release 0.3.0
1 parent 27634fc commit 0e68f5a

File tree

4 files changed

+2046
-810
lines changed

4 files changed

+2046
-810
lines changed

CHANGELOG.md

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

8-
## [Unreleased] - TBD
8+
## [v0.3.0] - 2023-04-17
99

1010
- Add `/aggregations` endpoint and required `aggregations` parameter
1111

1212
## [v0.2.0] - 2022-12-19
1313

1414
- Many changes
1515

16-
[Unreleased]: <https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..main>
16+
[Unreleased]: <https://github.com/stac-api-extensions/aggregation/compare/v0.3.0..main>
17+
[v0.3.0]: <https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..v0.3.0>
1718
[v0.2.0]: <https://github.com/stac-api-extensions/aggregation/tree/v0.2.0>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- **Title:** Aggregation
44
- **OpenAPI specification:** TBD
55
- **Conformance Classes:**
6-
- <https://api.stacspec.org/v0.2.0/aggregation>
6+
- <https://api.stacspec.org/v0.3.0/aggregation>
77
- **Scope:** STAC API - Core
88
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Proposal
99
- **Dependencies:**
@@ -33,8 +33,8 @@ similarly to how the queryables endpoint is used in the Filter Extension. These
3333
the `aggregations` parameter to `/aggregate` to restrict the aggregations performed.
3434

3535
Other STAC API Extensions, notably Query and Filter, can be advertised
36-
with <https://api.stacspec.org/v0.2.0/aggregation#query> and
37-
<https://api.stacspec.org/v0.2.0/aggregation#filter>.
36+
with <https://api.stacspec.org/v0.3.0/aggregation#query> and
37+
<https://api.stacspec.org/v0.3.0/aggregation#filter>.
3838

3939
For the links in both landing page (`/`) and collection (`/collections/{collectionId}`), it is
4040
**required** to add a link with the `rel` value set to `aggregate` that refers to the relevant

0 commit comments

Comments
 (0)