Remote Data Loader v0.0.7
This release adds optional in-memory time-to-live (TTL) caching for manifest responses and improves HTTP source error messages.
Added
- Added optional in-memory TTL caching for manifest responses; see the deployment guide for configuration and authorization details.
- Added
globals.manifestCache.maxCapacityto tune manifest cache capacity.
Changed
- Improved error messages when an HTTP source URL is supplied and
ALLOW_HTTP_SOURCESis unset orfalse.
Docs: About | Development | Deploy