- Addition of new flag
--num-retries
- Updated Stackage LTS and had to switched back to sequential uploading, see fpco/cache-s3#26 for more info.
- Switch to
unliftio
for temporary file creation, fix cache uploading on Windows: #23 - Fix printing of cache creation time #22
- Addition of
--overwrite
flag that emmits log messages whenever a file is about to be replaced upon cache restoration - Implement concurrent uploading. Addresses the upload part of #20
- Improved command line documentation: #15
- Make
cache-s3
a bit more reselient to errors by not relying onstack.yaml
format as much: #17
- Addition ability to store relative paths with
--relative-path
argument: [#11](https://github.com/fp co/cache-s3/issues/11)
- Fixes #9
- Addition of
--max-size
and--max-age
arguments.
- Fixes caching of files with international names. Proper unicode handling.
- Fixes
Ratio has zero denominator
, when cache size is very small.
- Fixes #1, #2 and #3
- Initial release