File tree 3 files changed +21
-7
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ 0.6.3] - 2024-10-07
11
21
22
+ ### Added
23
+
12
24
- Allow generic auth headers ([ #392 ] ( https://github.com/stac-utils/stac-api-validator/pull/392 ) )
13
25
14
26
## [ 0.6.2] - 2024-04-29
@@ -165,7 +177,9 @@ Release is primarily to publish to Read the Docs as a version.
165
177
166
178
- Fixed issue with item-search validation relying on collections behavior
167
179
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
169
183
[ 0.6.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.2
170
184
[ 0.6.1 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.1
171
185
[ 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
100
100
101
101
Usage:
102
102
103
- ```
103
+ ``` text
104
104
Usage: stac-api-validator [OPTIONS]
105
105
106
106
STAC API Validator.
@@ -132,7 +132,7 @@ the specified collection.
132
132
133
133
Example:
134
134
135
- ```
135
+ ``` shell
136
136
stac-api-validator \
137
137
--root-url https://planetarycomputer.microsoft.com/api/stac/v1/ \
138
138
--conformance core \
@@ -144,7 +144,7 @@ stac-api-validator \
144
144
145
145
Example output:
146
146
147
- ```
147
+ ``` text
148
148
Validating https://cmr.earthdata.nasa.gov/stac/LARC_ASDC ...
149
149
STAC API - Core conformance class found.
150
150
STAC API - Item Search conformance class found.
@@ -160,7 +160,7 @@ errors:
160
160
161
161
Example with authorization using parameters:
162
162
163
- ```
163
+ ``` shell
164
164
stac-api-validator --root-url https://api.radiant.earth/mlhub/v1 --conformance core --auth-query-parameter ' key=xxx'
165
165
```
166
166
@@ -174,7 +174,7 @@ validate conformance.
174
174
175
175
Full instructions are available at the link above, but the simplest way to run this is with:
176
176
177
- ```
177
+ ``` shell
178
178
docker run -p 8081:8080 ogccite/ets-ogcapi-features10
179
179
```
180
180
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.6.3 "
3
+ version = " 0.6.4 "
4
4
description = " STAC API Validator"
5
5
authors = [" Phil Varner <phil@philvarner.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments