You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,5 @@
10
10
11
11
-[ ] This PR is made against the dev branch (all proposed changes except releases should be against dev, not master).
12
12
-[ ] This PR has **no** breaking changes.
13
+
-[ ] This PR does not make any changes to the core spec in the `stac-spec` directory (these are included as a subtree and should be updated directly in [radiantearth/stac-spec](https://github.com/radiantearth/stac-spec))
13
14
-[ ] I have added my changes to the [CHANGELOG](https://github.com/radiantearth/stac-api-spec/blob/dev/CHANGELOG.md)**or** a CHANGELOG entry is not required.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-2
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,39 @@ 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
-
## [Unreleased][]
7
+
## [Unreleased]
8
8
9
-
## [v1.0.0-beta.1][] - 2020-12-10
9
+
### Added
10
+
11
+
### Changed
12
+
13
+
### Deprecated
14
+
15
+
### Removed
16
+
17
+
### Fixed
18
+
19
+
## [v1.0.0-beta.2] - 2020-06-01
20
+
21
+
### Added
22
+
- Added Filter extension to integrate OAFeat Part 3 CQL
23
+
- Catalog and Collection definitions now have required field "type"
24
+
- Added recommendation to enable CORS for public APIs
25
+
26
+
### Changed
27
+
- Updated all STAC versions to 1.0.0
28
+
- Passing the `ids` parameter to an item search does not deactivate other query parameters [#125](https://github.com/radiantearth/stac-api-spec/pull/125)
29
+
- The first extent in a Collection is always the overall extent, followed by more specific extents. [opengeospatial/ogcapi-features#520](https://github.com/opengeospatial/ogcapi-features/pull/520)
30
+
31
+
### Deprecated
32
+
- Query extension is now deprecated. Replaced by the Filter extension using OGC CQL.
33
+
34
+
### Removed
35
+
36
+
### Fixed
37
+
- Updated text description of root ('/') endpoint (also called landing page) that the return type is a Catalog
38
+
39
+
## [v1.0.0-beta.1] - 2020-12-10
10
40
11
41
### Added
12
42
- The landing page returns the conformance classes in a property `conformsTo`, which mirrors `GET /conformances` from OGC APIs.
@@ -42,3 +72,4 @@ for STAC API releases prior to or equal to version 0.9.0.
0 commit comments