Skip to content

Commit df9b7b9

Browse files
committed
changelog updates
1 parent 4f551b3 commit df9b7b9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
- **Commons extension**: The previous 'Collections' extension is now the 'Commons' extension and allows an Item to inherit properties from it's Collection.
2121
- **Datetime-range extension**: Extension for providing start and end datetimes.
2222
- **Scientific extension**: Extension for providings links to scientific publications relating to the data.
23-
- **rel types**: A list of supported 'rel' types are provided for use when specifying links.
23+
- **rel types**: A list of supported 'rel' types are provided for use when specifying links, 'derived_from' and 'license' types added.
2424
- **eo:constellaion**: A new field in the EO specification to specify a grouping of platforms.
2525
- **stac_version**: The stac_version field is required on all Catalogs (and Collections)
26+
- **JSON schemas**: Added JSON schemas where they were missing.
2627

2728
### Changed
29+
- **Endpoints**: Main catalog endpoint at /stac, search endpoint now at /stac/search
2830
- **eo:bands**: The eo:bands field is now an array rather than a dictionary, and has been moved inside of 'properties' in a STAC Item.
2931
- **Catalog fields**: Catalogs have a smaller number of basic fields: id, stac_version, title (optional), description, and links. The new Collections type contains additional fields.
32+
- **links**: The links fields are now an array rather than a dictionary.
33+
- **properties**: Fields with the data type array or objects are allowed inside the `properties` in a STAC Item.
34+
- **description**: Description fields now allow formatting with CommonMark.
35+
- **assets**: Fields changed names: name to title and mime_type to type.
36+
37+
### Removed:
38+
* **provider**: Provider field in Items got removed. Use Collections instead.
39+
* **license**: License field in Items got removed. Use Collections instead.
3040

3141

3242
## [v0.5.2] - 2018-07-12

0 commit comments

Comments
 (0)