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