CHANGES:
Added
-
irmin
- Add
Storage
module for creating custom storage layers (#2047, @metanivek)
- Add
-
irmin-pack
- Add
Gc.is_allowed
(#2076, @icristescu) - Add a
weight
parameter in the LRU implementation to bound
memory usage (#2050, @samoht)
- Add
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)
- Fix the behaviour of irmin-pack regarding hashes and keys to GCed objects.