Skip to content

v1.1.0-rc.81

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 21:30
· 39 commits to develop since this release
d6aedd7

v1.1.0-rc.81 (2024-08-23)

Chore

  • chore: remove moto from setup. leave in requirements_dev (#421) (72f446a)

Feature

  • feat: remove cloudfront distribution and custom alternate domain from backend (#422)

Issue

#403
#221

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)