Releases: NASA-IMPACT/veda-backend
v1.1.0-rc.30
v1.1.0-rc.29
v1.1.0-rc.28
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
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
v1.1.0-rc.26 (2024-01-23)
Fix
- fix(raster): update titiler-pgstac dependency for better statistics (#278)
v1.1.0-rc.25
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
Changes Made
- Update ingest api to use private subnets
- Update
pre-commit-config.yaml
to updatemypy
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
v1.1.0-rc.23
v1.1.0-rc.22
v1.1.0-rc.21
v1.1.0-rc.21 (2024-01-08)
Fix
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(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
)