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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - TBD
8
+ ## [ 0.1.0 ] - 2022-10-06
9
9
10
10
### Added
11
11
12
+ - Validation for Filter Extension
12
13
- Validation that using the ` ids ` parameter does not override all other parameters, as was the behavior
13
14
prior to v1.0.0-beta.1.
14
15
- 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
24
25
25
26
### Fixed
26
27
28
+ - Fixed failure when POST validations were run but server did not support POST.
27
29
- Fixed validation of ` service-desc ` link rel type and use in Accept and Content-Type header.
28
30
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
+
29
41
## [ 0.0.2] - 2022-09-26
30
42
31
43
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.0.3 "
3
+ version = " 0.1.0 "
4
4
description = " STAC API Validator"
5
5
authors = [
" Phil Varner <[email protected] >" ]
6
6
license = " Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/philvarner/stac-api-validator"
9
9
repository = " https://github.com/philvarner/stac-api-validator"
10
10
documentation = " https://stac-api-validator.readthedocs.io"
11
11
classifiers = [
12
- " Development Status :: 3 - Alpha " ,
12
+ " Development Status :: 4 - Beta " ,
13
13
]
14
14
15
15
[tool .poetry .urls ]
You can’t perform that action at this time.
0 commit comments