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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
7
## [Unreleased]
8
8
9
+
## [v3.4.0] - 2024-10-08
10
+
9
11
### Added
10
12
11
13
- Added ability to validate response from a /collections endpoint [#220](https://github.com/stac-utils/stac-validator/issues/220)
12
14
- Added mypy to pre-commit config ([#229](https://github.com/stac-utils/stac-validator/pull/224))
15
+
- Support for stac spec version 1.1.0 [#235](https://github.com/stac-utils/stac-validator/pull/235)
13
16
14
17
## [v3.3.2] - 2023-11-17
15
18
@@ -204,7 +207,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
204
207
- 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.
205
208
- 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