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-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
7
7
## [Unreleased]
8
8
9
9
10
+
## [v3.9.1] - 2025-06-13
11
+
12
+
### Added
13
+
-`failed_schema` field to error messages for easier error handling [#260](https://github.com/stac-utils/stac-validator/pull/260)
14
+
-`recommendation` field to --verbose mode [#260](https://github.com/stac-utils/stac-validator/pull/260)
15
+
10
16
## [v3.9.0] - 2025-06-13
11
17
12
18
### Added
@@ -266,7 +272,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
266
272
- 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.
267
273
- 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