Skip to content

Releases: mirage/digestif

1.2.0

18 Mar 10:35
Compare
Choose a tag to compare

CHANGES:

1.1.4

23 Mar 09:14
9216089
Compare
Choose a tag to compare

CHANGES:

1.1.3

20 Oct 09:53
Compare
Choose a tag to compare

CHANGES:

  • Support MSVC compiler (@jonahbeckford, #137)
  • Fix CI on Windows (test_conv.ml requires /dev/urandom) (@dinosaure, #138)
  • Fix threads support (@dinosaure, #140)
  • Delete the META trick needed for MirageOS 3 when we install digestif (@dinosaure, #141)
    This version of digestif breaks the compatibility with MirageOS 3
    and ocaml-freestanding. This PR should unlock the ability to
    use dune-cache.

1.1.2

08 Apr 14:19
Compare
Choose a tag to compare

CHANGES:

  • Minor update on the README.md (@punchagan, #133)
  • Support only OCaml >= 4.08, update with ocamlformat.0.21.0 and remove bigarray-compat
    dependency (@hannesm, #134)

1.1.1

28 Mar 12:22
Compare
Choose a tag to compare

CHANGES:

1.1.0

11 Oct 15:32
Compare
Choose a tag to compare

CHANGES:

1.0.1

02 Aug 15:58
Compare
Choose a tag to compare

CHANGES:

v1.0.0

03 Nov 10:45
f7e0439
Compare
Choose a tag to compare

CHANGES:

  • breaking changes Upgrade the library with MirageOS 3.9 (new layout of artifacts)
    Add tests about compilation of unikernels (execution and link)
    (#105, @dinosaure, @hannesm)
  • Fix esy installation (#104, @dinosaure)
  • breaking changes Better GADT (#103, @dinosaure)
    As far as I can tell, nobody really use this part of digestif.
    The idea is to provide a GADT which contains the type of the hash.
    From third-part libraries point-of-view, it's better to pattern-match with
    such information instead to use a polymorphic variant (as before).
  • breaking changes key used for HMAC is a constant string (#101, @dinosaure, @hannesm)
    The key should not follow the same type as the digest value (string, bytes, bigstring).
    This update restricts the user to user only constant key (as a string).

v0.9.0

10 Jul 09:43
Compare
Choose a tag to compare

CHANGES:

v0.8.1

16 Jun 08:42
Compare
Choose a tag to compare

CHANGES:

  • Move to dune.2.6.0 (#97)
  • Apply ocamlformat.0.14.2 (#97)
  • Fix tests according alcotest.1.0.0 (#95)