File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.4] - 2025-01-17
11+
12+ ### Added
13+
14+ - Ability to configure whether to open assets ([ #595 ] ( https://github.com/stac-utils/stac-api-validator/pull/595 ) )
15+
16+ ### Fixed
17+
18+ - HTTP headers to ** stac-validator** ([ #595 ] ( https://github.com/stac-utils/stac-api-validator/pull/595 ) )
19+
1020## [ 0.6.3] - 2024-10-07
1121
22+ ### Added
23+
1224- Allow generic auth headers ([ #392 ] ( https://github.com/stac-utils/stac-api-validator/pull/392 ) )
1325
1426## [ 0.6.2] - 2024-04-29
@@ -165,7 +177,9 @@ Release is primarily to publish to Read the Docs as a version.
165177
166178- Fixed issue with item-search validation relying on collections behavior
167179
168- [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.2...main
180+ [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.4...main
181+ [ 0.6.4 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.3..v0.6.4
182+ [ 0.6.3 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.2..v0.6.3
169183[ 0.6.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.2
170184[ 0.6.1 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.1
171185[ 0.6.0 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.0
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The current validity status of several popular STAC API implementations can be f
100100
101101Usage:
102102
103- ```
103+ ``` text
104104Usage: stac-api-validator [OPTIONS]
105105
106106 STAC API Validator.
@@ -132,7 +132,7 @@ the specified collection.
132132
133133Example:
134134
135- ```
135+ ``` shell
136136stac-api-validator \
137137 --root-url https://planetarycomputer.microsoft.com/api/stac/v1/ \
138138 --conformance core \
@@ -144,7 +144,7 @@ stac-api-validator \
144144
145145Example output:
146146
147- ```
147+ ``` text
148148Validating https://cmr.earthdata.nasa.gov/stac/LARC_ASDC ...
149149STAC API - Core conformance class found.
150150STAC API - Item Search conformance class found.
@@ -160,7 +160,7 @@ errors:
160160
161161Example with authorization using parameters:
162162
163- ```
163+ ``` shell
164164stac-api-validator --root-url https://api.radiant.earth/mlhub/v1 --conformance core --auth-query-parameter ' key=xxx'
165165```
166166
@@ -174,7 +174,7 @@ validate conformance.
174174
175175Full instructions are available at the link above, but the simplest way to run this is with:
176176
177- ```
177+ ``` shell
178178docker run -p 8081:8080 ogccite/ets-ogcapi-features10
179179```
180180
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.6.3 "
3+ version = " 0.6.4 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments