We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbf784 commit ed2d2f3Copy full SHA for ed2d2f3
CHANGELOG.md
@@ -1,6 +1,8 @@
1
2
## Unreleased
3
4
+- Fix `Search` validation when `datetime` is `None` (#165, @gadomski)
5
+
6
## 3.1.3 (2024-10-14)
7
8
- Add optional `numberMatched` and `numberReturned` to `api.collections.Collections` model to match the OGC Common part2 specification
@@ -121,18 +123,15 @@
121
123
- Add option to skip validation of remote extensions (#16)
122
124
- Add helper function for item validation (#17)
125
-
126
## 1.0.3 (2020-06-03)
127
128
- Bugfixes (#10)
129
- Add rel types enum (#11)
130
131
## 1.0.2 (2020-06-02)
132
133
- Add models for the STAC API spec (#7)
134
135
136
## 1.0.1 (2020-05-21)
137
138
- Allow extra asset-level fields (#1)
0 commit comments