Releases: NASA-IMPACT/veda-backend
v14.0.0-rc.2
v14.0.0
v14.0.0 (2025-08-22)
Bug Fixes
-
db: Remove custom collection id search UDF (
449ed67
) -
stac-api: Remove deprecated collection id search endpoints (
c751098
)
Features
-
stac-api: Add collection search (
cfc3a71
) -
tests: Modifications to docker compose and tests for pgstac upgrade (
b7e4ae6
)
Detailed Changes: v13.0.0...v14.0.0
v14.0.0-rc.1
v12.0.0-rc.7
v12.0.0-rc.7 (2025-08-21)
Bug Fixes
Co-authored-by: Jennifer Tran [email protected]
Co-authored-by: Alexandra Kirk [email protected]
Co-authored-by: Saadiq Mohiuddin [email protected]
Detailed Changes: v12.0.0-rc.6...v12.0.0-rc.7
v12.0.0-rc.6
v12.0.0-rc.6 (2025-08-14)
Features
Issue
What?
-
Adds the Collection Search functionality to STAC API
-
Slight refactor to api configuration to better align with example app in stac-fastapi.pgstac
-
tests: Modifications to docker compose and tests for pgstac upgrade (
c7093fb
)
Detailed Changes: v12.0.0-rc.5...v12.0.0-rc.6
v12.0.0-rc.5
v12.0.0-rc.5 (2025-08-08)
Bug Fixes
-
db: Remove custom collection id search UDF (
cec49b4
) -
stac-api: Remove deprecated collection id search (#509,
1878329
)
What Remove the deprecated (and hidden) collection id search endpoints from stac-api in anticipation of enabling stac-fastapi collection search in #495
Testing?
-
STAC Tests run against local docker build
-
stac-api: Remove deprecated collection id search endpoints (
5628ef2
)
Detailed Changes: v12.0.0-rc.4...v12.0.0-rc.5
v12.0.0-rc.4
v12.0.0-rc.4 (2025-08-06)
Bug Fixes
- Use replace deprecated custom json serialization with default pydantic v2 model_config (#501,
c654b4c
)
Issue #474
What? removes the json_loads and json_dumps parameters from the ConfigDict and uses default model_config
Why? it is no longer supported by Pydantic V2
Detailed Changes: v12.0.0-rc.3...v12.0.0-rc.4
v12.0.0-rc.3
v12.0.0-rc.3 (2025-08-06)
Bug Fixes
Issue
What?
Update dynamically rendered titiler map links to include required tile matrix set id.
Why?
to accomodate changes in titiler v0.19.0
Detailed Changes: v12.0.0-rc.2...v12.0.0-rc.3
v12.0.0-rc.2
v12.0.0-rc.2 (2025-07-23)
Bug Fixes
Issue
stac-utils/stac-fastapi-pgstac#262 NASA-IMPACT/veda-architecture#632
What?
- Upgrade stac-fastapi.pgstac to root_path fix version to resolve duplicated root path in self and next links.
Testing?
- Deployed to test instance and confirmed that dynamic urls do not contain duplicated paths.
Detailed Changes: v12.0.0-rc.1...v12.0.0-rc.2
v13.0.0-patch.1 (patch for pagination bug)
What Changed
Fixed
- Temporary patch to address bug that duplicates root path in some links (stac-utils/stac-fastapi-pgstac#262)
Full Changelog: v12.0.0-rc.1...v13.0.0-patch.1