Skip to content

Releases: mirage/mirage-block-unix

2.14.2

15 Sep 10:24
Compare
Choose a tag to compare

CHANGES:

  • Raise an exception on connect if the file is not aligned to the sector_size (#117, @reynir)
  • Demote log to debug when an error is returned (#119 @reynir, fixes #109)
  • Remove io-page dependency (#118 @hannesm)
  • Add GitHub actions for testing on macos and windows (retire Appveyor)

2.14.1

19 Jun 09:31
ef4d449
Compare
Choose a tag to compare

CHANGES:

2.14.0

07 Apr 12:43
Compare
Choose a tag to compare

CHANGES:

2.13.0

27 Jan 10:28
Compare
Choose a tag to compare

CHANGES:

v2.12.1

19 Jul 15:32
8d91783
Compare
Choose a tag to compare

CHANGES:

v2.12.0

30 Oct 20:09
Compare
Choose a tag to compare

CHANGES:

v2.11.2

13 May 21:49
ed4d80a
Compare
Choose a tag to compare

CHANGES:

  • Fix test use of io-page-unix to work with io-page>2.0.0 (@avsm)
  • Remove unnecessary opam dependencies and refine ppx_sexp_conv one (@avsm)

v2.11.1

10 Mar 21:25
Compare
Choose a tag to compare

CHANGES:

  • Fix some warnings in dev mode (#94 @emillon)
  • Clarify documentation about behaviour of discard (#95 @g2p)
  • Use modern cstruct-lwt ocamlfind name (#96 @g2p)

v2.11.0

03 Feb 22:16
3474f08
Compare
Choose a tag to compare

CHANGES:

Add support for `discard` on Unix and `resize` on Windows

11 Jun 10:56
d1802a1
Compare
Choose a tag to compare
  • Add support for discard (also known as TRIM)
  • Add support for resize on Windows