Releases: johnnychen94/StorageMirrorServer.jl
Releases · johnnychen94/StorageMirrorServer.jl
v0.2.1
StorageMirrorServer v0.2.1
Closed issues:
- [Feature Request] Add optional bind IP option (
--interface
) when usingcurl
(#16)
Merged pull requests:
- add BIND_ADDRESS support (#17) (@johnnychen94)
v0.2.0
StorageMirrorServer v0.2.0
Bug fixes:
- work around the hanging
HTTP.get
call withcurl
(b1ab773) (@johnnychen94)
v0.1.8
StorageMirrorServer v0.1.8
Merged pull requests:
- also print date info to logging output (#13) (@johnnychen94)
- opt-out multiple threads and fix a windows regex bug (#15) (@johnnychen94)
v0.1.7
StorageMirrorServer v0.1.7
Bug fixes:
- fixes a post-cleanup bug to temporarily files:
/package/$uuid/$hash.tmp.*
did not get cleaned up (5f0e1f1) (@johnnychen94)
v0.1.6
v0.1.5
StorageMirrorServer v0.1.5
Enhancement:
- minor tweaks to default timeout settings (8e0f317) (@johnnychen94)
v0.1.4
StorageMirrorServer v0.1.4
v0.1.3
StorageMirrorServer v0.1.3
v0.1.2
StorageMirrorServer v0.1.2
Merged pull requests:
- Add test for platform independent resources and vanished resources (#9) (@johnnychen94)
- asynchronously download resources (#10) (@johnnychen94)
- interrupt hanging tasks when one of the downloading succeeds (#11) (@johnnychen94)
v0.1.1
StorageMirrorServer v0.1.1
Merged pull requests:
- add unit test and fix possible bugs (#6) (@johnnychen94)