Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] irmin (19 packages) (3.9.0) #24588

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Commits on Oct 9, 2023

  1. [new release] irmin (19 packages) (3.9.0)

    CHANGES:
    
    ### Added
    
    - **irmin-server**
      - Added `irmin-server` package (mirage/irmin#2031, @zshipko)
    - **irmin-client**
      - Added `irmin-client` package to connect to `irmin-server` instances (mirage/irmin#2031,
        @zshipko)
    - **irmin**
      - Add pretty printers for `Commit`, `Tree`, `Info`, `Status`, `Branch` when
        using `utop` (@metanivek, mirage/irmin#1839)
    
    ### Fixed
    
    - **irmin-pack**
      - Fix index integrity check for v3 stores (mirage/irmin#2267, @metanivek)
    
    ### Removed
    
    - **irmin-http**
      - Removed `irmin-http` since it is not compatible with generic keys.
        `irmin-grapqhl` or `irmin-server` should be used instead. (mirage/irmin#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 (mirage/irmin#2275, @samoht)
    
    ### Changed
    
    - **irmin-git**
      - Moved lower bounds to `git.3.14.0` to use new function (mirage/irmin#2277, @metanivek)
    art-w committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e9b5be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65f75e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd22527 View commit details
    Browse the repository at this point in the history