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
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ 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
+
## [Unreleased]
8
+
9
+
### Changed
10
+
11
+
- Split the `--recursive` option into a `--recursive` flag and a `--max-depth` option
12
+
- Renamed the entry point from `stac_validator` to `stac-validator`
13
+
7
14
## [v2.4.2] - 2022-03-02
8
15
### Changed
9
16
@@ -81,7 +88,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
81
88
- stac versions where a `stac_version` field is not present are
82
89
no longer supported.
83
90
84
-
## [1.0.0] - 2020-09-01
91
+
## [v1.0.1] - 2020-09-01
85
92
86
93
### Added
87
94
@@ -106,3 +113,15 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
106
113
- Updated core validation to use validation from pystac instead of jsonchema.
107
114
- 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.
108
115
- 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