Skip to content

Commit 246aed6

Browse files
authored
release: v0.6.4 (#610)
1 parent 4dfe730 commit 246aed6

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The current validity status of several popular STAC API implementations can be f
100100

101101
Usage:
102102

103-
```
103+
```text
104104
Usage: stac-api-validator [OPTIONS]
105105
106106
STAC API Validator.
@@ -132,7 +132,7 @@ the specified collection.
132132

133133
Example:
134134

135-
```
135+
```shell
136136
stac-api-validator \
137137
--root-url https://planetarycomputer.microsoft.com/api/stac/v1/ \
138138
--conformance core \
@@ -144,7 +144,7 @@ stac-api-validator \
144144

145145
Example output:
146146

147-
```
147+
```text
148148
Validating https://cmr.earthdata.nasa.gov/stac/LARC_ASDC ...
149149
STAC API - Core conformance class found.
150150
STAC API - Item Search conformance class found.
@@ -160,7 +160,7 @@ errors:
160160

161161
Example with authorization using parameters:
162162

163-
```
163+
```shell
164164
stac-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

175175
Full instructions are available at the link above, but the simplest way to run this is with:
176176

177-
```
177+
```shell
178178
docker run -p 8081:8080 ogccite/ets-ogcapi-features10
179179
```
180180

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <phil@philvarner.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)