Skip to content

Releases: mirage/mirage-kv-unix

3.0.1

17 Apr 14:25
468a226
Compare
Choose a tag to compare

CHANGES:

  • Remove extra debugging statement (#8, @samoht)
  • Adress reviews from @reynir (#7, @samoht and @reynir)
    • Fail when keys contain '.' and '..' to match other mirage-kv-*
      implementations
    • Use failwith instead of Lwt.failwith
    • Use Lwt.reraise instead of Lwt.fail (requires lwt>=5.7)
    • digest on directories now return an error (requires mirage-kv>=6.1.1)
    • set_partial on directories return an error while set on directories work
      (and remove the directory)
    • fix fd leak in set and set_partial

3.0.0

16 Apr 10:39
52b1088
Compare
Choose a tag to compare

CHANGES:

v2.1.0

30 Oct 21:08
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-kv 3.0.0 interface (#2 @hannesm)

v2.0.0

25 Feb 18:54
Compare
Choose a tag to compare

CHANGES:

  • renamed to mirage-kv-unix
  • implementing the mirage-kv-lwt 2.0.0 interface