Releases: NASA-IMPACT/veda-backend
v1.1.0-rc.94
v1.1.0-rc.94 (2025-01-10)
Bug Fixes
Co-authored-by: Jennifer Tran 12633533+botanical@users.noreply.github.com
Detailed Changes: v1.1.0-rc.93...v1.1.0-rc.94
v1.1.0-rc.93
v1.1.0-rc.92
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
v1.1.0-rc.91
v8.1.0
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
-
Adds a new custom colormap option to the raster-api because the source
parameter definitions for this colormap are too long for the production
firewall restrictions. Why: #441 -
Add support to disable default API Gateway endpoints. Why: Prevent
Users from Bypassing CloudFront to Invoke API Gateway
Directly (1d2d8fd
)
v1.1.0-rc.90
v1.1.0-rc.90 (2024-10-23)
Bug Fixes
- fix: lint (
da2d01e
)
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
)
v1.1.0-rc.89
v1.1.0-rc.89 (2024-10-23)
Features
- feat(raster): added new soil texture colormap (#442)
Issue
What/Why?
Add a custom colormap to titiler for soil texture datasets. The source
parameter definition of the color mappings would otherwise be too long
for firewall restrictions.
Testing?
I ran the titiler locally and previewed the results for one soil texture
COG.
(b633276
)
- feat(raster): added new soil texture colormap (
c84d1d0
)