Skip to content

3.9.0

Latest
Compare
Choose a tag to compare
@art-w art-w released this 09 Oct 09:38
· 7 commits to main since this release

CHANGES:

Added

  • irmin-server
  • irmin-client
    • Added irmin-client package to connect to irmin-server instances (#2031,
      @zshipko)
  • irmin
    • Add pretty printers for Commit, Tree, Info, Status, Branch when
      using utop (@metanivek, #1839)

Fixed

Removed

  • irmin-http
    • Removed irmin-http since it is not compatible with generic keys.
      irmin-grapqhl or irmin-server should be used instead. (#1902, @zshipko)
  • irmin
    • Removed stream proofs. We now only have Merkle tree proofs. This simplifies
      the maintenance of that part of the code, as ensuring the correct order of
      cached IO operations was tricky for stream proofs (#2275, @samoht)

Changed

  • irmin-git