Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Releases: IssuuArchive/ocaml-zmq

5.3.0

16 Mar 19:09

Choose a tag to compare

CHANGES:

5.2.2

26 Oct 19:49

Choose a tag to compare

CHANGES:

5.2.1

01 Nov 16:56

Choose a tag to compare

CHANGES:

5.2.0

27 Oct 19:43

Choose a tag to compare

CHANGES:

5.1.5

22 Mar 09:35

Choose a tag to compare

CHANGES:

5.1.4

08 Oct 12:16

Choose a tag to compare

CHANGES:

5.1.3

03 Dec 15:38

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

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

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

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.