CHANGES:
Added
-
irmin
- Add
test_set_and_get*
functions to retrieve commit associated with an update to the store (#2075, @patricoferris)
- Add
-
irmin-graphql
- Expose
test_set_and_get
function as a new mutation (#2075, @patricoferris) - Add
contents_hash
function to get a value's hash (#2099, @patricoferris)
- Expose
-
irmin-pack
-
irmin-tezos-utils
Changed
- irmin-pack
irmin_pack_mem
no longer exposes disk specifics functions (#2081,
@icristescu)- Move unix specific details for
Pack_key
andPack_value
fromirmin-pack
toirmin-pack.unix
(#2084, @metanivek) - Remove unnecessary files at
open_rw
and after a failed GC (#2095, @art-w)
Fixed
- irmin-pack
- Fix data race in RO instances when reading control file (#2100, @Ngoguey42)
- Fix bugs in gc related to commits that share the same tree. (#2106,
@icristescu) - Fix the traverse pack files commands in the
irmin-tezos
CLI to work with
gced stores. (#1919, @icristescu)