v0.7.0 / 2022-01-10
This release includes work towards v1.0.0, namely improvements to usability and observability.
Features
- Support auth token in proxy endpoint query parameter if auth token configured
- Support header injection into upstream requests if
add_headers
are configured - Support fetching config from HTTP URL (
--conf https://yoursite.com/config.toml
) - Added endpoint for flushing all caches at
/admin/flush
- Added prometheus metrics endpoint at
/admin/metrics/prometheus
Fixes
- Minor internal optimizations
- Improved documentation
Full Changelog: https://github.com/tile-fund/lod/compare/v0.6.0..v0.7.0