Skip to content

Commit 8ffa2e8

Browse files
committed
update CHANGELOG
1 parent 54afb94 commit 8ffa2e8

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2021-07-06
10+
911
### Added
1012
- Added conformsTo to root catalog
1113
- Added geo_point mapping to items -> properties -> epsg:centroid
1214

15+
### Fixed
16+
- Array GET parameters can now be comma-delimited, as per spec
17+
- Collections link rel type changed to `data`
18+
- Added required rel=search links in root
19+
- Geometry now properly being serialized
20+
1321
### Changed
1422
- Elasticsearch version update 6.8 -> 7.9
1523
- Enforce only HTTPS access
1624
- Migrate base configuration from t2.small -> t3.small instances
1725
- Updated integration tests to use more update STAC 1.0.0 spec
26+
- Some fields, such as assets and links, are now excluded from indexing
1827

1928
## [0.2.1] - 2020-12-14
2029

@@ -46,7 +55,7 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
4655

4756
Compliant with STAC 0.9.0
4857

49-
[Unreleased]: https://github.com/stac-utils/stac-api/compare/0.2.1...main
50-
[0.2.1]: https://github.com/stac-utils/stac-api/compare/0.1.0...0.2.1
51-
[0.2.0]: https://github.com/stac-utils/stac-api/compare/0.1.0...0.2.0
52-
[0.1.0]: https://github.com/stac-utils/stac-api/tree/0.1.0
58+
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v0.2.1...main
59+
[0.2.1]: https://github.com/stac-utils/stac-api/compare/v0.1.0...v0.2.1
60+
[0.2.0]: https://github.com/stac-utils/stac-api/compare/v0.1.0...v0.2.0
61+
[0.1.0]: https://github.com/stac-utils/stac-api/tree/v0.1.0

0 commit comments

Comments
 (0)