Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Sep 28, 2023
1 parent cefc454 commit 4a191e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- **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)

## 3.8.0 (2023-07-06)

Expand All @@ -30,7 +34,7 @@
- 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)
Expand All @@ -51,7 +55,7 @@
- **irmin-cli**
- Changed `--store irf` to `--store fs` to align the CLI with what is
published on the Irmin website (#2243, @wyn)

## 3.7.2 (2023-06-16)

### Fixed
Expand Down

0 comments on commit 4a191e7

Please sign in to comment.