Skip to content

Commit 4db84c3

Browse files
authored
Release v0.1.0 (#571)
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.
1 parent 52f49ca commit 4db84c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.0.7"
2+
"version": "v0.1.0"
33
}

0 commit comments

Comments
 (0)