package irmin-git
- Fixed
- Added
- 2.10.1 (2021-01-20)
- 2.10.0 (2021-01-07)
- 2.9.0 (2021-11-15)
- 2.8.0 (2021-10-15)
- 2.7.2 (2021-07-20)
- 2.7.1 (2021-07-02)
- 2.7.0 (2021-06-22)
- 2.6.1 (2021-04-29)
- 2.6.0 (2021-04-13)
- 2.5.4 (2021-04-29)
- 2.5.3 (2021-04-13)
- 2.5.2 (2021-04-08)
- 2.5.1 (2021-02-19)
- 2.5.0 (2021-02-16)
- 2.4.0 (2021-02-02)
- 2.3.0 (2021-01-12)
- 2.2.0 (2020-06-26)
- 2.1.0 (2020-02-01)
- 2.0.0
- 1.4.0 (2018-06-06)
- 1.3.3 (2018-01-03)
- 1.3.2 (2017-11-22)
- 1.3.1 (2017-08-25)
- 1.3.0 (2017-07-27)
- 1.2.0 (2017-06-06)
- 1.1.0 (2017-04-24)
- 1.0.2 (2017-03-27)
- 1.0.1 (2017-03-14)
- 1.0.0 (2017-02-21)
- 0.12.0 (2016-11-17)
- 0.11.1 (2016-06-14)
- 0.11.0 (2016-05-04)
- 0.10.1 (2015-11-26)
- 0.10.0 (2015-10-14)
- 0.9.10 (2015-10-01)
- 0.9.9 (2015-08-14)
- 0.9.8 (2015-07-17)
- 0.9.7 (2015-07-06)
- 0.9.6 (2015-07-03)
- 0.9.5 (2015-06-11)
- 0.9.4 (2015-03-16)
- 0.9.3 (2015-01-04)
- 0.9.2 (2015-01-19)
- 0.9.1 (2014-12-26)
- 0.9.0 (2014-12-20)
- 0.8.3 (2014-06-25)
- 0.8.2 (2014-06-11)
- 0.8.1 (2014-06-02)
- 0.8.0 (2014-05-27)
- 0.7.0 (2014-05-02)
- 0.6.0 (2014-04-12)
- 0.5.1 (2014-03-02)
- 0.5.0 (2014-02-21)
- 0.4 (2014-01-21)
- 0.3 (2013-12-13)
- 0.2 (2013-11-23)
- 0.1 (2013-10-30)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
sha256=088741b619471c8198e74aaf9f4aeb4a9997abec8b9abcbfb3443fd27bfb433f
    
    
  sha512=bbc03417d6eb87d99bee391c489d23a586b0a260e4c797f5e2465c3ab67cb627a9efa526097c1b89dd3339eafb8bad738c1cf0502e5c70355871ff7dbba324b9
    
    
  doc/CHANGES.html
