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 project (3.4.1) #22080

Merged
merged 3 commits into from
Sep 8, 2022

Conversation

icristescu
Copy link
Contributor

@icristescu icristescu commented Sep 7, 2022

CHANGES:

Added

Changed

Fixed

  • irmin-pack
    • Fix the behaviour of irmin-pack regarding hashes and keys to GCed objects.
      It used to not correctly ignore these entries, which could have resulted in
      various bugs. E.g. the impossibility to append an object that used to be
      dead and that has its hash in index. (Use accessor in pack store mirage/irmin#2070, @Ngoguey42)

…min-pack, irmin-mirage, irmin-mirage-graphql, irmin-mirage-git, irmin-http, irmin-graphql, irmin-git, irmin-fs, irmin-containers, irmin-cli, irmin-chunk and irmin-bench (3.4.1)

CHANGES:

### Added

- **irmin**
  - Add `Storage` module for creating custom storage layers (mirage/irmin#2047, @metanivek)

- **irmin-pack**
  - Add `Gc.is_allowed` (mirage/irmin#2076, @icristescu)
  - Add a `weight` parameter in the LRU implementation to bound
    memory usage (mirage/irmin#2050, @samoht)

### Changed

- **irmin**
  - Removed `Irmin_unix.set_listen_dir_hook` (mirage/irmin#2071, @zshipko)

### Fixed

- **irmin-pack**
  - Fix the behaviour of irmin-pack regarding hashes and keys to GCed objects.
    It used to not correctly ignore these entries, which could have resulted in
    various bugs. E.g. the impossibility to append an object that used to be
    dead and that has its hash in index. (mirage/irmin#2070, @Ngoguey42)
@icristescu icristescu changed the title [new release] ppx_irmin, libirmin, irmin, irmin-tezos, irmin-test, irmin-pack, irmin-mirage, irmin-mirage-graphql, irmin-mirage-git, irmin-http, irmin-graphql, irmin-git, irmin-fs, irmin-containers, irmin-cli, irmin-chunk and irmin-bench (3.4.1) [new release] irmin project (3.4.1) Sep 7, 2022
@kit-ty-kate
Copy link
Member

Thanks

@kit-ty-kate kit-ty-kate merged commit 9640c3d into ocaml:master Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants