From 3f89e4331c981a6b60206b762a10d015c04875a8 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Thu, 29 May 2025 15:58:51 -0700 Subject: [PATCH] Release v0.14.0 (#614) This release contains a couple fixes and the new Batch Publishing feature. - #607 Batch Publishing. Useful if you are publishing a group of related messages at once - #612 Send IDONTWANT before initial publish. Useful when many nodes may publish the same message at once. - #609 Avoid sending an extra "IDONTWANT" to the peer that just sent you a message. - #615 10x faster rpc splitting. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index d3f7968..7dd7b57 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.13.0" + "version": "v0.14.0" }