Skip to content

Releases: NASA-IMPACT/veda-backend

v9.0.0

18 Feb 14:11
55bb64e
Compare
Choose a tag to compare

v9.0.0 (2025-02-18)

Features

  • release: Dependency upgrades and new colormap (#461, 55bb64e)

Changed

  • Python 3.9 to 3.11 upgrade
  • Pydantic>2 and associated package upgrades

Breaking

  • Pydantic upgrades require migrating pgstac version to 0.8.5

Added

  • New custom surface temperature colormap (st_cmap) added to raster api

Detailed Changes: v8.3.0-rc.1...v9.0.0

v8.3.0-rc.1

17 Feb 19:35
4480b3a
Compare
Choose a tag to compare
v8.3.0-rc.1 Pre-release
Pre-release

v8.3.0-rc.1 (2025-02-17)


Detailed Changes: v8.2.0...v8.3.0-rc.1

v1.1.0-rc.95

14 Feb 15:42
b9ba96c
Compare
Choose a tag to compare
v1.1.0-rc.95 Pre-release
Pre-release

v1.1.0-rc.95 (2025-02-14)

Features


Detailed Changes: v1.1.0-rc.94...v1.1.0-rc.95

v1.1.0-rc.94

10 Jan 01:45
c402653
Compare
Choose a tag to compare
v1.1.0-rc.94 Pre-release
Pre-release

v1.1.0-rc.94 (2025-01-10)

Bug Fixes

Co-authored-by: Jennifer Tran [email protected]


Detailed Changes: v1.1.0-rc.93...v1.1.0-rc.94

v1.1.0-rc.93

09 Jan 21:19
b36d071
Compare
Choose a tag to compare
v1.1.0-rc.93 Pre-release
Pre-release

v1.1.0-rc.93 (2025-01-09)

Bug Fixes

  • Cast stac url as string in collection exists validator (#453, b36d071)

Detailed Changes: v1.1.0-rc.92...v1.1.0-rc.93

v1.1.0-rc.92

03 Jan 20:25
Compare
Choose a tag to compare
v1.1.0-rc.92 Pre-release
Pre-release

v1.1.0-rc.92 (2025-01-03)

Bug Fixes

  • Sync db bootstrapper runtime versions == 3.11 (5ac2a38)

Detailed Changes: v1.1.0-rc.91...v1.1.0-rc.92

v8.2.0

04 Dec 19:10
b95f3fd
Compare
Choose a tag to compare

v8.2.0 (2024-12-04)

Features

  • release: Add cmap for tornado datasets (#448, b95f3fd)

Detailed Changes: v8.1.0...v8.2.0

v1.1.0-rc.91

02 Dec 22:51
3500e7c
Compare
Choose a tag to compare
v1.1.0-rc.91 Pre-release
Pre-release

v1.1.0-rc.91 (2024-12-02)

Features


Detailed Changes: v1.1.0-rc.90...v1.1.0-rc.91

v8.1.0

30 Oct 22:29
1d2d8fd
Compare
Choose a tag to compare

v8.1.0 (2024-10-30)

Features

  • feat(release): Support disabling default API Gateway endpoints and add custom soil-texture colormap to raster-api (#445)

Added in this release

v1.1.0-rc.90

23 Oct 20:09
aa3292e
Compare
Choose a tag to compare
v1.1.0-rc.90 Pre-release
Pre-release

v1.1.0-rc.90 (2024-10-23)

Bug Fixes

Features

  • feat: disable default api gateway endpoints (#443)

Issue

NASA-IMPACT/veda-architecture#452

What/Why

This disables the default API Gateway endpoints for the stac, raster,
and ingest APIs. Instead, access to the APIs should be done through the
custom domain endpoints.

Testing

Tested with my UAH jtran stack (aa3292e)

  • feat: add flag to disable default endpoints (7afc9ab)

  • feat: disable default api gateway endpoints (5da794d)