Skip to content

Releases: didier-wenzek/ocaml-kafka

0.5

10 Aug 19:42
Compare
Choose a tag to compare

CHANGES:

  • Add Async bindings
  • Split sync and Lwt variants into separate OPAM packages
  • Fix compatibility with OCaml 4.09
  • Register callbacks as GC roots
  • Port to dune
  • Port to OPAM 2 format
  • Make dune generate opam files automatically
  • Add Changelog to facilitate releases with dune-release
  • Depend ob zlib depext instead of explicit package names

0.4

01 Feb 09:18
ed4044a
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

Fix build and packaging

0.3.2

21 Sep 14:53
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Fix the opam file in order to use opam publish.

0.3.1

21 Sep 14:37
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fix the package name to match the name actually used by OPAM.

0.3

21 Sep 14:33
Compare
Choose a tag to compare

0.2

03 Apr 13:52
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Support for asynchronous consumers using Lwt.

First release

18 Mar 08:08
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Support to write Kafka consumers and producers