Releases: NASA-IMPACT/veda-backend
v1.1.0-rc.85
v1.1.0-rc.85 (2024-10-03)
Feature
- feat(raster-api): new colormap for NLCD data (#433)
Issue
What?
This PR adds a new colormap for NLCD data (nlcd
) and documents how the
colormap was created.
Why?
- The colormap definition for the categorical NLCD data was too long to
bypass firewall url parameter length rules
Testing?
- See linked issue (
96f2830
)
- feat(raster-api): new colormap for NLCD data (
fd7eeb7
)
v1.1.0-rc.84
v1.1.0-rc.83
v1.1.0-rc.83 (2024-09-27)
Fix
- fix: update stac_api_url and raster_api_url properties to check correct variables (#431)
What? / Why?
- Update the condition to check the correct variable
Testing?
- Deployed to UAH dev for testing (
675268b
)
-
fix: update condition in veda_raster_api_cf_url to check for raster_root_path and update config vars in ingest-api (
8ebddec
) -
fix: remove stac and raster cloudfront url properties altogether (
6b7f75a
) -
fix: update variable names (
183bdd0
) -
fix: lambda env config (
343bf54
) -
fix: update stac_api_url and raster_api_url properties to default to using apigw (
66d8d2b
)
v1.1.0-rc.82
v1.1.0-rc.82 (2024-09-25)
Test
- test: Fix transaction unit tests (#425)
Co-authored-by: Vincent Sarago <[email protected]>
Co-authored-by: smohiudd <[email protected]> (e53f81b
)
v1.1.0-rc.81
v1.1.0-rc.81 (2024-08-23)
Chore
Feature
- feat: remove cloudfront distribution and custom alternate domain from backend (#422)
Issue
What + Why
- Remove cloudfront distribution CDK from veda-backend because it's now
managed in veda-routes - Update values passed into ingestor config to derive endpoint values
using the custom host and stac and raster API root paths - Remove configuration and support for hosting duplicate stac and raster
apis as alternative domains.
Testing?
Deployed to UAH (d6aedd7
)
-
feat: update readme to include veda-routes (
4c0628d
) -
feat: remove alternate domain support (
4b18b20
) -
feat: remove cloudfront distribution from backend (
cc74726
)
Fix
-
fix: fall back to using api gateway url (
8735f45
) -
fix: typing (
d5d307f
) -
fix: create properties for stac and raster api url inference for ingest (
6352853
) -
fix: formatting (
545070c
) -
fix: fix base api url (
f0e0884
) -
fix: fix markdown formatting (
06b1372
) -
fix: remove unused imports (
0cc613c
) -
fix: lint (
5e2705a
)
v7.2.0
v7.2.0 (2024-08-20)
Chore
Feature
- feat(release): merge dev into main, update domain names to support multiple domain names for prod, Improve raster integration tests, remove moto from setup. leave in requirements_dev (#423)
🪙 Changed/Updated
- chore: Improve raster integration tests
#397 - chore: remove moto from setup. leave in requirements_dev
#421
🩹 Fixed
Authors
- Co-authored-by: Jennifer Tran - Co-authored-by: Stephen Kilbourn(fbe0fc1
)
v1.1.0-rc.80
v1.1.0-rc.79
v7.1.0
v7.1.0 (2024-08-14)
Feature
- feat(release): support transactions with validation and authentication (#378), add auth requirements install for ingest-api tests (#415), update .example.env and README (#412) (#416)
✨ Added
🪙 Changed/Updated
🩹 Fixed
- fix: add auth requirements install for ingest-api tests #415
- fix: address dependabot alert 4 #414
- fix: output stac bucket name not host #417
Authors
- Co-authored-by: Slesa Adhikari
- Co-authored-by: Sandra Hoang
- Co-authored-by: Alexandra Kirk
- Co-authored-by: Ciaran Sweet
v1.1.0-rc.78
v1.1.0-rc.78 (2024-08-14)
Chore
- chore: Make pypgstac an ENV in dockerfile (#404)
Issue
What?
Make pypgstac and ENV var in dockerfile
Why?
- Description of why the changes were made
Testing?
Deployed without any errors to http://monitor.openveda.cloud/ (96a336f
)