Skip to content

Releases: haskell-works/hw-kafka-client

Release v2.6.1

02 Oct 06:13
Compare
Choose a tag to compare

Changes

Documentation from librdkafka:

/**
 * @brief Destroy Kafka handle.
 *
 * @remark This is a blocking operation.
 * @remark rd_kafka_consumer_close() will be called from this function
 *         if the instance type is RD_KAFKA_CONSUMER, a \c group.id was
 *         configured, and the rd_kafka_consumer_close() was not
 *         explicitly called by the application. This in turn may
 *         trigger consumer callbacks, such as rebalance_cb.
 *         Use rd_kafka_destroy_flags() with
 *         RD_KAFKA_DESTROY_F_NO_CONSUMER_CLOSE to avoid this behaviour.
 *
 * @sa rd_kafka_destroy_flags()
 */
RD_EXPORT
void        rd_kafka_destroy(rd_kafka_t *rk);
``` by @alexbiehl
- Merge pull request #105 from alexbiehl/patch-1  Make rd_kafka_destroy a safe foreign call by @AlexeyRaga
- Release v2.6.1 by @AlexeyRaga

Release v2.6.0

19 Jan 10:39
Compare
Choose a tag to compare

Changes

  • Fix Travis build by @AlexeyRaga
  • Merge pull request #70 from haskell-works/cci-matrix Fix Travis build by @AlexeyRaga
  • Upgrade to lts-12.0 by @newhoggy
  • Update examples so they don't use deprecated stuff anymore by @ktonga
  • Merge pull request #72 from ktonga/update-example Update examples so they don't use deprecated stuff anymore by @AlexeyRaga
  • Fixes producer example by @francisdb
  • fix some issues (#75) * initial commit
  • make test suites build

  • attempt to build tests

  • tests run now

  • some efficiency improvements

  • rewrite integration-tests.sh

  • explicit exports

  • explicit import lists

  • make examples build with String -> Text change by @chessai

v2.5.0

01 May 12:14
Compare
Choose a tag to compare

New release

v2.4.4

27 Apr 05:56
Compare
Choose a tag to compare

New release

v2.4.3

14 Apr 13:30
Compare
Choose a tag to compare

New release

v2.4.2

13 Apr 00:08
3f85f9e
Compare
Choose a tag to compare

New release

v2.4.1

19 Mar 02:36
Compare
Choose a tag to compare

New release

v2.4.0

15 Mar 11:19
db7acdf
Compare
Choose a tag to compare

New release

v2.3.3

08 Feb 09:45
Compare
Choose a tag to compare

New release

v2.3.2

05 Feb 08:21
Compare
Choose a tag to compare

New release