From 816a8c758aa9583ffedcaf7eb43dff46230b9c21 Mon Sep 17 00:00:00 2001 From: "Alejandro M. Ramallo" Date: Thu, 22 Aug 2024 12:05:34 +0100 Subject: [PATCH] bumped version Signed-off-by: Alejandro M. Ramallo --- CHANGELOG.md | 8 ++++++++ src/partisan.app.src | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f489a807..2d6f2680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # CHANGELOG +# v5.0.0-rc.14 +## Fixes +* Fixes the case where `partisan_plumbtree_broadcast` behaviour implementors' callbacks throw an exception which would crash the broadcast server. +* Replace use of RPC in `partisan_plumbtree_broadcast` and use + `partisan_gen_server:call/3` instead +* Other minor fixes + + # v5.0.0-rc.13 ## Fixes * set `distance_enabled` options to `false` by default. diff --git a/src/partisan.app.src b/src/partisan.app.src index 99c93558..f00c0bda 100644 --- a/src/partisan.app.src +++ b/src/partisan.app.src @@ -2,7 +2,7 @@ {description, "Partisan is a scalable and flexible, TCP-based membership system and distribution layer for the BEAM." }, - {vsn, "5.0.0-rc.13"}, + {vsn, "5.0.0-rc.14"}, {registered, []}, {applications, [ kernel,