You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
8
8
9
9
### Added
10
10
11
+
### Changed
12
+
13
+
## [v3.6.0] - 2025-03-25
14
+
15
+
### Added
16
+
11
17
- If a validation error occurs in recursive mode only show the invalid items unless verbose mode is on. [#243](https://github.com/stac-utils/stac-validator/pull/243)
12
18
- Added ability to validate extensions of Collections [#243](https://github.com/stac-utils/stac-validator/pull/243)
13
19
- Improve error reporting through use of [best_match](https://python-jsonschema.readthedocs.io/en/stable/errors/#best-match-and-relevance)[#243](https://github.com/stac-utils/stac-validator/pull/243)
@@ -226,7 +232,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
226
232
- With the newest version - 1.0.0-beta.2 - items will run through jsonchema validation before the PySTAC validation. The reason for this is that jsonschema will give more informative error messages. This should be addressed better in the future. This is not the case with the --recursive option as time can be a concern here with larger collections.
227
233
- Logging. Various additions were made here depending on the options selected. This was done to help assist people to update their STAC collections.
0 commit comments