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
@@ -38,13 +41,13 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
38
41
39
42
## [v3.2.0] - 2022-09-20
40
43
41
-
### Added
42
-
44
+
### Added
45
+
43
46
- Added ability to check local schemas in item extensions https://github.com/stac-utils/stac-validator/pull/215
44
47
- Added an example on validating a dictionary https://github.com/stac-utils/stac-validator/pull/215
45
48
46
49
### Changed
47
-
50
+
48
51
- Changed 'ValidationError' error type to 'JSONSchemaValidationError' https://github.com/stac-utils/stac-validator/pull/213
49
52
50
53
## [v3.1.0] - 2022-04-28
@@ -83,32 +86,38 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
83
86
- References to Python 3.6
84
87
85
88
## [v2.5.0] - 2022-03-10
89
+
86
90
### Changed
87
91
88
92
- Split the `--recursive` option into a `--recursive` flag and a `--max-depth` option
89
93
- Renamed the entry point from `stac_validator` to `stac-validator`
90
94
91
95
## [v2.4.3] - 2022-03-10
96
+
92
97
### Changed
93
98
94
-
- Add schema caching
99
+
- Add schema caching
95
100
96
101
## [v2.4.2] - 2022-03-02
102
+
97
103
### Changed
98
104
99
-
- Loosen pystac version dependency
105
+
- Loosen pystac version dependency
100
106
101
107
## [v2.4.1] - 2022-03-02
108
+
102
109
### Changed
103
110
104
-
- Loosen stac-check version dependency
111
+
- Loosen stac-check version dependency
105
112
106
113
## [v2.4.0] - 2022-02-02
114
+
107
115
### Added
108
116
109
-
- Linting option in cli to display stac-check generated information
117
+
- Linting option in cli to display stac-check generated information
110
118
111
119
## [v2.3.0] - 2021-08-31 - 2021-11-28
120
+
112
121
### Added
113
122
114
123
- Added --links option to validate links on format and a valid response
@@ -125,6 +134,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
125
134
- Moved backend to validate.py
126
135
127
136
## [v2.2.0] - 2021-05-25
137
+
128
138
### Added
129
139
130
140
- Added Support for STAC 1.0.0
@@ -133,17 +143,18 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
133
143
134
144
### Changed
135
145
136
-
- Moved std out to cli so that it doesn't display in pure python applications
137
-
- Added Pypi badges to readme
138
-
146
+
- Moved std out to cli so that it doesn't display in pure python applications
147
+
- Added Pypi badges to readme
148
+
139
149
## [v2.1.0] - 2021-05-06
150
+
140
151
### Added
141
152
142
153
- Added more tests for STAC 1.0.0-rc.3
143
154
- Added basic support for rc.4
144
155
- Add system exit code to CLI. see #144
145
156
146
-
### Changed
157
+
### Changed
147
158
148
159
- Modified how Lambda CDK is built
149
160
@@ -160,7 +171,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
160
171
161
172
### Changed
162
173
163
-
- Pystac is now only being used to identify stac objects. Jsonschema is being used for all other validation.
174
+
- Pystac is now only being used to identify stac objects. Jsonschema is being used for all other validation.
164
175
- The cli library was changed from Docopt to Click.
165
176
- Custom validation was updated to allow for local schemas.
166
177
@@ -196,24 +207,25 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
196
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.
197
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