v1.1.0-rc.25
Pre-release
Pre-release
github-actions
released this
23 Jan 21:50
·
319 commits
to develop
since this 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
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
)