Skip to content

3.4.1

Choose a tag to compare

@icristescu icristescu released this 07 Sep 16:09
· 566 commits to main since this release

CHANGES:

Added

  • irmin

    • Add Storage module for creating custom storage layers (#2047, @metanivek)
  • irmin-pack

Changed

Fixed

  • irmin-pack
    • Fix the behaviour of irmin-pack regarding hashes and keys to GCed objects.
      It used to not correctly ignore these entries, which could have resulted in
      various bugs. E.g. the impossibility to append an object that used to be
      dead and that has its hash in index. (#2070, @Ngoguey42)