Fixes:
- disk_cache.rb: ignore Errno::ENOENT, and EOFError. There is a possibility that the file is removed by another process after checking File.exist?.
Fixes:
- Fix allow_remote_failure was not working in proxy/file_handler
Enhancements:
- Add force_rebuild query parameter option to reindex route #244 (thanks to kbacha)
Enhancements:
- Add the allow_upload config #247 (thanks to CAFxX)
Fixes:
- Atomic writes proxy latest specs #245 (thanks to dsolsona)