Releases: NASA-IMPACT/veda-backend
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
v13.0.0
v12.0.0
v12.0.0 (2025-06-26)
Features
Breaking
- Cognito auth removed
- Keycloak auth added
- Rio-tiler v06 to v07 https://cogeotiff.github.io/rio-tiler/migrations/v7_migration/
Upgraded
- Core titiler v0.18 to <v0.2. https://github.com/developmentseed/titiler/blob/main/CHANGES.md#0190-2024-11-07
- Python upgraded from v3.11 to v3.12
Changed
- Database VPC subnet selection override removed
- Unit test step in deployment action can now be suppressed with an environment variable
Detailed Changes: v11.0.1-rc.5...v12.0.0