kafka_ex v0.12.0 Release Notes
-
๐ NOTE: not released due to issues with ex_doc.
๐ฅ Breaking Changes
- ๐ Drop support for Elixir 1.5
๐ Features
- Allow passthrough of ssl_options when starting a consumer or consumer group (#413)
- Allow GenConsumer callbacks to return
:stop
- allows graceful shutdown of consumers (#424)
๐ Bugfixes
Misc
- Use Dynamic Supervisor rather than simple_one_for_one - fixes warnings on newer elixir versions (#418)
- โก๏ธ Update to Kayrock 0.1.12 - fix compile warnings (#419)
- โ Tests pass the first time more often now (#420)
- ๐ Fix deprecation warning about
Supervisor.terminate_child
(#430) - ๐ Remove Coveralls - was not being used, caused test failures (#423)
PRs Included
- #413
- #418
- #419
- #420
- #430
- #423
- #424