@@ -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
4756Compliant 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