Skip to content

Releases: NASA-IMPACT/veda-backend

v1.1.0-rc.77

08 Aug 15:53
69e8227
Compare
Choose a tag to compare
v1.1.0-rc.77 Pre-release
Pre-release

v1.1.0-rc.77 (2024-08-08)

Fix

v1.1.0-rc.76

07 Aug 15:20
b8ac115
Compare
Choose a tag to compare
v1.1.0-rc.76 Pre-release
Pre-release

v1.1.0-rc.76 (2024-08-07)

Feature

  • feat: deterministic outputs of service urls (#411) (b8ac115)

v1.1.0-rc.75

06 Aug 15:45
aa25442
Compare
Choose a tag to compare
v1.1.0-rc.75 Pre-release
Pre-release

v1.1.0-rc.75 (2024-08-06)

Documentation

  • docs: update .example.env and README (#412) (dbeb069)

Feature

  • feat: support transactions with validation and authentication (#378)

Issue

#295

What?

  • Add transactions extensions from -
    #276
  • Add bulk transactions extension
  • Add authentication for all transactions PUT POST endpoints
  • Add authentication to openapi docs
  • Add request validation to all all transactions PUT POST endpoints

Why?

  • To allow stac editing (collection and item) + enable stac-admin

Testing?

TODO

  • Refactor the way env vars are used
  • Remove temporary workflow
  • Fix failing tests
  • Use pystac instead of stac_pydantic
  • Make transactions a feature flag
  • Package auth?
    - [ ] Tests (to be handled in a separate
    ticket
    ) (3b4b495)

Fix

  • fix: add auth requirements install for ingest-api tests (#415) (aa25442)

v7.0.0

01 Aug 17:58
cdb0370
Compare
Choose a tag to compare

v7.0.0 (2024-08-01)

Breaking

  • feat(release)!: Improve stac integration tests, add optional web acl configuration for cloudfront, titiler-pgstac v1 upgrade (#405)

📣 Breaking

✨ Added

🪙 Changed/Updated

🩹 Fixed

v1.1.0-rc.74

01 Aug 14:22
450c082
Compare
Choose a tag to compare
v1.1.0-rc.74 Pre-release
Pre-release

v1.1.0-rc.74 (2024-08-01)

Chore

  • chore: add gitignore entry for Jetbrains IDEs (#409) (450c082)

v1.1.0-rc.73

31 Jul 23:13
18a4d30
Compare
Choose a tag to compare
v1.1.0-rc.73 Pre-release
Pre-release

v1.1.0-rc.73 (2024-07-31)

Fix

  • fix: render fix for titiler-pgstac v1 upgrade (#408) (18a4d30)

v1.1.0-rc.72

25 Jul 15:31
f449325
Compare
Choose a tag to compare
v1.1.0-rc.72 Pre-release
Pre-release

v1.1.0-rc.72 (2024-07-25)

Feature

  • feat: titiler-pgstac v1 upgrade (#398)

upgrade to titiler-pgstac 1.3.0 (f449325)

v1.1.0-rc.71

16 Jul 20:55
f15740f
Compare
Choose a tag to compare
v1.1.0-rc.71 Pre-release
Pre-release

v1.1.0-rc.71 (2024-07-16)

Chore

  • chore: Improve stac integration tests (#395) (f15740f)

v1.1.0-rc.70

15 Jul 19:21
13b229f
Compare
Choose a tag to compare
v1.1.0-rc.70 Pre-release
Pre-release

v1.1.0-rc.70 (2024-07-15)

Feature

  • feat: add optional web acl configuration for cloudfront (#396)

Issue

GSD-3535 Ensure CloudFront distributions have WAF enabled

What?

  • Added env var and construct changes to incorporate optional web acl

Why?

  • security requirement

Testing?

  • tested using mcp-test and checked that setting
    VEDA_SHARED_WEB_ACL_ID works as expected and omitting
    VEDA_SHARED_WEB_ACL_ID does not enable firewall to cloudfront (13b229f)
  • feat: add optional web acl configuration for cloudfront (ec1c567)

Fix

  • fix: update to indicate arn is needed for web acl id (b36fc7c)

v6.0.0

27 Jun 17:23
19f308e
Compare
Choose a tag to compare

v6.0.0 (2024-06-27)

Breaking

  • feat(release)!: remove unused xarray, xstac, zarr requirements and configure cloudfront with OAC (#394)

Changed/Updated