The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| irmin-3.9.0.tbz | 2023-10-05 | 4.7 MB | |
| 3.9.0.tar.gz | 2023-10-05 | 4.7 MB | |
| 3.9.0.zip | 2023-10-05 | 5.1 MB | |
| README.md | 2023-10-05 | 957 Bytes | |
| Totals: 4 Items | 14.4 MB | 0 | |
CHANGES:
Added
- irmin-server
- Added
irmin-serverpackage (#2031, @zshipko) - irmin-client
- Added
irmin-clientpackage to connect toirmin-serverinstances (#2031, @zshipko) - irmin
- Add pretty printers for
Commit,Tree,Info,Status,Branchwhen usingutop(@metanivek, #1839)
Fixed
- irmin-pack
- Fix index integrity check for v3 stores (#2267, @metanivek)
Removed
- irmin-http
- Removed
irmin-httpsince it is not compatible with generic keys.irmin-grapqhlorirmin-servershould 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
- Moved lower bounds to
git.3.14.0to use new function (#2277, @metanivek)