Releases: asimihsan/arqinator
Releases · asimihsan/arqinator
v0.1.7
v0.1.6
- b84e5f6: Close files after you open them. This prevents one part of a problem that was causing file handles to leak.
- f5fc707: Stop mmap'ing index files because this was also leaking file handles. This was an optimization to reduce the memory usage due to loading an index file, but since they are not expected to ever exceed 10MB this isn't worth it.
- 34ba9bc: When recovering, if a directory is not found in the Arq backup then instead of fatally failing warn loudly and continue attempting to recover other directories.
- 1c95559: always verify if a packset is valid, even if the connector we use to download it suggests it failed to download it. This may help with e.g. S3 downloads if the connection pool it uses fails but the file download actually succeeds.