Current section
17 Versions
Jump to
Current section
17 Versions
Compare versions
7
files changed
+33
additions
-13
deletions
| @@ -1,5 +1,5 @@ | |
| 1 1 | {<<"name">>,<<"kafe">>}. |
| 2 | - {<<"version">>,<<"2.1.6">>}. |
| 2 | + {<<"version">>,<<"2.1.7">>}. |
| 3 3 | {<<"requirements">>, |
| 4 4 | #{<<"bristow">> => #{<<"app">> => <<"bristow">>, |
| 5 5 | <<"optional">> => false, |
| @@ -4,7 +4,7 @@ defmodule Kafe.Mixfile do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :kafe, |
| 7 | - version: "2.1.6", |
| 7 | + version: "2.1.7", |
| 8 8 | elixir: "~> 1.2", |
| 9 9 | build_embedded: Mix.env == :prod, |
| 10 10 | start_permanent: Mix.env == :prod, |
| @@ -1,7 +1,7 @@ | |
| 1 1 | %{"bristow": {:hex, :bristow, "0.2.1", "412432129231b37321b7d6d718fb0d048ea2f3470380bf98a856453893a4e307", [:make, :mix, :rebar3], []}, |
| 2 2 | "bucs": {:hex, :bucs, "1.0.3", "039472179330c5702504b547cf4548bc8bc477da00c5bb8b5564f14d3c3ffb10", [:make, :mix, :rebar3], []}, |
| 3 3 | "doteki": {:hex, :doteki, "1.0.3", "03dad2fc118aa672853f850bfb13f9ba31c9feb4330e36a4c3c2cd19ca4cce67", [:make, :mix, :rebar3], [{:bucs, "~> 1.0.3", [hex: :bucs, optional: false]}]}, |
| 4 | - "goldrush": {:hex, :goldrush, "0.1.8", "2024ba375ceea47e27ea70e14d2c483b2d8610101b4e852ef7f89163cdb6e649", [:rebar3], []}, |
| 5 | - "lager": {:hex, :lager, "3.2.1", "eef4e18b39e4195d37606d9088ea05bf1b745986cf8ec84f01d332456fe88d17", [:rebar3], [{:goldrush, "0.1.8", [hex: :goldrush, optional: false]}]}, |
| 4 | + "goldrush": {:hex, :goldrush, "0.1.9", "f06e5d5f1277da5c413e84d5a2924174182fb108dabb39d5ec548b27424cd106", [:rebar3], []}, |
| 5 | + "lager": {:hex, :lager, "3.2.4", "a6deb74dae7927f46bd13255268308ef03eb206ec784a94eaf7c1c0f3b811615", [:rebar3], [{:goldrush, "0.1.9", [hex: :goldrush, optional: false]}]}, |
| 6 6 | "metrics": {:hex, :metrics, "2.2.0", "709b45a275fde02c9f2950ceab38b29b46d05687de33299e02c03a71be336545", [:rebar3], []}, |
| 7 7 | "poolgirl": {:hex, :poolgirl, "1.1.1", "860c653a9a3e228133b372efdb4a5963c8b7a0a0a317aa1224e6434f1daa2aa5", [:make, :mix, :rebar3], [{:doteki, "~> 1.0.3", [hex: :doteki, optional: false]}]}} |
| @@ -27,6 +27,7 @@ | |
| 27 27 | , partition_for_offset |
| 28 28 | , api_version |
| 29 29 | , number_of_brokers |
| 30 | + , update_brokers |
| 30 31 | , state]}]}, |
| 31 32 | {kafe_consumer, [{except, [start_link |
| 32 33 | , init |
| @@ -1,7 +1,7 @@ | |
| 1 1 | [{<<"bristow">>,{pkg,<<"bristow">>,<<"0.2.1">>},0}, |
| 2 2 | {<<"bucs">>,{pkg,<<"bucs">>,<<"1.0.3">>},0}, |
| 3 3 | {<<"doteki">>,{pkg,<<"doteki">>,<<"1.0.3">>},0}, |
| 4 | - {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.8">>},1}, |
| 5 | - {<<"lager">>,{pkg,<<"lager">>,<<"3.2.1">>},0}, |
| 4 | + {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1}, |
| 5 | + {<<"lager">>,{pkg,<<"lager">>,<<"3.2.4">>},0}, |
| 6 6 | {<<"metrics">>,{pkg,<<"metrics">>,<<"2.2.0">>},0}, |
| 7 7 | {<<"poolgirl">>,{pkg,<<"poolgirl">>,<<"1.1.1">>},0}]. |
Loading more files…