From f40cb338248884908dd360b1ed346803d337e376 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 13 Aug 2024 13:16:00 -0700 Subject: [PATCH] Release v0.1.0 Mostly optimizations, but also includes some breaking changes. Importantly: 1. Rebroadcast backoff is now configurable. This should be backwards compatible with other nodes as long as the defaults are specified in the manifest (other nodes will ignore those defaults). But it's definitely an API breaking change. 2. If configured, we now attempt to align instances when catching up. 3. We've bumped the protocol version to 3 so we can detect nodes that have these features. Additionally: 1. We've added a ton of metrics, and improved many of the existing ones. 2. We've optimized message validation significantly. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index c8da44de..557859c5 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.0.7" + "version": "v0.1.0" }