v1.1.0
BSDiff v1.1.0
This release adds two features:
- Support for IO handles as arguments wherever a path name was previously allowed.
- The
JULIA_BSDIFF_LOWMEM
environment variable can be used to request that the library use less memory, to avoid crashes on systems with low memory.
There was also substantial refactoring to support IO handles for API arguments.
Merged pull requests:
- refactor API internals (#37) (@StefanKarpinski)
- fix potential memory leak: don't deepcopy Bzip2{C,Dec}ompressor objects (#39) (@StefanKarpinski)
- JUILA_BSDIFF_LOWMEM: work around low memory failures (#40) (@StefanKarpinski)
- API: support IO arguments in addition to paths (#41) (@StefanKarpinski)
- docs: updates for allowing IO args (#42) (@StefanKarpinski)