8000 Tags · bet01/kaffe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bet01/kaffe

Tags

1.20.0

Toggle 1.20.0's commit message
Bump to version 1.20.0

mix test
4 doctests, 47 tests, 0 failures, 1 excluded

mix test --only e2e
4 doctests, 47 tests, 0 failures, 50 excluded

1.18.0

Toggle 1.18.0's commit message
This release supports only Elixir 1.7 and above

1.17.0

Toggle 1.17.0's commit message
Bump version to 1.17.0

1.16.0

Toggle 1.16.0's commit message
Handle client down error

Closes spreedly#97

1.15.0

Toggle 1.15.0's commit message
Allow :already_present as a valid result from brod.create_client

Version is now 1.15.0.

Closes spreedly#94

1.14.1

Toggle 1.14.1's commit message
Update ex_docs

1.14.0

Toggle 1.14.0's commit message
Fix compatibilty with Brod versions > 3.4

A compatibility introduced to later versions of Brod prevented Kaffe
from working if endpoints were specified as atoms. After reporting the
issue to the Brod maintainers, they indicated that Brod wants charlists
(Erlang strings) for these values.

This commit converts binaries and atoms to charlists, so both should
work with older and newer versions of Brod.

Therefore, the Brod dependency is now specified as `~> 3.0`.

Also fixed some small README issues.

Fixes spreedly#75

1.13.0

Toggle 1.13.0's commit message
Fix Confluent Kafka connectivity with SSL support

Bump version to 1.13.0

Closes spreedly#88

1.12.0

Toggle 1.12.0's commit message
Handle handle no partitions case in producer

When producing, the count of partitions is retrieved for the topic.
Handle the case where the partition count could not be obtained by
passing the error back to the sender.

Bumped version to `1.12.0`.

Closes spreedly#87
0