Skip to content

Releases: NASA-IMPACT/veda-backend

v1.1.0-rc.30

13 Feb 15:29
61a46ea
Compare
Choose a tag to compare
v1.1.0-rc.30 Pre-release
Pre-release

v1.1.0-rc.30 (2024-02-13)

Fix

  • fix: decimal to float serialization fix (#300) (61a46ea)

v1.1.0-rc.29

12 Feb 18:02
1089949
Compare
Choose a tag to compare
v1.1.0-rc.29 Pre-release
Pre-release

v1.1.0-rc.29 (2024-02-12)

Fix

  • fix: include stac url in ingestor config (#298) (1089949)

v1.1.0-rc.28

08 Feb 15:40
0d27df2
Compare
Choose a tag to compare
v1.1.0-rc.28 Pre-release
Pre-release

v1.1.0-rc.28 (2024-02-08)

Fix

  • fix(ingest): fix invalid null stac properties (#293)

fixes NASA-IMPACT/veda-architecture#384 (0d27df2)

  • fix(ingest): fix invalid null stac properties (367868e)

v1.1.0-rc.27

25 Jan 14:39
c9db2b6
Compare
Choose a tag to compare
v1.1.0-rc.27 Pre-release
Pre-release

v1.1.0-rc.27 (2024-01-25)

Feature

  • feat: alternate asset support in titiler (#282)

This PR adds support for alternate assets.

It is not as general as it could be, so there's a question here about
what we aim to support. Non-s3 backends for these alt-assets are not
currently supported. If we want that, we could add to the path
arguments or else query params expected. Thoughts? (c9db2b6)

v1.1.0-rc.26

23 Jan 22:23
6e916fa
Compare
Choose a tag to compare
v1.1.0-rc.26 Pre-release
Pre-release

v1.1.0-rc.26 (2024-01-23)

Fix

  • fix(raster): update titiler-pgstac dependency for better statistics (#278)

see stac-utils/titiler-pgstac#154 (6e916fa)

v1.1.0-rc.25

23 Jan 21:50
be30a80
Compare
Choose a tag to compare
v1.1.0-rc.25 Pre-release
Pre-release

v1.1.0-rc.25 (2024-01-23)

Fix

  • fix: update ingest api subnet types and log format and update pre-commit config (#281)

Description

  • This PR updates the subnet type for the ingest api handler to use
    private subnets.
  • This PR also updates the pre-commit yaml file

Related Issues

#280

Changes Made

  • Update ingest api to use private subnets
  • Update pre-commit-config.yaml to update mypy rev and add
    additional_dependencies

Testing Done

I manually update the dev ingest api lambda to have private subnets
(previously, they were configured with public subnets) and tested the
dev delta /token endpoint and the lambda endpoint itself. (be30a80)

  • fix: update ingest api subnet types and log format and update pre-commit config (56babaa)

  • fix(ingest): try #2 to return failed login exception for debugging (#274)

Another attempt to expose the cause of the token endpoint timeout (8e765e4)

  • fix(ingest): return failed login exception for debugging (4f28e09)

v1.1.0-rc.24

18 Jan 19:41
6608a69
Compare
Choose a tag to compare
v1.1.0-rc.24 Pre-release
Pre-release

v1.1.0-rc.24 (2024-01-18)

Fix

  • fix(ingest): return failed login exception for debugging (#273)

The ingest/token endpoint is timing out--this change should reveal the
exception for debugging (6608a69)

  • fix(ingest): return failed login exception for debugging (ab60a81)

v1.1.0-rc.23

16 Jan 18:00
0a20e30
Compare
Choose a tag to compare
v1.1.0-rc.23 Pre-release
Pre-release

v1.1.0-rc.23 (2024-01-16)

Fix

  • fix(ingest): use defaults for auth env configuration (#271)

What

Minor fixes in ingest API to support cognito clients not configured with
secrets. Tested end to end token generation, validation, and collection
publication in externally deployed instance. (0a20e30)

  • fix(ingest): remove time density validation (76f859f)

  • fix(ingest): copy time density validator from veda-stac-ingestor because we are not yet using an official dashboard stac extension (e07b1b5)

  • fix(ingest): remove veda prefix from envs and make param optional (bd136d9)

v1.1.0-rc.22

08 Jan 22:44
68b4bfb
Compare
Choose a tag to compare
v1.1.0-rc.22 Pre-release
Pre-release

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

Feature

  • feat(ci): ingest deploy action (#262)

What

  • Updates externally triggered deployment action to pick up auth
    credentials for ingestion system (68b4bfb)

v1.1.0-rc.21

08 Jan 18:12
7a29883
Compare
Choose a tag to compare
v1.1.0-rc.21 Pre-release
Pre-release

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

Fix

  • fix(raster): incorporate updates from #246, #268, and unpin rio-tiler version (#267)

What

  • Add updates from PR #246 and unpin rio-tiler temporary post release
    version
  • Pin starlette from PR #268
  • Unpin post release rio-tiler version #259 (7a29883)
  • fix: incorporate starlette pin version from #390 (ddd3206)

  • fix(raster): incorporate updates from #246 and unpin rio-tiler version (efe8bb0)

  • fix(ingest): fix MCP 500 errors

  • remove secret hash as required
  • remove cog_default validator (23dca01)