Skip to content

Releases: adobe-research/libkafka

0.5.0

18 Dec 18:57
Compare
Choose a tag to compare

libkafka 0.5.0 (12.18.2013)

  • Patched Connection::open() to use a connection timeout

v0.4.0

15 Oct 20:04
Compare
Choose a tag to compare

libkafka 0.4.0 (10.15.2013)

  • Added gcov/lcov unit test coverage reporting.
  • Added coveralls.io support for automated unit test coverage reporting in conjunction with travis CI.
  • Added public kafka test server in EC2 for client unit test support.
  • Fix for Issue #1: Kafka server returns -1 key length in FetchResponse, not handled by Packet::readBytes()
  • Added additional unit tests for areas identified by unit test coverage reporting

v0.3.0

30 Sep 23:23
Compare
Choose a tag to compare

libkafka 0.3.0 (9.30.2013)

  • Added GZIP and Snappy compression support for MessageSets.
  • Added error handling functions, simplified detection of error conditions in Response objects.
  • Updated unit tests, with adaptive Fetch tests based on available offsets in test topics.

v0.2.0

20 Sep 21:41
Compare
Choose a tag to compare

libkafka 0.2.0 (9.20.2013)

  • Travis CI integration added. Fixed --as-needed linker error on Ubuntu.
  • autotools/autoconf fixed. Support for make, make check, make distcheck.
  • RPM generation fixed. "make rpm" produces an RPM that successfully installs (tested on CentOS 6)
  • Fixed bug with gtest.m4 for autotools. No longer requires --enable-gtest for ./configure
  • Added official release mechanics, including dist and rpm packages for github.