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
+19-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [v2.5.0] - 2022-03-10
8
+
### Changed
9
+
10
+
- Split the `--recursive` option into a `--recursive` flag and a `--max-depth` option
11
+
- Renamed the entry point from `stac_validator` to `stac-validator`
12
+
7
13
## [v2.4.3] - 2022-03-10
8
14
### Changed
9
15
@@ -86,7 +92,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
86
92
- stac versions where a `stac_version` field is not present are
87
93
no longer supported.
88
94
89
-
## [1.0.0] - 2020-09-01
95
+
## [v1.0.1] - 2020-09-01
90
96
91
97
### Added
92
98
@@ -111,3 +117,15 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
111
117
- Updated core validation to use validation from pystac instead of jsonchema.
112
118
- 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.
113
119
- 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