Skip to content

Releases: issuu/ocaml-zmq

5.3.0

16 Mar 19:09
Compare
Choose a tag to compare

CHANGES:

5.2.2

26 Oct 19:49
Compare
Choose a tag to compare

CHANGES:

5.2.1

01 Nov 16:56
Compare
Choose a tag to compare

CHANGES:

5.2.0

27 Oct 19:43
Compare
Choose a tag to compare

CHANGES:

5.1.5

22 Mar 09:35
Compare
Choose a tag to compare

CHANGES:

5.1.4

08 Oct 12:16
Compare
Choose a tag to compare

CHANGES:

5.1.3

03 Dec 15:38
Compare
Choose a tag to compare

CHANGES:

  • Support building with dune 1.x and 2.x (#104)

  • Bring back support for OCaml 4.03 for zmq and zmq-lwt (#101, #102)

5.1.2

08 Oct 17:11
Compare
Choose a tag to compare

CHANGES:

  • Use unix sockets in tests to aoivd permission problems when running
    in a sandbox environment.

  • Make monitor test more reliable by expleictly wait for each event to
    arrive.

5.1.1

02 Oct 16:40
Compare
Choose a tag to compare

CHANGES:

  • Fix EINVAL when attempting to get the curve encryption keys (#85, #86, #91)

  • Do not depend on configurator anymore (#96)

  • Depend on v0.11 versions of Jane Street packages to not fail on makedev
    issue. This requires us to drop support for OCaml 4.03 (#93)

5.1.0

26 Sep 12:33
Compare
Choose a tag to compare

CHANGES:

  • Implement Msg.gets (#87, #90)

  • Improve support for OCaml 4.08+ (#83, #89)

  • Properly allocate right size of caml block (#88)

  • Update build config to use new dune syntax

  • Remove configurator in favor of dune.configurator. This removes the build time
    dependency on the configurator and base packages.