content-store v0.2.1 Release Notes

Release Date: 2018-03-20 // about 6 years ago
    • ๐Ÿ‘ Allow newer versions of aeson, conduit, conduit-combinators, conduit-extra, and lzma-conduit.

Previous changes from v0.2.0

    • โž• Added lots of test cases.
    • โž• Add support for compressed content stores. This requires lzma-conduit.
    • ๐Ÿ›  Fix a file creation bug in fetchFile. If you attempted to fetch an object that did not exist, the output file would still be created. This no longer happens.
    • ๐Ÿ›  Fix fetchByteString and fetchLazyByteString to return the entire object, not just the first chunk of it. This was caused by improper use of headC.
    • ๐Ÿ›  Fix a bug in fetchByteStringC and fetchLazyByteStringC that was causing these functions to output objects as multiple ByteStrings.
    • โœ‚ Remove duplicate MonadIO constraints. These were being duplicated by the use of MonadResource constraints.