Skip to content

Commit d1bc5a4

Browse files
committed
mix: release 0.1.0
Features: - Added `x-cache-persistence` configuration value to enable choosing whether to store the cache in memory or disk. Fixes: - Fix a bug preventing the deletion of exchanges. - Fix the expired cache entries loop, raised period from 3ms to 3s. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent abd1829 commit d1bc5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule RabbitExchangeTypeMessageDeduplication.Mixfile do
99

1010
[
1111
app: :rabbitmq_message_deduplication_exchange,
12-
version: "0.0.1",
12+
version: "0.1.0",
1313
build_embedded: Mix.env == :prod,
1414
start_permanent: Mix.env == :prod,
1515
deps_path: deps_dir,

0 commit comments

Comments
 (0)