We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6648d commit 8b7881bCopy full SHA for 8b7881b
CHANGELOG.txt
@@ -8,6 +8,8 @@
8
- Enforce required `type` key for `Collection` and `Catalog` models
9
- Add queryables link relation type (#123, @constantinius)
10
- Fix STAC API Query Extension operator names from ne->neq, le->lte, and ge->gte (#120, @philvarner)
11
+- Better **datetime** parsing/validation by using Pydantic native types and remove `ciso8601` requirement (#131, @eseglem)
12
+- move datetime validation in `StacCommonMetadata` model definition (#131, @eseglem)
13
14
3.0.0 (2024-01-25)
15
------------------
0 commit comments