File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] - TBD
8+ ## [ 0.1.0 ] - 2022-10-06
99
1010### Added
1111
12+ - Validation for Filter Extension
1213- Validation that using the ` ids ` parameter does not override all other parameters, as was the behavior
1314 prior to v1.0.0-beta.1.
1415- Add validation that the footprint of each Item returned from Item Search intersects the AOI provided
@@ -24,8 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425
2526### Fixed
2627
28+ - Fixed failure when POST validations were run but server did not support POST.
2729- Fixed validation of ` service-desc ` link rel type and use in Accept and Content-Type header.
2830
31+ ## [ 0.0.3] - 2022-09-30
32+
33+ ### Added
34+
35+ - Validate items link rel
36+
37+ ### Fixed
38+
39+ - Checks for some limits were incorrect, so removing these until they can be properly implemented
40+
2941## [ 0.0.2] - 2022-09-26
3042
3143### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.0.3 "
3+ version = " 0.1.0 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/philvarner/stac-api-validator"
99repository = " https://github.com/philvarner/stac-api-validator"
1010documentation = " https://stac-api-validator.readthedocs.io"
1111classifiers = [
12- " Development Status :: 3 - Alpha " ,
12+ " Development Status :: 4 - Beta " ,
1313]
1414
1515[tool .poetry .urls ]
You can’t perform that action at this time.
0 commit comments