Skip to content

Releases: NASA-IMPACT/veda-backend

v14.0.0-rc.2

15 Sep 15:10
d665143
Compare
Choose a tag to compare
v14.0.0-rc.2 Pre-release
Pre-release

v14.0.0-rc.2 (2025-09-15)

Bug Fixes


Detailed Changes: v14.0.0-rc.1...v14.0.0-rc.2

v14.0.0

22 Aug 19:37
Compare
Choose a tag to compare

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

22 Aug 19:48
6797366
Compare
Choose a tag to compare
v14.0.0-rc.1 Pre-release
Pre-release

v14.0.0-rc.1 (2025-08-22)


Detailed Changes: v12.0.0-rc.7...v14.0.0-rc.1

v12.0.0-rc.7

21 Aug 23:04
404c2b5
Compare
Choose a tag to compare
v12.0.0-rc.7 Pre-release
Pre-release

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

14 Aug 18:09
52b0ba9
Compare
Choose a tag to compare
v12.0.0-rc.6 Pre-release
Pre-release

v12.0.0-rc.6 (2025-08-14)

Features

  • stac-api: Enable collection search extension (#503, 52b0ba9)

Issue

#495

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

08 Aug 17:19
1878329
Compare
Choose a tag to compare
v12.0.0-rc.5 Pre-release
Pre-release

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

06 Aug 22:05
c654b4c
Compare
Choose a tag to compare
v12.0.0-rc.4 Pre-release
Pre-release

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

06 Aug 20:38
3aa94a1
Compare
Choose a tag to compare
v12.0.0-rc.3 Pre-release
Pre-release

v12.0.0-rc.3 (2025-08-06)

Bug Fixes

  • Include tileMatrixSetId in STAC Item map links (#502, 3aa94a1)

Issue

#494

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

23 Jul 21:11
9a42fd1
Compare
Choose a tag to compare
v12.0.0-rc.2 Pre-release
Pre-release

v12.0.0-rc.2 (2025-07-23)

Bug Fixes

  • stac: Resolve duplicated root path bug (#498, 9a42fd1)

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)

03 Jul 17:24
bb27bdb
Compare
Choose a tag to compare

What Changed

Fixed

Full Changelog: v12.0.0-rc.1...v13.0.0-patch.1