2.10.2 (2021-02-02)
Fixed
- irmin - Fixed a bug causing stream proof extender nodes to have their segments be returned in reverse order (i.e. bottom to top, rather then top-down). (#1742, @CraigFe)
- Fixed a bug that allowed the creation of overly-large stable inodes via stream proofs. (#1741, @Ngoguey42)
 
Added
- irmin - Add Store.Private.Node.Val.hash_exn(#1741, @Ngoguey42)
 
- Add 
2.10.1 (2021-01-20)
Fixed
- irmin - Fix bug introduced in #1683 which causes Tree.seqandTree.listto produce pruned children (#1720, @Ngoguey42)
 
- Fix bug introduced in #1683 which causes 
2.10.0 (2021-01-07)
Fixed
- irmin - Conversion between proofs and trees are now done in CPS (#1624, @samoht)
- Better support for s390x to workaround https://github.com/ocaml/ocaml/issues/10857 (#1694, @icristescu)
 
- irmin-pack - Fix proofs for large inodes by tracking side-effects reads inside the inode implementation (#1670, @samoht, @Ngoguey42)
- Flush branch store without calling Repo.close(#1707, @zshipko)
 
Added
- irmin - Add Tree.produce_proofandTree.verify_proofto produce and verify proofs from complex computations.produce_proofandverify_prooftakes a callback over tree and instead of a static list of operations -- this now means that the fullTreeAPI can now be used in proofs, including sub-tree operations, folds and paginated lists (#1625, #1663, #1683, @samoht, @Ngoguey42)
- Add Tree.produce_streamandTree.verify_streamto produce and verify stream proofs (#1684, #1692, #1691, @samoht, @Ngoguey42, @icristescu)
 
- Add 
- irmin-pack - Verify inode depth invariants (#1665, @samoht)
 
- irmin-unix - Add tezosstore type forirmincommand-line (#1678, @zshipko)
 
- Add 
Changed
- irmin - Remove Tree.Proof.of_keys. UseTree.produce_proofinstead (#1625, @samoht)
- Tree.emptynow takes a unit argument. (#1566, @CraigFe)
- Tree.lengthnow takes a tree as argument (#1676, @samoht)
- Tree.Proof.tnow uses a more precise datatype to encode value invariants (#1688, @samoht)
 
- Remove 
- irmin-pack - irmin-pack: add an option to configure the index function and pick the relevant bits in cryptographic a hash by default (#1677, @samoht)
 
- irmin-git - Require at least git.3.7.0in the codebase (#1637, @dinosaure)
 
- Require at least 
2.9.0 (2021-11-15)
Fixed
- irmin-pack - Improved the performance of Index encode and decode operations by eliminating intermediate allocations (up to 5% fewer minor words allocated) (#1577, @CraigFe)
- Reduce the number of backend nodes built during export (up to 20% fewer minor words allocated) (#1553, @Ngoguey42)
 
Added
- irmin - Add Merkle Proofs and expose function to convert a proof to and from a tree. Once converted, normal tree operations can be performed on the proof, as long at it access values contained in the proof. (#1583, @samoht, @Ngoguey42, @icristescu)
 
Changed
- irmin-pack - Limit inode depth (#1596, #samoht)
- Adapt to index 1.5.0 (#1593, @icristescu)
 
2.8.0 (2021-10-15)
Fixed
- irmin - Treeoperations now raise a- Dangling_hashexception when called with a path that contains dangling hashes in the underlying store, rather than interpreting such paths as ending with empty nodes (#1477, @CraigFe)
- Fix the pre-hashing function for big-endian architectures. (#1505, @Ngoguey42, @dinosaure)
- Fix a bug in Tree.exportwhere nodes could be exported before some of their contents, resulting in indirect hashes in irmin-pack (#1508, @Ngoguey42)
 
Added
- irmin - Node.seqand- Node.of_seqare added to avoid allocating intermediate lists when it is not necessary (#1508, @samoht)
- New optional cacheparameter toTree.hash,Tree.Contents.hash,Tree.list,Node.list,Node.seqandNode.findto control the storing of lazily loaded data (#1526, @Ngoguey42)
- Add Node.clearto clear internal caches (#1526, @Ngoguey42)
- Added a treeargument toTree.foldto manipulate the subtrees (#1527, @icristescu, @Ngoguey42)
- Add a function Store.Tree.prunedfor building purely in-memory tree objects with known hashes. (#1537, @CraigFe)
- Added a orderargument to specify the order of traversal inTree.fold(#1548, @icristescu, @CraigFe)
 
Changed
- irmin - Node.vis renamed to- Node.of_list(#1508, @samoht)
- Rewrite Tree.exportin order to minimise the memory footprint. (#1508, @Ngoguey42)
- Remove the ~force:`And_clearcase parameter fromTree.fold,~force:`True ~cache:falseis the new equivalent. (#1526, @Ngoguey42)
- `Tree.fold ~force:`Trueand- `Tree.fold ~force:`Falsedon't cache the lazily loaded data any more. Pass- ~cache:trueto enable it again. (#1526, @Ngoguey42)
- Do not allocate large lists in Irmin.Tree.clear(#1515, @samoht)
 
- irmin-git - Upgrade irmin-gittogit.3.5.0. (#1495, @dinosaure)
 
- Upgrade 
2.7.2 (2021-07-20)
Added
- irmin-pack - Added integrity-check-indexcommand inirmin-fsck. (#1480, #1487 @icristescu, @samoht)
 
- Added 
Changed
- irmin-pack - reconstruct_indexis now- traverse_pack_file, it allows for both index reconstruction and index checking (#1478, @Ngoguey42)
 
2.7.1 (2021-07-02)
Fixed
- irmin-pack - Fix termination condition of reconstruct index (#1468, @Ngoguey42)
 
2.7.0 (2021-06-22)
Fixed
- irmin - Added Store.Tree.length. (#1316, @Ngoguey42)
- Fixed fold for non-persisted, cleared trees (#1442, @samoht, @Ngoguey42)
 
- Added 
- irmin-layers - Do not fail on double-close errors for private nodes (#1421, @samoht)
 
- irmin-pack - Do not clear and bump the generation for empty files (#1420, @samoht)
 
Added
- irmin-pack - Added Irmin_pack.Version.{V1,V2}modules for convenience. (#1457, @CraigFe)
- Added a irmin-pack.mempackage (#1436, @icristescu, @craigfe)
 
- Added 
- irmin-graphql - Added last_modifiedfield to GraphQL interface (#1393, @kluvin)
 
- Added 
Changed
- irmin-layers - Remove copy_in_upperfrom the repo configuration. The default is now to copy. (#1322, @Ngoguey42)
- Simplify the API of freeze. It is now possible to specify two distinct commit closures for the copy to lower and the copy to next upper. (#1322, @Ngoguey42)
- Renamed Irmin_layered_pack.Makeand Irmin_layers.MakeintoIrmin_layered_pack.MakerandIrmin_layers.Maker` (#1369, @samoht)
- Renamed Irmin_layered_pack.Make_extand and Irmin_layers.Make_extinto intoIrmin_layered_pack.Maker_extandIrmin_layers.Maker_ext` (#1369, @samoht)
- Renamed Irmin_layered_pack.ConfigintoIrmin_layered_pack.Conf(#1370, @samoht)
- Readonly instances can check for an ongoing freeze (#1382, @icristescu, @Ngoguey42)
 
- Remove 
- irmin-pack - It is no longer possible to modify an inodethat doesn't point to the root of a directory. (#1292, @Ngoguey42)
- When configuring a store, is it no longer possible to set entriesto a value larger thanstable_hash. (#1292, @Ngoguey42)
- Added number of objects to the output of stat-packcommand inirmin-fsck. (#1311, @icristescu)
- Renamed the Versionmodule type intoVersion.Sandio_versionintoversion. ThePack.FileandAtomic_writefunctors now takeVersionas their first parameter (#1352, @samoht)
- Renamed Irmin_pack.MakeintoIrmin_pack.V1(#1369, @samoht)
- Renamed Irmin_pack.ConfigintoIrmin_pack.Conf(#1370, @samoht)
- Renamed Irmin_pack.PackintoIrmin_pack.Content_addressableandIrmin_pack.Pack.FileintoIrmin_pack.Content_addressable.Maker(#1377, @samoht)
- Moved Irmin_pack.Store.Atomic_writeinto its own module (#1378, @samoht)
- Checks.Reconstruct_index.runnow takes an optional- index_log_sizeparameter for customising the interval between merges during reconstruction. (#1459, @CraigFe)
 
- It is no longer possible to modify an 
2.6.1 (2021-04-29)
This release contains 2.6.0 plus the changes described in 2.5.4.
2.6.0 (2021-04-13)
** Note: this release is based on 2.5.3, and does not contain 2.5.4. Use 2.6.1 for access to those changes. **
Fixed
- irmin - Fix stack overflow exception when working with wide trees (#1313, @zshipko)
- Tree.of_concretenow prunes empty subdirectories, and raises- Invalid_argumentif the input contains duplicate bindings. (#1385, @CraigFe)
 
- irmin-chunk - Use the pre_hash function to compute entry keys instead of their raw binary representation (#1308, @samoht)
 
Changed
- irmin-git - Upgrade irmin-gitwithgit.3.4.0. (#1392, @dinosaure)
 
- Upgrade 
2.5.4 (2021-04-29)
Fixed
- irmin-pack - Revert a patch introduced in 2.3.0 which was calling Index.try_merge. This function was supposed to hint index to schedule merges after every commit. However,Index.try_mergeis buggy and stacks merges which causes the node to block and wait for any existing merge to complete. We will revisit that feature in future once we fixIndex.try_merge(#1409, @CraigFe)
 
- Revert a patch introduced in 2.3.0 which was calling 
- irmin - Fix peformance issue in Tree.update_treeandTree.add_treefor large directories (#1315, @Ngoguey42)
 
- Fix peformance issue in 
Added
- irmin-pack - Expose internal inode trees (#1273, @mattiasdrp, @samoht)
 
2.5.3 (2021-04-13)
Fixed
- irmin - Fixed a bug causing equality functions derived from Store.tree_tto return false-negatives. (#1371, @CraigFe)
 
- Fixed a bug causing equality functions derived from 
Added
- irmin - Add Store.Tree.is_empty. (#1373, @CraigFe)
 
- Add 
2.5.2 (2021-04-08)
Fixed
- irmin - The Tree.update_treeandTree.add_treefunctions now interpret adding an empty subtree as a remove operation, rather than adding an empty directory. (#1335, @craigfe)
 
- The 
- irmin-pack - Fix a performance regression where all caches where always cleaned by Store.syncwhen using the V1 format (#1360, @samoht)
 
- Fix a performance regression where all caches where always cleaned by 
2.5.1 (2021-02-19)
Fixed
- irmin-git - Use the last version of git 3.3.0. It fixes a bug about trailing LF on message. For Irmin users, it should not change anything (#1301, @dinosaure, @CraigFe)
 
2.5.0 (2021-02-16)
Changed
- irmin - Store.Tree.removeis now much faster when operating on large directories. The commits following removals are also much faster. (#1289, @Ngoguey42)
- Changed Store.Tree.{of_hash, shallow}to take kinded hashes, allowing the creation of unforced contents values. (#1285, @CraigFe)
- Changed Tree.destructto return lazy contents values, which may be forced withTree.Contents.force. (#1285, @CraigFe)
 
- irmin-bench - New features in benchmarks for tree operations (#1269, @Ngoguey42)
 
2.4.0 (2021-02-02)
Fixed
- irmin-pack - Fix a bug in inodewhere theremovefunction could cause hashing instabilities. No user-facing change since this function is not being used yet. (#1247, @Ngoguey42, @icristescu)
 
- Fix a bug in 
- irmin - Ensure that Tree.add_tree t k vcomplexity does not depend onvsize. (#1267, @samoht @Ngoguey42 and @CraigFe)
 
- Ensure that 
Added
- irmin - Added a Permsmodule containing helper types for using phantom-typed capabilities as used by the store backends. (#1262, @CraigFe)
- Added an Exported_for_storesmodule containing miscellaneous helper types for building backends. (#1262, @CraigFe)
- Added new operations Tree.updateandTree.update_treefor efficient read-and-set on trees. (#1274, @CraigFe)
 
- Added a 
- irmin-pack: - Added integrity-check-inodescommand toirmin-fsckfor checking the integrity of inodes. (#1253, @icristescu, @Ngoguey42)
 
- Added 
- irmin-bench - Added benchmarks for tree operations. (#1237, @icristescu, @Ngoguey42, @Craigfe)
 
Changed
- The irmin-mempackage is now included with theirminpackage under the library nameirmin.mem. It keeps the same top-level module name ofIrmin_mem. (#1276, @CraigFe)
Removed
- Irmin_memno longer provides the layered in-memory store- Make_layered. This can be constructed manually via- Irmin_layers.Make. (#1276, @CraigFe)
2.3.0 (2021-01-12)
Fixed
- irmin-git - Update irminto the last version ofocaml-git(#1065) It fixes an issue on serialization/deserialization of big tree object (see #1001)
 
- Update 
- irmin-pack* - Fix a major bug in the LRU which was never used (#1035, @samoht)
 
- irmin* - Improve performance of last_modified(#948, @pascutto)
- Changed the pattern matching of the function last_modified. The case of a created key is now considered a modification by the function. (#1167, @clecat)
- Make Tree.clear tail-recursive (#1171, @samoht)
- Fix Tree.fold ~force:(False f)where results where partially skipped (#1174, @Ngoguey42, @samoht and @CraigFe )
- Fix Tree.kind. Empty path on a tree used to return a None instead of a`Node. (#1218, @Ngoguey42)
 
- Improve performance of 
- ppx_irmin - Fix a bug causing certain type derivations to be incorrect due to unsound namespacing. (#1083, @CraigFe)
 
- irmin-unix - Update irmin config path to respect XDG_CONFIG_HOME. (#1168, @zshipko)
 
- Update irmin config path to respect 
Added
- irmin-layers (new): - Created a new package, irmin-layersthat includes common signatures for layered stores. It contains a stubMake_layersfunctor (#882, @icristescu)
 
- Created a new package, 
- irmin-bench (new): - Created a new package to contain benchmarks for Irmin and its various backends. (#1142, @CraigFe)
- Added ability to get json output and a make target to run layers benchmark. (#1146, @gs0510)
 
- irmin - Added Tree.Contentsmodule exposing operations over lazy tree contents. (#1022 #1241, @CraigFe @samoht)
- Added Type.Unboxed.{encode_bin,decode_bin,size_of}to work with unboxed values (#1030, @samoht)
- Remove the headersoption inType.{encode_bin,decode_bin,size_of}. UseType.Unboxed.<fn>instead (#1030, @samoht)
- Type.vnow takes an extra mandatory- unitargument (#1030, @samoht)
- Added Type.pp_dump, which provides a way to pretty-print values with a syntax almost identical to native OCaml syntax, so that they can easily be copy-pasted into an OCaml REPL for inspection. (#1046, @liautaud)
- Generic functions in - Irmin.Typeare now more efficient when a partial closure is constructed to the type representation (#1030 #1093, @samoht @CraigFe). To make this even more explicit, these functions are now staged and- Type.{unstage,stage}can manipulate these. The goal is to encourage users to write this kind of (efficent) pattern:- let encode_bin = Type.(unstage (encode_bin ty)) let _ = <begin loop> ... encode_bin foo ... <end loop>
- Added a clearfunction for stores (#1071, @icristescu, @CraigFe)
- Requires digestif>=0.9 to use digestif's default variants (#873, @pascutto, @samoht)
- Added iter_commitsanditer_nodesfunctions to traverse the commits and nodes graphs (#1077, @icristescu)
- Added Repo.iterto traverse object graphs (#1128, @samoht)
 
- Added 
- irmin-pack: - Added index_throttleoption toIrmin_pack.config, which exposes the memory throttle feature ofIndexinIrmin-Pack. (#1049, @icristescu)
- Added Pack.clearandDict.clear(#1047, @icristescu, @CraigFe, @samoht)
- Added a migratefunction for upgrading stores with old formats (#1070, @icristescu, @CraigFe)
- Added a flushfunction for a repo (#1092, @icristescu)
- Added `Layered.Make functor, to construct layered stores from irmin-pack. (#882, @icristescu)
- Added `Checks.Make which provides some offline checks for irmin-pack stores. (#1117, @icristescu, @CraigFe)
- Added reconstruct_indexto reconstruct an index from a pack file. (#1097, @icristescu)
- Added reconstruct-indexcommand toirmin-fsckfor reconstructing an index from the command line (#1189, @zshipko)
- Added integrity-checkcommand toirmin-fsckfor checking the integrity of anirmin-packstore (#1196, @zshipko)
 
- Added 
- ppx_irmin: - Added support for deriving type representations for types with type parameters. Type 'a tgenerates a representation of type'a Type.t -> 'a t Type.t(#1085, @CraigFe)
- Added a --libcommand-line option which has the same behaviour as thelibrun-time argument (i.e.--lib Foowill causeppx_irminto derive type representations using combinators in theFoomodule). (#1086, @CraigFe)
- Added an extension point [typ: <core-type>]for deriving type representations inline. (#1087, @CraigFe)
 
- Added support for deriving type representations for types with type parameters. Type 
Changed
- irmin - Renamed the Tree.treetype toTree.t. (#1022, @CraigFe)
- Replaced Tree.pp_statswith the type representationTree.stats_t. (#TODO, @CraigFe)
- Changed the JSON encoding of special floats. Float.nan,Float.infinityandFloat.neg_infinityare now encoded as"nan","inf"and"-inf"respectively. (#979, @liautaud)
- The functions Type.{v,like,map}no longer take a~cliargument, and now take separate~ppand~of_stringarguments instead. (#1103, @CraigFe)
- The Irmin.Typecombinators are now supplied by thereprpackage. The API ofIrmin.Typeis not changed. (#1106, @CraigFe)
- Irmin.Typeuses staging for- equal,- short_hashand- compareto speed-up generic operations (#1130, #1131, #1132, @samoht)
- Make Tree.foldmore expressive and ensure it uses a bounded memory (#1169, @samoht)
- Changed listandTree.listto take optionaloffsetandlengtharguments to help with pagination. Also return direct pointers to the subtrees to speed up subsequent accesses (#1241, @samoht, @zshipko, @CraigFe, @Ngoguey42 and @icristescu)
 
- Renamed the 
- irmin-pack: - synchas to be called by the read-only instance to synchronise with the files on disk. (#1008, @icristescu)
- Renamed synctoflushfor the operation that flushes to disk all buffers of a read-write instance. (#1008, @icristescu)
- Changed the format of headers for the files on disk to include a generation number. Version 1 of irmin-pack was used for the previous format, version 2 is used with the new format. (#1047, @icristescu, @CraigFe, @samoht)
- Use Repo.iterto speed-up copies between layers (#1149, #1150 @samoht)
- Add an option to bypass data integrity checks on reads (#1154, @samoht)
- Add headsparameter tocheck-self-containedcommand inChecks(#1224, @zshipko)
 
- ppx_irmin: - The [@generic ...]attribute has been renamed to[@repr ...]. (#1082, @CraigFe)
 
- The 
2.2.0 (2020-06-26)
Added
- irmin: - Added Irmin.Type.emptyto represent an uninhabited type. (#961, @CraigFe)
- Added Store.Tree.concrete_t. (#1003, @CraigFe)
 
- Added 
- irmin-containers (new): - Created a new package, irmin-containers, which provides a set of simple mergeable datastructures implemented using Irmin. (#1014, @ani003)
 
- Created a new package, 
- ppx_irmin - Added support for the @nobuiltinattribute, which can be used when shadowing primitive types such asunit. SeeREADME_PPXfor details. (#993, @CraigFe)
- Added support for a libargument, which can be used to supply primitive type representations from modules other thanIrmin.Type. (#994, @CraigFe)
 
- Added support for the 
Changed
- irmin: - Require OCaml 4.07 (#961, @CraigFe)
- Add sanity checks when creating - Irmin.Typerecords, variants and enums (#956 and #966, @liautaud):- Irmin.Type.{sealr,sealv,enum}will now raise- Invalid_argumentif two components have the same name;
- Irmin.Type.{field,case0,case1}will now raise- Invalid_argumentif the component name is not a valid UTF-8 string.
 
- Changed the JSON encoding of options and unit to avoid ambiguous cases (#967, @liautaud): - ()is now encoded as- {};
- Noneis now encoded as- null;
- Some xis now encoded as- {"some": x};
- Fields of records which have value Noneare still omitted;
- Fields of records which have value Some xare still unboxed intox.
 
- Changed pretty-printing of Irmin types to more closely resemble OCaml types. e.g. pair int stringprints asint * string. (#997, @CraigFe)
- The type Irmin.S.treeis now abstract. The previous form can be coerced to/from the abstract representation with the new functionsIrmin.S.Tree.{v,destruct}respectively. (#990, @CraigFe)
 
- irmin-mem - Stores created with KVnow expose their unit metadata type. (#995, @CraigFe)
 
- Stores created with 
Fixed
- irmin-graphql - Fixed an issue with keys inside get_{contents,tree}fields having incorrect ordering (#989, @CraigFe)
 
- Fixed an issue with keys inside 
2.1.0 (2020-02-01)
Added
- ppx_irmin (new): - Created a new package, ppx_irmin, which provides a PPX deriving plugin for generating Irmin generics.
 
- Created a new package, 
- irmin-unix: - Added a --hashparameter to the command-line interface, allowing the hash function to be specified. For BLAKE2b and BLAKE2s, the bit-length may be specified with a trailing slash, as in--hash=blake2b/16. Thehashfunction may also be specified in the configuration file. (#898, @craigfe)
 
- Added a 
- irmin: - Added Irmin.Hash.Make_BLAKE2BandIrmin.Hash.Make_BLAKE2Sfunctors for customizing the bit-length of these hash functions. (#898, @craigfe)
- Added iterfunction over a closure graph (#912, @ioana)
- Added Type.pp_tyfor pretty-printing Irmin generics. (#926, @craigfe)
- Added Merge.with_conflictfor modifying the conflict error message of a merge function. (#926, @craigfe)
 
- Added 
Changed
- irmin-pack: - Changed the bit-length of serialized hashes from 60 to 30. (#897, @icristescu)
- integrity_checkcan now try to repair corrupted values. (#947, @pascutto)
 
- irmin-graphql: - Changed default GraphQL type names to ensure uniqueness. (#944, @andreas)
 
2.0.0
Added
- irmin-pack (new): - Created a new Irmin backend, irmin-pack, which uses a space-optimised on-disk format.
 
- Created a new Irmin backend, 
- irmin-graphql (new): - Created a new package, irmin-graphql, which provides a GraphQL server implementation that can be used with both the MirageOS and Unix backends. Additionally, agraphqlcommand has been added to the command-line interface for startingirmin-graphqlservers. (#558, @andreas, @zshipko)
- Contents can now be queried directly using irmin-graphqlwithIrmin_graphql.Server.Make_extand theIrmin_graphql.Server.PRESENTERinterface. (#643, @andreas)
 
- Created a new package, 
- irmin-test (new): - Added a new package, irmin-test, which allows for packages to access the Irmin test-suite. This package can now be used for new packages that implement custom backends to test their implementations against the same tests that the core backends are tested against. (#508, @zshipko)
 
- Added a new package, 
- irmin-unix: - Add Climodule to expose some methods to simplify building command-line interfaces using Irmin. (#517, @zshipko)
- Add global config file $HOME/.irmin/config.ymlwhich may be overridden by either$PWD/.irmin.ymlor by passing--config <PATH>. Seeirmin help irmin.ymlfor details. (#513, @zshipko)
 
- Add 
- irmin-git: - Allow import/export of Git repositories using Irmin slices. (#561, @samoht)
 
- irmin-http: - Expose a /trees/mergeroute for server-side merge operations. (#714, @samoht)
 
- Expose a 
- irmin: - Add Json_valueandJsoncontent types. (#516 #694, @zshipko)
- Add optional seed parameter to the Irmin.Typegeneric hash functions. (#712, @samoht)
- Add V1submodules inCommit,ContentsandHashto provide compatibility with 1.x serialisation formats. (#644 #666, @samoht)
- Add Store.last_modifiedfunction, which provides a list of commits where the given key was modified last. (#617, @pascutto)
- Add a Content_addressable.unsafe_addfunction allowing the key of the new value to be specified explicitly (for performance reasons). (#783, @samoht)
- Add save_contentsfunction for saving contents to the database. (#689, @samoht)
- Add pretty-printers for the results of Sync operations. (#789, @craigfe)
- Private.Locknow exposes a- statsfunction returning the number of held locks. (#704, @samoht)
 
- Add 
Changed
- irmin-unix: - Rename irmin readtoirmin getandirmin writetoirmin set. (#501, @zshipko)
- Switch from custom configuration format to YAML. (#504, @zshipko)
 
- Rename 
- irmin-git: - Require ocaml-git >= 2.0. (#545, @samoht)
- Cleanup handling of remote stores. (#552, @samoht)
 
- Require 
- irmin-http: - Rename CLIENTtoHTTP_CLIENTand simplify the signatures necessary to construct HTTP clients and servers. (#701, @samoht)
 
- Rename 
- irmin-mirage - Split irmin-mirageintoirmin-{mirage,mirage-git,mirage-graphql}to allow for more granular dependency selection. Any instances ofIrmin_mirage.Gitshould be replaced withIrmin_mirage_git. (#686, @zshipko)
 
- Split 
- irmin: - Update to use dune (#534, @samoht) and opam 2.0. (#583, @samoht)
- Replace Irmin.Contents.S0withIrmin.Type.S.
- Rename Type.pre_digest->Type.pre_hashandType.hash->Type.short_hash. (#720, @samoht)
- Change Irmin.Typeto use incremental hash functions (functions of type'a -> (string -> unit) -> unit) for performance reasons. (#751, @samoht)
- Simplify the Irmin.Type.likeconstructor and add a newIrmin.Type.mapwith the previous behaviour.
- Improvements to Irmin.Typecombinators. (#550 #538 #652 #653 #655 #656 #688, @samoht)
- Modify Store.setto return a result type and create a newStore.set_exnwith the previous exception-raising behaviour. (#572, @samoht)
- Rename store module types to be more descriptive: - replace Irmin.AOwithIrmin.CONTENT_ADDRESSABLE_STORE;
- replace Irmin.AO_MAKERwithIrmin.CONTENT_ADDRESSABLE_STORE_MAKER;
- replace Irmin.RWwithIrmin.ATOMIC_WRITE_STORE;
- replace Irmin.RW_MAKERwithIrmin.ATOMIC_WRITE_STORE_MAKER. (#601, @samoht)
 
- replace 
- Rename export_treetosave_tree(#689, @samoht) and add an option to conditionally clear the tree cache (#702 #725, @samoht).
- Change hash function for Irmin_{fs,mem,unix}.KVto BLAKE2b rather than SHA1 for security reasons. (#811, @craigfe)
- Move Irmin.remote_uritoStore.remote, for stores that support remote operations. (#552, @samoht)
- Simplify the error cases of fetch/pull/push operations. (#684, @zshipko)
- A batchfunction has been added to the backend definition to allow for better control over how groups of operations are processed. (#609, @samoht)
- A closefunction has been added to allow backends to close any held resources (e.g. file descriptors for theFSbackend). (#845, @samoht)
- Simplify Private.Node.Makeparameters to use a simpler notion of 'path' in terms of a list of steps. (#645, @samoht)
- Rename Node.updatetoNode.add. (#713, @samoht)
 
Fixed
- irmin-unix: - Fix parsing of commit hashes in revertcommand. (#496, @zshipko)
 
- Fix parsing of commit hashes in 
- irmin-git: - Fix Node.addto preserve sharing. (#802, @samoht)
 
- Fix 
- irmin-http: - Respond with a 404 if a non-existent resource is requested. (#706, @samoht)
 
- irmin: - Fix a bug whereby S.History.is_emptywould returntruefor a store with exactly one commit. (#865, @pascutto)
 
- Fix a bug whereby 
Removed
- irmin: - Remove ppandof_stringfunctions fromIrmin.Contents.Sin favour ofIrmin.Type.to_stringandIrmin.Type.of_string.
- Remove Bytescontent type. (#708, @samoht)
- Remove Cstructdependency and content type. If possible, switch toIrmin.Contents.Stringor else useIrmin.Type.mapto wrap the Cstruct type. (#544, @samoht)
 
- Remove 
1.4.0 (2018-06-06)
- Add types for Contents.hash,Tree.hashandCommit.hash(#512, @samoht)
- Tree.hashand- Tree.of_hashnow work on leaf nodes. To do this,- Tree.hashhas to return a more complex type (#512, @samoht)
- support for webmachine 0.6.0 (#505, @ansiwen)
1.3.3 (2018-01-03)
- complete support for OCaml 4.06 (#484, @samoht)
- support cohttp 1.0 (#484, @samoht)
1.3.2 (2017-11-22)
- support OCaml 4.06 where -safe-stringis enabled by default (#477, @djs55)
1.3.1 (2017-08-25)
- irmin-http: update to cohttp.0.99 (#467, @samoht)
1.3.0 (2017-07-27)
irmin-chunk
Add a new package: irmin-chunk, which was initially in a separate repository created by @mounirnasrallah and @samoht and ported to the new Irmin API by @g2p (#464)
irmin-unix
Re-add the irmin binary, the example application which used to be installed by irmin-unixbefore we switched to usejbuilder` (#466, @samoht -- reported by @ouenzzo and @dudelson)
irmin
That releases saw a nice series of patches to improve the performance of Irmin.Tree contributed by the Tezos team:
- Improve complexity of Irmin.Treeoperations: on trivial benchmarks with a lot of values, this patch introduces a 10-times speed-up (#457, @OCamlPro-Henry)
- Add missing equality for Irmin.Typeprimitives (#458, @OCamlPro-Henry)
- Change the type of Hash.digestto also take a type representation (#458, @OCamlPro-Henry)
- add Irmin.Type.{encode,decode}_cstruct(#458, @OCamlPro-Henry)
- remove Irmin.Contents.RAW(#458, @OCamlPro-Henry)
- avoid unecessary serialization and deserialization when computing hashes of cstructs (#459, @OCamlPro-Henry)
- remove {Type,Merge}.intwhich might cause some issue on 32 bits platforms. Intead use the more explicit (and portable){Type,Merge}.int32or{Type,Merge}.int64(#469, @samoht)
1.2.0 (2017-06-06)
This release changes the build system to use jbuilder. By doing so, it introduces two new packages: irmin-mem and irmin-fs -- containing Irmin_mem and Irmin_fs respectively. That release also fixes a bunch of regressions introduced in the big 1.0 rewrite.
all
- Use jbuilder(#444, @samoht)
- Use mtime 1.0 (#445, @samoht)
irmin
- Fix Irmin.Contents.Cstruct: pretty-print the raw contents, not the hexdump (#442, @samoht)
- Irmin.Hash.X.of_stringshould not raise an exception on invalid hash (#443, @samoht)
irmin-mem
- New package! Use it if you want to use the Irmin_memmodule.
irmin-fs
- New package! Use it if you want to use the Irmin_fsmodule.
irmin-git
- Fix watches (#446, @samoht)
1.1.0 (2017-04-24)
irmin
- Change the type of S.Tree.find_treeto return atree optioninstead oftree. This is a breaking API change but it let distinguish between the empty and non-existent cases (#431, @samoht)
- Allow to specify branches in urls for fetch using the url#branchsyntax (#432, @samoht)
- Expose Irmin.Merge.idempotentfor values with idempotent operations (#433, @samoht)
- Add a S.repotype as an alias to theS.Repo.t(#436, @samoht)
- Fix regression in S.Tree.diffintoduced in the 1.0 release: nested differences where reported with the wrong path (#438, @samoht)
irmin-unix
- Update to irmin.1.1.0 API changes (@samoht)
irmin-git
- Update to irmin.1.1.0 API changes (@samoht)
1.0.2 (2017-03-27)
irmin
- Add a cstruct type combinator (#429, @samoht)
- Fix regression introduced in 1.0.1 on merge of base buffers (strings, cstruct). For these types, updates are idempotent, e.g. it is fine if two concurrent branches make the same update. (#429, @samoht)
irmin-unix
- Add irminconfig man page (#427, @dudelson)
1.0.1 (2017-03-14)
irmin
- Default merge function should not assume idempotence of edits (#420, @kayceesrk)
- Wrap the merge functions for pair and triple with the default case. (#420, @kayceesrk)
irmin-unix
- Support all versions of cmdliner, 1.0.0 included (@samoht)
1.0.0 (2017-02-21)
Major API changes:
- It is now simpler to define mergeable contents, using new combinators to describe data-types (see Type).
- The mutable views have been replaced by immutable trees, and made first-class citizen in the API (see available S.Tree). Transactions now only ensure snapshot isolation instead of full serialisability.
- Creating a store with default path and branch implementations is now easier using the KVfunctors which just take one parameter: the contents.
- the backend and user-facing API are now totally independant (instead of being half-included in each other in irmin.0.*), so that backends have to implement the minimum set of functions to be Irmin-compatible, and users can have many convenient high-level functions when using the Irmin API. The backends implementAOandRW, the frontend providesS.
The package is also now split into 5 opam packages: irmin, irmin-git, irmin-http, irmin-unixandirmin-miragewith similarly namedocamlfind` libraries.
More detailled changes:
- use result type everywhere (#397, @samoht)
- use Fmteverywhere (#397, @samoht)
- rename createfunctions intov(#397, @samoht)
irmin
- [info] rename TaskintoInfoto denote commit info (#397, @samoht)
- [info] remove Task.uid(#397, @samoht)
- [info] Commit messages are now plain strings (instead of a lists of strings): change Task.messagesintoInfo.message, take a string instead of a list of strings as parameter and removeTask.add(#397, @samoht)
- [info] change Info.fto only takesunitas argument. Previously it was taken an'awhich was used by the update functions. The update functions now take a fullInfo.ffunction as parameter, which should be less confusing (#397, @samoht)
- [merge] replace the dependency to mirage-tcby a new internal moduleTypeusing type-based combinators. This makes defining new mergeable data-types much easier, especially records and variants (#397, @samoht)
- [merge] change [Merge.t] to be an abstract type (#397, @samoht)
- [merge] add [Merge.f] to transform a [Merge.t] value into a merge function (#397, @samoht)
- [merge] add base merge combinators: Merge.unit,Merge.bool,Merge.char,Merge.int,Merge.int32,Merge.int64,Merge.float(#397, @samoht)
- [merge] simplify the type of Merge.option,Merge.pair, Merge.tripleandMerge.alist` (#397, @samoht)
- [merge] simplify and rename Merge.MSetintoMerge.MultiSet(#397, @samoht)
- [merge] simplify and rename Merge.setintoMerge.Set(#397, @samoht)
- [merge] rename Merge.OPintoMerge.Infixand rename operators to avoid name-clashing with other monads (#397, @samoht)
- [merge] remove the pathargument from the merge functions (#397, @samoht)
- [merge] remove the need to defined a Pathsubmodule inContents.S(#397, @samoht)
- [merge] add a (very simple at the moment) Diffmodule (#397, @samoht)
- [api] read operations do not take a task parameter anymore (#397, @samoht)
- [api] write operations not take a full commit info instead of a confusing 'aparameter (#397, @samoht)
- [api] rename [Ref] into [Branch] (#397, @samoht)
- [api] replace S.readbyS.find(#397, @samoht)
- [api] replace S.read_exnbyS.get(#397, @samoht)
- [api] add S.kindto check the kind of store entries (files, directories) (#397, @samoht)
- [api] remove the Viewfunctor, replaced by first-class support for immutable treesS.Tree(#397, @samoht)
- [api] add S.find_treeto find immutable subtrees (#397, @samoht)
- [api] add S.find_allto find contents and metadat (#397, @samoht)
- [api] change S.memto only check for contents, not subtree (#397, @samoht)
- [api] add S.mem_treeto check for subtrees (similar behavior toS.meminirmin.0.*) (#397, @samoht)
- [api] add S.with_treefor atomic update of subtrees. This operation replaceswith_hrw_view, but a weaker consistency guarantee: instead of providing full seriasilabilty,S.with_treeprovides snapshot isolation, which is consistent enough for most of the users. (#397, @samoht)
- [api] rename S.updateintoS.setand ensure that the operation is atomic by using a combination of test-and-set and optimistic concurrency control. (#397, @samoht)
- [api] change S.removeto ensure the operation is atomtic.
- [api] add S.statusto mimickgit status. (#397, @samoht)
- [api] remove all the _idsuffixes. (#397, @samoht)
- [api] add S.merge_with_commitandS.merge_with_branch(#397, @samoht)
- [api] more precise return type for S.Head.fast_forward(#401, @samoht)
- [api] add S.Commit,S.Branch(#401, @samoht)
- [api] add KV_MAKERto ease the creation of store with string lists as paths and strings as branches (#405, @samoht)
- [backend] replace RO.readbyRO.find(#397, @samoht)
- [backend] no more RO.read_exn(#397, @samoht)
- [backend] no more RO.iter, replaced byRW.list(#397, @samoht)
- [backend] replace RW.updatebyRW.set(#397, @samoht)
- [backend] rename RW.compare_and_setintoRW.test_and_set(#397, @samoht)
- [backend] new RW.watch,RW.watch_keyandRW.unwatchfunctions to set-up low-level notifications (#397, @samoht)
irmin-git
- Adapt to git.0.10.0(#397, @samoht)
- Remove the LOCKmodules (#397, @samoht)
- Rename S.InternalsintoS.Git(#397, @samoht)
- Rename S.Internals.commit_of_idintoS.Git.git_commit(#397, @samoht)
- Add S.Git.of_repoto convert an Irmin repo into a Git repo (#397, @samoht)
- Add S.Git.to_repoto convert a Git repo into an Irmin repo (#397, @samoht)
- Expose S.Git_mem.clearandS.Git_mem.clear_allfor in-memory Git backends (#397, @samoht)
- Rename MemoryintoMem.Make(#405, @samoht)
- Rename FSintoFS.Make(#405, @samoht)
- Remove CONTEXTand fold it intoIO(#405, @samoht)
- Add Mem.KVandFS.KVto ease creatin of store with default implementations for branches and paths (#405, @samoht)
- Add Mem.RefandFS.Refaccess tags, remotes and other Git references (#407, @samoht)
- Allow to set-up a custom .gitpath (#409, @samoht)
irmin-mirage
- Adapt to Mirage3 (@hannesm, @yomimono, @samoht)
- Rename the Taskmodule intoInfoto reflect the core API changes
- Change Info.fto accept an optionalauthorargument and a format string as a message parameter (#261, #406 @samoht)
- Rename Irmin_gitintoGit(#405, @samoht)
irmin-http
- Remove the high-level HTTP API (#397, @samoht)
- Rewrite the low-level (backend) API using ocaml-webmachine(#397, @samoht)
- Add KVto ease creatin of store with default implementations for branches and paths (#405, @samoht)
irmin-unix
- Rename Irmin_unix.taskintoIrmin_unix.info(#397, @samoht)
- Remove LOCK(#397, @samoht)
- Change Irmin_unix.infoto take an optionalauthorargument and accept a format string as message parameter (#261, #406 @samoht)
- Rename Irmin_fsintoFS(#405, @samoht)
- Rename Irmin_gitintoGit(#405, @samoht)
- Rename Irmin_httpintoHttp(#405, @samoht)
0.12.0 (2016-11-17)
- Depends on irmin-watcher 0.2.0 to use portable file-system watches (fsevents on OSX or inotify on Linux) to replace the slow and CPU intensive file-system polling that was the default (#380, @samoht)
- Do not use Lwt_unix.forkin the tests anymore (#383, @samoht)
- Switch from Stringext to Astring (#382, @samoht)
- Fix regression in the tests for using Git over HTTP (#376, @samoht)
- Catch top-level exceptions in watch callbacks (#375, @samoht)
- Fix merge of assoc list with no common ancestor (#374, @samoht)
- Improve documentation for Git bare repositories (#363, @kayceesrk)
- New functor Make_with_metadatato customize the type of the nodes metadata (#364, @samoht)
- Remove mentions of private modules from the public interface (#364, @samoht)
0.11.1 (2016-06-14)
- Fix compilation of examples (#359, @samoht)
0.11.0 (2016-05-04)
- Use Logs (#342, @talex5)
- Improve non-unix portablity of Irmin_fs(#345, @samoht)
- Change the signature of Store.iterto defer opening the file only when needed. This was causing a file-descriptor early exhaustion on Windows (#345, @samoht)
- Fix paths for references on Windows (#345, @samoht)
- Port to ocaml-git1.8.0
- Rather large API change in Irmin.Private.Contents.StoreandIrmin.Private.Commit.Storeto make it easier to build new and efficient Irmin backends. (#346, @samoht)
- Fix performance problem in the computation of LCAs (#351, @talex5)
- Fix sort order for Git trees (#352, @talex5)
0.10.1 (2015-11-26)
- Support for launchd: the --addressargument of the CLI now supports a URIlaunchd://<name>where<name>corresponds to the section in the property list file (#321, by @djs55)
- Expose /watch-recin the REST API (#326, by @samoht)
- Expose Store.Key = Contents.Path in Irmin.Maker. Otherwise, the type of steps is abstract. (#327, by @talex5)
0.10.0 (2015-10-14)
- Fix the Irmin_membackend to work when equal keys might be not structurally equal (Pervasives.(=)is evil)
- Fix Hash.SHA1.equalto always return true when the underlying bigarrays are equals. Before that, this was only the case when the wholeCstruct.twhere identical: ie. same bigarray but also same offset in theCstruct.tvalue, which is obviously not always the case. Apply the same fix toHash.SHA1.compareandHash.SHA1.hash.
- Renamed "tag" to "branch" in the API, as "tag" is confusing for Git users. BC.tagis nowBC.nameandBC.branchis nowBC.head_ref. The various "Tag" modules are now called "Ref" ("Branch" would be confusing here since they only store references to commits, not the branch contents). Note: The remote HTTP protocol still uses "tag".
- Remove Irmin_http_server.listen. Instead, return the Cohttp configuration for the server and let the user perform the listen. The resulting API is simpler (removestimeoutanduriparameters), more flexible, and easier to use from Mirage.
- Remove Irmin.taskfrom API of internal stores (commit, node, etc). Tasks are now passed explicitly to operations that need them, so it is now explicit which operations create commits. For example, the API now makes it clear thatlcasdoesn't change anything, whilelcarequires a task because it may create commits. Apart from simplifying the code, this change also makes it possible to create the internal stores once, not once per commit message. Note: this does not affect the main BC API, so most users will see no difference.
- Remove Irmin.Basic. This was a functor that took a functor for making stores and returned a functor for making stores with strings for branch names and SHA1 for the hash. It's easier to write the application out in full than to explain to people what it does. This change also makes it possible for back-ends to provide extra operations in a type-safe way. In particular,Irmin_git.Internalshas moved inside the store type and the runtime check that it is only used with the correct store type is now enforced at compile time instead.
- Removed AO.config. It was only used by the removedGit.Internalshack.
- Moved AO.createtoAO_MAKER.
- Remove dummy functions that are no longer needed with the new API: - View.taskis gone (it never did anything).
- View.createis gone (it ignored both its arguments and called- View.empty).
- Ir_node.Graph.Store.create(unused, but previously required by- AO).
- Ir_commit.History.Store.create(same).
 
- Removed the unused-and-not-exported Ir_bc.MakeandIr_bc.MAKERfeatures.
- Combine Ir_bc.STORE_EXTandIr_s.STORE.Ir_swas the only consumer of theIr_bc.STORE_EXTinterface, and all it did was repack the values to match its own interface. Now,Ir_bcexports the final public API directly, which simplifies the code.
- Moved module types into ir_s.mliand removedir_s.ml. Before, all module types were duplicated in the .ml and .mli files.
- BCstores now contain a- Repomodule. A- Repo.trepresents a repository as a whole, rather than any particular branch. Operations which do not look at the current branch have been moved to this module. They are:- branches,- remove_branch,- heads,- watch_branches,- import,- export, and- task_of_head. When updating old code, you can use- BC.repo tto get a- Repo.tfrom a branch. Note that- headspreviously ensured that the current branch's head was included in the returned set (which made a difference for anonymous branches). This feature has been removed. In the future, the plan is to use OCaml's GC to track which anonymous branches are still being used and return all of them.
- The internal stores (commit, node, etc) used to implement a full BCstore are now created by the back-ends, not byIr_bc. This allows back-ends to use their own APIs for this. In particular, back-ends can now share resources (such as a database connection) between stores. Internal stores no longer need to deal withconfigvalues at all.
- Sync.createnow takes a- Repo.t, not a- config, allowing- Repo.configto be removed and allowing sharing of the back-end's internal state with the sync code. For example, the Git back-end no longer needs to create a new Git store object for sync.
- Change type headtotype commit_id.headwas confusing because it applied to all commits, not just branch heads. Puttingidin the name makes it clear that this is just data and (for example) holding an ID will not prevent the corresponding commit from being GC'd (once we have GC).of_headis nowof_commit_id,task_of_headis nowtask_of_commit_id,Internals.commit_of_headis nowInternals.commit_of_idandBC.Headis nowBC.Hash.
0.9.10 (2015-10-01)
- Expose the Git compression level (#104, #298 by @samoht)
- Add an optional configargument to all the backend's config functions. This allow the backends to composed more easily. (initial patch by @nasrallahmounir, integration by @samoht)
- Add signatures for immutable link store, to store links between keys: Irmin.LINKandIrmin.LINK_MAKER. AddIrmin_mem.LinkandIrmin_fs.Linkwhich implementIrmin.LINK_MAKERin these backends (initial patch by @nasrallahmounir, integration by @samoht)
- Add signatures for raw values (ie. whose values are of type Cstruct.t):Irmin.RAWand raw store maker:Irmin.AO_MAKER_RAW(initial patch by @nasrallahmounir, integration by @samoht)
- Expose Irmin.Hash.digest_size(initial patch by @nasrallahmounir, integration by @samoht)
- Expose /viewto the REST API (#292, by @samoht)
- Expose Irmin.Private.merge_node(#292 by @samoht)
- Change the JSON stream API, which requres ezjsonm.0.4.2. (#266, #269, #273 by @samoht)
- Fix a race when a lot of processes are trying to add a watch at the same time. (#270, #271, by @samoht)
- Expose Irmin_git.Irmin_value_storefunctor. This provides the Irmin Contents/Node/Commit APIs on top of a Git-type store. This is useful for backends that want to store data using the Git object format, to be able to sync with Git, but without using Git's filesystem layout and locking. (#268 by @talex5)
- Remove the first-class module API. It's confusing to duplicate the API (#293, by @talex5)
0.9.9 (2015-08-14)
- Allow raw bodies in queries and responses for the REST API. This is controlled by the Content-typefield set by the client: by default, we still use JSON (or useapplication/json) but usingapplication/octet-streamwill avoid having to hex-encode large binary blobs to make them JSON-compatible. This feature is still experimental (especially when using Git on the server) (#255)
- Adapt to ocaml-git.1.7.1(which works withlwt.2.5.0)
- Expose Store.configfor all the stores (AO,RW, etc.)
- Expose Irmin_git.Internalsto be able to get back the Git commit objects from anheadvalue (#245, #241)
- Expose Irmin.Private.remove_node
- Remove the special - __root__filename in Irmin stores and in views (#233)- This fixes View.update_pathwhen the view contains a value at its root. Now the updated path contains a the value stored at the root of the view.
- Writing a value to the root of a store is now an error
- Reading a value at the root of a store always return None
 
- This fixes 
- Make the HTTP backend re-raise the Invalid_argumentandFailureexceptions that were raised by the server.
0.9.8 (2015-07-17)
- Fix wrong interaction of in-memory views and temporary branches in the store (#237)
- Fix Irmin.update_tagfor HTTP clients
- Initial MirageOS support. Expose Mirage_irmin.KV_ROto surface an Irmin store as a read-only key/value store implementing `V1_LWT.KV_RO (#107)
- Expose `Irmin_git.Memory_ext. This allows the Git memory backend to be configured with a non-empty conduit context.
- Expose Irmin.SYNC
- Transmit client tasks to the HTTP server on DELETE too (#227, @dsheets)
- Do note expose private types in the public interface (#234, @koleini)
- Fix missing zero padding for date pretty-printing (#228, @dsheets)
- Update the tests to use ocaml-git.1.6.0
- Improve the style of the HTTP commit graph.
- Constraint the string tags to contain only alpha-numeric characters and few mores (-,_, '.' and/) (#186)
- Fix a race condition in Irmin.clone. (#221)
- Escpate double quotes in the output of commit messages to workaround HTML display issues. (#222)
0.9.7 (2015-07-06)
- Add a version check for HTTP client and server. The client might add the version in the HTTP headers using the X-IrminVersionheader - the server might decide to enfore the version check or not. The server always reply with its version in the JSON reply, using aversionfield. The client might use that information to bail out nicely instead of failing because of some random unmarshalling errors due to API changes (#167)
- Fix a regression in 0.9.5 and 0.9.6 when inserting new child in Git trees. This could cause a tree to have duplicate childs having the same names, which would confuse the merge functions, make git fsckandgit gccomplain a lot (with good reasons) and do some fency things with git index. The regression has been introduced while trying to fix #190 (the fix is in #229)
0.9.6 (2015-07-03)
- Fix the datamodel: it is not possible to store data in intermediate nodes anymore (#209)
- Fix serialization of slices (#204)
- Do not fail silently when the synchronisation fails (#202)
- Fix a race in the HTTP backend between adding a watch and updating the store. In some cases, the watch callback wasn't able to see the first few updates (#198)
- Fix a race for all the on-disk backends between adding a watch and updating the store. This is fixed by making Irmin.Private.Watch.listen_dirandIrmin.Private.Watch.set_listen_dir_hooksynchronous.
- Update the tests to use alcotest >= 0.4. This removes the dependency towardsOUnitandnocryptofor the tests.
- Make the file-locking code a bit more robust
0.9.5 (2015-06-11)
- Fix Irmin.exportfor the HTTP backend (#196, patch from Alex Zatelepin)
- Fix a race in Irmin.export(#196, patch from Alex Zatelepin)
- Add Task.empty(the empty task) andTask.none(the empty task constructor)
- Completely rewrite the notification mechanism. All the watch functions now take a callback as argument and return a de-allocation function. The callbacks receive a heads values (the last and current ones) and diff values. (#187) - Add Irmin.watch_headto watch for the changes of the current branch's head
- Add Irmin.watch_tagsto watch for the changes of all the tags in the store
- Add Irmin.watch_keyto watch for the changes of the values associated to a given key (this is not recursive anymore).
- Add View.watch_pathto watch for the changes in a subtree. The function return views and the user can useView.diffto compute differences between views if needed.
 
- Add 
- Transfer the HTTP client task to the server to make the commit messages relative to the client state (and not the server's) (#136)
- Fix View.removeto clean-up empty directories (#190)
- Fix the ordering of tree entries in the Git backend (#190)
- Allow to create a new head from a view and a list of parents with View.make_head(#188)
- Allow to create an empty temporary branch with Irmin.empty(#161)
- Use a pure OCaml implementation of SHA1, do not depend on nocrypto anymore (#183, by @talex5)
- Remove Irmin.Snapshot. Nobody was using it and it can be easily replaced byIrmin.head,Irmin.watch_headandIrmin.update_head.
- Change signature of Irmin.iterto include the values and move it into theIrmin.ROsignature.
- Add Irmin.fast_forward_head(#172)
- Add Irmin.compare_and_set_head(#171)
- Simplify the RW_MAKER signature (#158)
- Fix Irmin_git.RW_MAKER (#159)
- Improve the efficiency of the LCA computation (#174, with @talex5 help)
- By default, explore the full graph when computing the LCAs. The previous behavior was to limit the depth of the exploration to be 256 by default.
0.9.4 (2015-03-16)
- Ensure that Irmin.updateandIrmin.mergeare atomic.
- Fix Irmin.cloneof an empty branch
- Add Irmin.RW.compare_and_testthat the backends now have to implement to guarantee atomicity of Irmin's high-level operations.
- Add Irmin.Private.Lockto provide per-handler, per-key locking. This can be used by backend to implement simple locking policies.
- Add Lwt.tto the return type ofIrmin.tagandIrmin.tag_exn
- Do not throw [Not_found]. Now all the _exnfunction raiseInvalid_argument(#144)
- Remove Irmin.switchandIrmin.detach
- Add Irmin.historyto get the branch history as a DAG of heads (#140).
- Fix performance of lcas computation (#160)
- Add Irmin.Merge.promisecombinators
0.9.3 (2015-01-04)
- Fix the invalidation of the view caches (report by @gregtatcam). This was causing some confusing issues where views' sub-keys where not properly updated to to their new values when the view is merged back to the store. The issues is a regression introduced in 0.9.0.
- Add post-commit hooks for the HTTP server.
- Add Irmin.watch_tagsto monitor tag creation and desctructions.
- Fix Irmin.push
- Add Irmin.with_hrw_viewto easily use transactions.
- Add a phantom type to Irmin.tto denote the store capabilities read-only, read-write or branch-consistent.
- The ~oldargument of a merge function can now be optional to signify that there is no common ancestor.
- Expose Irmin.with_rw_viewto create a temporary, in-memory and mutable view of the store. This can be used to perform atomic operations in the store (ie. non-persistent transactions).
- Simplify the view API again
- Expose the task of previous commits. This let the user access the Git timestamp and other info such as the committer name (#90)
- The user-defined merge functions now takes an unit -> 'a result Lwt.targument for~old(instead of'a). Evalutating the function will compute the least-common ancestors. Merge functions which ignore theoldargument don't have to pay the cost of computing the lcas anymore.
- Expose S.lcato get the least common ancestors
- Update to ocaml-git 1.4.6
0.9.2 (2015-01-19)
- Fix S.of_headfor the HTTP client (regression introduced in 0.9.0)
- Fix regression in displaying the store's graph over HTTP introduced by 0.9.0.
- Fix regression in watch handling introduced in 0.9.0.
- Fix regressions in Viewsintroduced in 0.9.0. (thx @buzzheavyyear for the report)
- Always add a commit when calling a update function (Irmin.updateIrmin.remove,Irmin.remove_rec) even if the contents' store have not changed.
- The [head] argument of [Git_unix.config] now has a proper type.
- Expose synchronisation functions for basic Irmin stores.
- The user-provided merge function now takes optional values. The function is now called much more often during recursive merges (even if one of the 3 buckets of the 3-way merge function is not filled -- in that case, it uses None).
- Also expose the type of the keys in the type basic Irmin stores. Use ('key, 'value) Irmint.tinstead of'value Irmin.t.
- The user-defined mergefunctions now take the current filename being merged as an additional argument.
- The user-defined Contentsshould expose aPathsub-module. Keys of the resulting Irmin store will be of typePath.t.
- Fix irmin init --help. (#103)
0.9.1 (2014-12-26)
- Port to Cohttp 0.14.0+ HTTP interface (#102)
0.9.0 (2014-12-20)
- Improve the efficiency of the Git backend
- Expose a cleaner API for the Unix backends
- Expose a cleaner public API
- Rename OriginintoTaskand use it pervasively through the API
- Expose a high-level REST API over HTTP (#80)
- Fix the Git backend to stop constantly overwrite .git/HEAD(#76)
- Add a limit on concurrently open files (#93, #75)
- Add remove_recto remove directories (#74, #85)
- Remove dependency to core_kernel(#22, #81)
- Remove dependency to cryptokit andsha1and usenocrypto` instead
- Remove dependency to caml4
- Fix writing contents at the root of the store (#73)
- More efficient synchronization protocol between Irmin stores (#11)
0.8.3 (2014-06-25)
- Views now keep track of their parent commits - this makes View.merge_path looks like a merge between branches. All the view operations are squashed in a unique commit.
- Better graphs, where we only show the commit history (the full graph is still available using --fullon the command-lineor or?full=1on the web interface)
- By default, do not call dotwhen dumping a graph on the command-line.dotdoes not like big graphs, but that's still useful to have the.dotfile to analyze it.
0.8.2 (2014-06-11)
- Support backend specific protocols for push/pull
- The Irmin Git backend can now sync with remote Git repositories
- Simplify the organisation of the libraries: irmin, irmin.backend, irmin.server and irmin.unix (check how the example are compiled)
- Small refactoring to ease the use of the API. Now use open Irmin_unixat the top of your file and use less functor in your code (again, check the examples)
0.8.1 (2014-06-02)
- Fix the behavior of IrminMemory.Maketo return an hanlder to a shared datastore instead of creating a fresh one. AddIrminMemory.Freshto return a fresh in-memory datastore maker.
- The HTTP server now outputs some nice graph (using dagre-d3). Don't expect to display very large graphs
- More friendly tag names in the Git backend (no need to prefix everything by refs/heads/anymore)
- Partial support for recursive stores (WIP)
0.8.0 (2014-05-27)
- Spring clean-ups in the API. Separation in IrminBranch for fork/join operations, IrminSnapshot for snapshot/revert operations and IrminDump for import/export operations. The later two implementation can be derived automaticaly from a base IrminBranch implementation. The update and merge operations are supported on each backend
- IrminGit does not depend on unix anymore and can thus be compile to javascript or xen with mirage
- No need to have bin_io converter for contents anymore
- No need to have JSON converter for contents anymore
- No more IrminDispatch
- Add an optional branch argument to Irmin.create to use an already existing branch
- Fix order of arguments in Irmin.merge
0.7.0 (2014-05-02)
- Feature: support for in-memory transactions. They are built on top of views.
- Feature: add support for views: these are temporary stores with lazy reads + in-memory writes; they can be used to convert back and forth an OCaml value into a store, or to have a fast stagging area without the need to commit every operation to the store.
- Support custom messages in commit messages
- Improve the IrminMerge API
- Backend: add a 'dispatch' backend for combining multiple backends into one. This can be used to have a P2P store where there is well-defined mapping between keys and host (as a DHT).
- Fix: limit the number of simulteanous open files in the Git and the file-system backend
- Speed-up the in-memory store
- Speed-up the import/export codepath
- Speed-up the reads
- Speed-up IrminValue.Mux
- Deps: use ocaml-sha instead of cryptokit
0.6.0 (2014-04-12)
- Support for user-defined contents (with custom merge operators)
- Support for merge operations
- Rename IrminTreetoIrminNodeto reflect the fact that we can support arbitrary immutable graphs (it's better if they are DAGs but that's not mandatory)
- Rename IrminBlobtoIrminContentsto reflect the fact that we also support structured contents (as JSON objects)
- Support for linking the library without linking to camlp4 as well (#23)
0.5.1 (2014-03-02)
- Port to use Cohttp 0.10.0 interface.
0.5.0 (2014-02-21)
- More consistent support for notifications. irmin watchworks now for all backends.
- Support for different blob formats on the command-line
- Support for JSON blobs
- More flexible irmin fetchcommand: we can now choose the backend to import the data in
- Fix import of Git objects when the blobs were not imported first
- Support non-UTF8 strings as path name and blob contents (for all backends, including the JSON one)
- Speed-up the slowtests execution time
- Improve the output graph when objects of different kinds might have the same SHA1
0.4 (2014-01-21)
- The command-line tool now looks in the environment for the variable IRMINto configure its default backend
- Add a Git backend
- Add Travis CI scripts to the repo
- Use Lwt_bytesandLwt_unixinstead of the custom-madeIrminChannel
- Use bin_protinstead of a custom binary protocol
- Major refactoring: Valueis nowBlob,Revisionis nowCommitandTagbecomesReference(rational: consistency with Git names)
- Use core_kernelinstead of building a customIdentiable.S
- Use dologinstead of a custom log library
- Use mstruct(mutable buffers on top ofcstruct) which is now released independently
0.3 (2013-12-13)
- Fix a fd leak in the filesystem bakend
- Functorize the CRUD interface over the HTTP client implementation
- Use oasis to build the project
- Use the now released separately ezjsonmandalcotestlibraries
0.2 (2013-11-23)
- Fix the HTTP server responses
- More high-level tests
- Add unit-tests for the client CRUD interfaces (over memory and/or filesystem)
- Fix issues with the Tree API
- Implement a relatively efficent Import/Export scheme (#3)
- For more safety, the marshalled values are now typed in the binary protocol
- Add functions to dump the contents of the store as a Graphviz graph
- Polish the CLI which now looks usable enough
- Optimize the CRUD backend by executing high-level API functions on the server
- Improve and make the CLI easier to use
- Implement clone/pull/push/snapshot/revert in the CLI
0.1 (2013-10-30)
- Use an HTTP server as a front-end
- Initial support for in-memory and filesystem backends
- Simple signature for backends
- Binary protocol for storing values and metadata and for future network exchange
- Fixed
- Added
- 2.10.1 (2021-01-20)
- 2.10.0 (2021-01-07)
- 2.9.0 (2021-11-15)
- 2.8.0 (2021-10-15)
- 2.7.2 (2021-07-20)
- 2.7.1 (2021-07-02)
- 2.7.0 (2021-06-22)
- 2.6.1 (2021-04-29)
- 2.6.0 (2021-04-13)
- 2.5.4 (2021-04-29)
- 2.5.3 (2021-04-13)
- 2.5.2 (2021-04-08)
- 2.5.1 (2021-02-19)
- 2.5.0 (2021-02-16)
- 2.4.0 (2021-02-02)
- 2.3.0 (2021-01-12)
- 2.2.0 (2020-06-26)
- 2.1.0 (2020-02-01)
- 2.0.0
- 1.4.0 (2018-06-06)
- 1.3.3 (2018-01-03)
- 1.3.2 (2017-11-22)
- 1.3.1 (2017-08-25)
- 1.3.0 (2017-07-27)
- 1.2.0 (2017-06-06)
- 1.1.0 (2017-04-24)
- 1.0.2 (2017-03-27)
- 1.0.1 (2017-03-14)
- 1.0.0 (2017-02-21)
- 0.12.0 (2016-11-17)
- 0.11.1 (2016-06-14)
- 0.11.0 (2016-05-04)
- 0.10.1 (2015-11-26)
- 0.10.0 (2015-10-14)
- 0.9.10 (2015-10-01)
- 0.9.9 (2015-08-14)
- 0.9.8 (2015-07-17)
- 0.9.7 (2015-07-06)
- 0.9.6 (2015-07-03)
- 0.9.5 (2015-06-11)
- 0.9.4 (2015-03-16)
- 0.9.3 (2015-01-04)
- 0.9.2 (2015-01-19)
- 0.9.1 (2014-12-26)
- 0.9.0 (2014-12-20)
- 0.8.3 (2014-06-25)
- 0.8.2 (2014-06-11)
- 0.8.1 (2014-06-02)
- 0.8.0 (2014-05-27)
- 0.7.0 (2014-05-02)
- 0.6.0 (2014-04-12)
- 0.5.1 (2014-03-02)
- 0.5.0 (2014-02-21)
- 0.4 (2014-01-21)
- 0.3 (2013-12-13)
- 0.2 (2013-11-23)
- 0.1 (2013-10-30)