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.
2 parents caf39a5 + a8c6060 commit e512330Copy full SHA for e512330
CHANGELOG.md
@@ -1,8 +1,12 @@
1
2
## Unreleased
3
4
+## 3.3.0 (2025-05-29)
5
+
6
- Add validation for collection's spatial intervals
7
- Add validation for collection's time intervals
8
+- Move `validate_bbox`, `validate_datetime` and `str_to_datetimes` functions from `api.search` to `shared` sub-module
9
+- Improve `bbox` validation for Antimeridian crossing bbox
10
11
## 3.2.0 (2025-03-20)
12
stac_pydantic/version.py
@@ -1,5 +1,5 @@
"""stac-pydantic and STAC spec versions."""
-__version__ = "3.2.0"
+__version__ = "3.3.0"
STAC_VERSION = "1.0.0"
0 commit comments