Skip to content

Releases: NASA-IMPACT/veda-backend

v1.1.0-rc.8

07 Nov 23:37
d3bf6ff
Compare
Choose a tag to compare
v1.1.0-rc.8 Pre-release
Pre-release

v1.1.0-rc.8 (2023-11-07)

Feature

  • feat(raster): add custom colormap for EPA dataset (#243)

enable custom colormaps and add custom colormap for EPA dataset (d3bf6ff)

v1.1.0-rc.7

07 Nov 19:06
dd00f5a
Compare
Choose a tag to compare
v1.1.0-rc.7 Pre-release
Pre-release

v1.1.0-rc.7 (2023-11-07)

v1.1.0-rc.6

01 Nov 20:29
dd00f5a
Compare
Choose a tag to compare
v1.1.0-rc.6 Pre-release
Pre-release

v1.1.0-rc.6 (2023-11-01)

Breaking

  • fix(api)!: use root path for prefixing (#241)

What

  • Use fast-api root path configuration and mangum api_base_path instead
    of overwriting the api host in the http lambda integration
  • Simplify custom domain management. If using cloudfront, do not create custom api-specific
    subdomains--just use the default apigateway urls route based on root
    path settings provided in raster and stac api configuration. (dd00f5a)

v1.1.0-rc.5

17 Oct 20:53
7f0cbbc
Compare
Choose a tag to compare
v1.1.0-rc.5 Pre-release
Pre-release

v1.1.0-rc.5 (2023-10-17)

Breaking

  • feat(raster)!: update titiler-pgstac from 0.2.3 to 0.8.0 (#239)

Endpoint changes

  • post_process= -> algorithm=

  • change tile url path parameter order from
    /tiles/{searchid}/{TileMatrixSetId}/{z}/{x}/{y} to
    /{searchid}/tiles/{TileMatrixSetId}/{z}/{x}/{y}

# Before
{endpoint}/mosaic/tiles/20200307aC0853900w361030/0/0/0

# Now
{endpoint}/mosaic/20200307aC0853900w361030/tiles/0/0/0
  • replace /{searchid}/{z}/{x}/{y}/assets endpoints by
    /{searchid}/tiles/{z}/{x}/{y}/assets

  • replace - by _ in query parameters

    • coord-crs -> coord_crs
    • dst-crs -> dst_crs
  • remove max_size default for mosaic's /statistics [POST] endpoint
    breaking change

  • add /bbox and /feature [POST] optional endpoints (7f0cbbc)

  • feat(raster)!: update titiler-pgstac from 0.2.3 to 0.8.0 (1bf6078)

Unknown

v1.1.0-rc.4

13 Oct 19:44
f463791
Compare
Choose a tag to compare
v1.1.0-rc.4 Pre-release
Pre-release

v1.1.0-rc.4 (2023-10-13)

v1.1.0-rc.3

13 Oct 18:22
f463791
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release

v1.1.0-rc.3 (2023-10-13)

Fix

  • fix: include stage subdomain in cloudfront distribution (#237) (f463791)

Unknown

  • fix cloudfront subdomain (f32f152)

v1.1.0-rc.2

12 Oct 19:06
496e99f
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

v1.1.0-rc.2 (2023-10-12)

Ci

  • ci: branch specific pre-deploy check on pull request action (#236)

Run cdk diff on specific stage based on the target branch in pre
deployment action. (496e99f)

v1.1.0-rc.1

12 Oct 17:41
8965651
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

v1.1.0-rc.1 (2023-10-12)

Feature

  • feat: add configuration for deploying a cloudfront distribution for the veda-backend (#229) (8965651)

v1.0.0

10 Oct 17:40
9426728
Compare
Choose a tag to compare

v1.0.0 (2023-10-10)

Breaking

  • feat!: shared vpc updates, new database and endpoint configuration, and semantic releases (#227) (9426728)

v0.0.1-rc.4

10 Oct 18:59
Compare
Choose a tag to compare
v0.0.1-rc.4 Pre-release
Pre-release

v0.0.1-rc.4 (2023-10-10)

Documentation

  • docs: s/veda-data-pipelines/veda-data-airflow/

I can't update the diagram b/c it's draw.io. (7b54953)