Skip to content

Commit d392d62

Browse files
committed
update releases page for v0.7
1 parent 394112c commit d392d62

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

releases.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@ <h2>Releases</h2>
1515
version corresponds to a git tag and is available as a docker container with
1616
the corresponding tag.
1717

18+
<h3>RobustIRC v0.7 (2020-07-31)</h3>
19+
20+
<p class="links">
21+
<i class="fab fa-github"></i> <a href="https://github.com/robustirc/robustirc/releases/tag/v0.7">GitHub tag</a>
22+
<i class="fab fa-docker"></i> <a href="https://registry.hub.docker.com/u/robustirc/robustirc/">Docker container</a>
23+
</p>
24+
25+
<p>
26+
RobustIRC v0.7 contains the following changes:
27+
</p>
28+
29+
<ul>
30+
<li>Move to latest hashicorp/raft v1.1.2</li>
31+
<li>localnet: add -shell for easy process termination/restarting</li>
32+
<li>api: /messages: <a href="https://github.com/robustirc/robustirc/issues/163">fail early when partitioned, acknowledge request immediately</a></li>
33+
<li>remove osext dependency now that go1.8 is in Debian stable-backports</li>
34+
<li>postmessage: ensure messages do not contain \n</li>
35+
<li>add <a href="https://github.com/robustirc/internal/commit/7c28db6">flakyhttp mechanism for fault injection</a></li>
36+
<li>prometheus: bump hold time of often-spurious LeaderFlapping alert</li>
37+
<li>Fix accidental 404 when GetMessages is aborted (Thanks sur5r)</li>
38+
</ul>
39+
40+
<p>
41+
Loadtesting the v0.7 RobustIRC release (with Go 1.14) <a
42+
href="https://snapshot.raintank.io/dashboard/snapshot/Cvdm1l1zH9ZJrTNv3EZfhvpkTTskRBy8?orgId=2">showed
43+
that v0.7 can handle about 3000 messages/s</a>.
44+
</p>
45+
1846
<h3>RobustIRC v0.6 (2017-06-26)</h3>
1947

2048
<p class="links">

0 commit comments

Comments
 (0)