Skip to content

0.12.1

Compare
Choose a tag to compare
@joshuawscott joshuawscott released this 14 Feb 17:56
· 148 commits to master since this release
5c41cca

0.12.1

Increases the version of ex_doc to allow publishing

Includes all the 0.12.0 changes.

0.12.0

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