Skip to content

3.8.0

Compare
Choose a tag to compare
@metanivek metanivek released this 04 Jul 19:40
· 88 commits to main since this release
c3daafb

CHANGES:

Added

  • irmin

    • Change behavior of Irmin.Conf.key to disallow duplicate key names by
      default. Add allow_duplicate optional argument to override. (#2252,
      @metanivek)
  • irmin-pack

    • Add maximum memory as an alternative configuration option, lru_max_memory,
      for setting LRU capacity. (@metanivek, #2254)

Changed

Fixed

  • irmin-cli
    • Changed --store irf to --store fs to align the CLI with what is
      published on the Irmin website (#2243, @wyn)